From ba9ae7c4f70ce406e1bb2b1bbe73872dd74fb35e Mon Sep 17 00:00:00 2001 From: truckman Date: Sun, 5 Nov 2000 17:59:29 +0000 Subject: Back out change to prepend /sbin:/bin to $PATH, just overwrite $PATH with these in the normal case. Set MAKEDEVPATH in sysinstall to include the /mnt2 stuff before starting the fixit shell. --- etc/MAKEDEV | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/MAKEDEV b/etc/MAKEDEV index a7d14c8..1ba5f23 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -150,7 +150,7 @@ if [ -n "$MAKEDEVPATH" ]; then PATH="$MAKEDEVPATH" else - PATH=/sbin:/bin:$PATH + PATH=/sbin:/bin fi umask 77 -- cgit v1.1