summaryrefslogtreecommitdiffstats
path: root/contrib/cpio
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-03-30 11:01:43 +0000
committerobrien <obrien@FreeBSD.org>1997-03-30 11:01:43 +0000
commit4cc24cbbacb08b5cddcf9471851a9aa57b86ccf6 (patch)
tree3389b9a8c8f9446dfa906996ec235fa114d861c9 /contrib/cpio
parentbee6a370f38e2ff48d995b4f49658bf14ff7b89c (diff)
downloadFreeBSD-src-4cc24cbbacb08b5cddcf9471851a9aa57b86ccf6.zip
FreeBSD-src-4cc24cbbacb08b5cddcf9471851a9aa57b86ccf6.tar.gz
JKH says:
Change "Found end of tape. Load next tape ..." messages to say "volume" instead of tape. Running cpio off of /dev/fd0 and having it say "give me the next tape" is kind of ludicrous.. :-)
Diffstat (limited to 'contrib/cpio')
-rw-r--r--contrib/cpio/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cpio/util.c b/contrib/cpio/util.c
index ab2d298..216041f 100644
--- a/contrib/cpio/util.c
+++ b/contrib/cpio/util.c
@@ -880,9 +880,9 @@ get_next_reel (tape_des)
fprintf (tty_out, "%s%d%s", new_media_message_with_number, reel_number,
new_media_message_after_number);
else if (archive_name)
- fprintf (tty_out, "Found end of tape. Load next tape and press RETURN. ");
+ fprintf (tty_out, "Found end of volume. Load next volume and press RETURN. ");
else
- fprintf (tty_out, "Found end of tape. To continue, type device/file name when ready.\n");
+ fprintf (tty_out, "Found end of volume. To continue, type device/file name when ready.\n");
fflush (tty_out);
OpenPOWER on IntegriCloud