diff options
author | andreas <andreas@FreeBSD.org> | 1996-11-14 14:28:26 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1996-11-14 14:28:26 +0000 |
commit | bacf907983415aad092f5739027e7dfd46cddf05 (patch) | |
tree | 0e99635b3063e6c674e2201df10846095f1c3daa /etc | |
parent | c27ec42ac83935139a96ebd1347681838eeae0bc (diff) | |
download | FreeBSD-src-bacf907983415aad092f5739027e7dfd46cddf05.zip FreeBSD-src-bacf907983415aad092f5739027e7dfd46cddf05.tar.gz |
Added $PATH to the end of PATH. Otherwise the command 'expr' can't be
found by the shell when running MAKEDEV from the fixit floppy environment.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/MAKEDEV | 4 | ||||
-rw-r--r-- | etc/etc.i386/MAKEDEV | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 04c768b..0ea5e09 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -102,10 +102,10 @@ # perfmon CPU performance-monitoring counters # pci PCI configuration-space access from user mode # -# $Id: MAKEDEV,v 1.126 1996/10/25 15:01:33 bde Exp $ +# $Id: MAKEDEV,v 1.127 1996/11/01 08:49:13 bde Exp $ # -PATH=/sbin:/bin/:/usr/bin:/usr/sbin: +PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH umask 77 # Convert integer to partition name diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index 04c768b..0ea5e09 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -102,10 +102,10 @@ # perfmon CPU performance-monitoring counters # pci PCI configuration-space access from user mode # -# $Id: MAKEDEV,v 1.126 1996/10/25 15:01:33 bde Exp $ +# $Id: MAKEDEV,v 1.127 1996/11/01 08:49:13 bde Exp $ # -PATH=/sbin:/bin/:/usr/bin:/usr/sbin: +PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH umask 77 # Convert integer to partition name |