Date: Sun, 15 Mar 1998 00:32:46 -0600 (CST) From: Joel Ray Holveck <joelh@gnu.org> To: mike@smith.net.au Cc: mvh@netcom.com, stable@FreeBSD.ORG Subject: Re: Um, a modest proposal (slices/mount) Message-ID: <199803150632.AAA03658@detlev.UUCP> In-Reply-To: <199803150535.VAA09640@dingo.cdrom.com> (message from Mike Smith on Sat, 14 Mar 1998 21:35:49 -0800) References: <199803150535.VAA09640@dingo.cdrom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>> Before the flamefest becomes a firestorm... >> Why not modify the kernel makefile so it won't do an install (or >> perhaps a build) if the wrong mount is installed? >> I don't know how to check version of Unix files - sorry if this is not >> practical... > It's a nice idea, but as you allude, actually implementing the check in > a consistent and dependable fashion would be very difficult. if expr `identd /sbin/mount | grep mount.c | awk {print $3;}` \>= 1.22 ; Note that I don't know the correct RCS version number to use here. -- Joel Ray Holveck - joelh@gnu.org - http://www.wp.com/piquan Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803150632.AAA03658>