Date: Thu, 10 Jan 2002 01:00:03 -0800 (PST) From: "Crist J . Clark" <cjc@freebsd.org> To: freebsd-bugs@FreeBSD.org Subject: Re: conf/20436: Can't make only cd0 under 4.1-STABLE Message-ID: <200201100900.g0A903H39165@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/20436; it has been noted by GNATS. From: "Crist J . Clark" <cjc@freebsd.org> To: bug-followup@freebsd.org Cc: Sheldon Hearn <sheldonh@uunet.co.za>, Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Subject: Re: conf/20436: Can't make only cd0 under 4.1-STABLE Date: Thu, 10 Jan 2002 00:48:28 -0800 So... This make everyone happy? Index: src/etc/MAKEDEV =================================================================== RCS file: /export/ncvs/src/etc/MAKEDEV,v retrieving revision 1.320 diff -u -r1.320 MAKEDEV --- src/etc/MAKEDEV 27 Dec 2001 22:41:35 -0000 1.320 +++ src/etc/MAKEDEV 10 Jan 2002 08:42:46 -0000 @@ -831,7 +831,7 @@ scd*) units=`expr $i : '...\(.*\)'`; name=scd; chr=45;; esac if [ -z "${units}" -o "${units}" -le 0 ]; then - units=1 + units=0 fi if [ "${units}" -le 31 ]; then i=0 -- "It's always funny until someone gets hurt. Then it's hilarious." Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201100900.g0A903H39165>