summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-15 13:40:00 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-15 13:40:00 +0000
commitef3e2ecfbd19bc9c9015d9d49fff9fb619c54fe6 (patch)
tree2885a69f17461a55ad5d14bafe8cf9023f0ba04e
parenta17f442ebab9fea6d6c7a700dc67c6439eae3cd9 (diff)
Notes
-rwxr-xr-xrelease/bininst6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/bininst b/release/bininst
index c6c09ab95094..8ff83845c924 100755
--- a/release/bininst
+++ b/release/bininst
@@ -13,7 +13,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: bininst,v 1.36 1994/11/13 06:32:40 jkh Exp $
+# $Id: bininst,v 1.37 1994/11/13 07:27:35 jkh Exp $
# Some useful constants.
PATH=/usr/bin:/usr/sbin:/bin:/sbin:/stand
@@ -223,10 +223,10 @@ system? FreeBSD supports the following types:\n\n\
media_type=cdrom;
case $choice in
SCSI)
- media_device=/dev/cd0d
+ media_device=/dev/cd0a
;;
Mitsumi)
- media_device=/dev/mcd0d
+ media_device=/dev/mcd0a
;;
esac
;;