]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove all vestiges of /usr programs (awk, sed, grep...) from MAKEDEV.
authorBrian Feldman <green@FreeBSD.org>
Sun, 19 Dec 1999 09:42:15 +0000 (09:42 +0000)
committerBrian Feldman <green@FreeBSD.org>
Sun, 19 Dec 1999 09:42:15 +0000 (09:42 +0000)
commit1d1811b17278496be4c9d9ae8749d37c693bc226
treed6c3ae6f22ed071dfa22e8a1d31e70cb1aab3890
parent68567ff12720b7f870fbc7eb7121ad6e24fbe487
Remove all vestiges of /usr programs (awk, sed, grep...) from MAKEDEV.
MAKEDEV can now run (with /sbin/chown and /bin/chgrp, still) without
any /usr.  The default PATH for MAKEDEV is now "/sbin:/bin" to prevent
against further spammage of /usr programs in MAKEDEV.  In the event
of an emergency, the variable "MAKEDEVPATH" can be used to replace
PATH, but I don't know what that emergency could be.
   Let me know if you have any problems.  I've tested it as well as
I could, which basically means everything except for RocketPorts.

Reviewed in principle by: peter
etc/MAKEDEV