summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-06-15 21:04:04 +0000
committerjkh <jkh@FreeBSD.org>1994-06-15 21:04:04 +0000
commitf9a488d4c5600d0f8cd9bcf1d2a88e0d815d4cfa (patch)
tree720aa1ef1c0ae772964d24ad4338d17d6601caed /etc/etc.i386
parent7d394c94632462bd43a9cf1f99e3f371d89102a8 (diff)
downloadFreeBSD-src-f9a488d4c5600d0f8cd9bcf1d2a88e0d815d4cfa.zip
FreeBSD-src-f9a488d4c5600d0f8cd9bcf1d2a88e0d815d4cfa.tar.gz
Add a beep to the load_fd stuff for each floppy insert request so
that you can read a book and load the floppy distribution at the same time.. :-)
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/cpio.magic4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.i386/cpio.magic b/etc/etc.i386/cpio.magic
index db1170e..6c8607a 100644
--- a/etc/etc.i386/cpio.magic
+++ b/etc/etc.i386/cpio.magic
@@ -1,5 +1,5 @@
#!bin/sh
-# $Id: cpio.magic,v 1.9 1994/06/12 11:05:04 csgr Exp $
+# $Id: cpio.magic,v 1.10 1994/06/15 21:02:36 jkh Exp $
#
set_tmp_dir()
{
@@ -104,7 +104,7 @@ load_fd()
echo;
if [ "$drive" != "C" ]; then
echo "Insert floppy in drive $drive:, then press RETURN to copy files,"
- echo -n "or enter option (? for help): "
+ echo -n "or enter option (? for help): "
else
echo -n "Press RETURN to copy files, or enter option (? for help): "
fi
OpenPOWER on IntegriCloud