From e0790a8d8bb4ebc74f8dae510455bff54a7374f2 Mon Sep 17 00:00:00 2001 From: Jim Bloom Date: Fri, 28 Jun 1985 01:34:53 -0800 Subject: [PATCH] fix instructions SCCS-vsn: sys/vax/dist/maketape 4.23 --- usr/src/sys/vax/dist/maketape | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/sys/vax/dist/maketape b/usr/src/sys/vax/dist/maketape index 170449f600..1fce319e23 100644 --- a/usr/src/sys/vax/dist/maketape +++ b/usr/src/sys/vax/dist/maketape @@ -4,7 +4,7 @@ # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # -# @(#)maketape 4.22 (Berkeley) %G% +# @(#)maketape 4.23 (Berkeley) %G% # # maketape [ 6250 | 1600 [ tapename [ remotetapemachine ] ] ] miniroot=hp0d @@ -63,9 +63,9 @@ cd /nbsd/usr/src; eval tar cf ${tartape} Makefile bin etc games \ ${remote+'| $remote /usr/local/20b ">" $tape'} if [ ${type} != '6250' ] then - echo "Done, rewinding first tape" + echo "Done, rewinding second tape" $remote mt -t ${tape} rew & - echo "Mount second tape and hit return when ready" + echo "Mount third tape and hit return when ready" echo "(or type name of next tape drive)" read x if [ "$x" != "" ] -- 2.20.1