From cd1ac9794105cda8f2c236ef72cccceef72970e5 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 15 Nov 1994 13:40:00 +0000 Subject: Change CD devices to the correct ones. --- release/bininst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'release/bininst') diff --git a/release/bininst b/release/bininst index c6c09ab..8ff8384 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 ;; -- cgit v1.1