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.. :-)
This commit is contained in:
Jordan K. Hubbard 1996-04-24 21:20:17 +00:00
parent c64765e4cc
commit 4c043bb29e

View File

@ -784,9 +784,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);