summaryrefslogtreecommitdiff
path: root/sutils
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-02-01 21:28:55 +0000
committerThomas Bushnell <thomas@gnu.org>1999-02-01 21:28:55 +0000
commit48fe1fad7bd90b7695806eb8ac431b09626fcaea (patch)
tree5d417fdd5c0b7de06ab8537f4698a971f471d19d /sutils
parentc18c017b593d94def21cdb2dc41f880cd0cb82af (diff)
Mon Feb 1 16:27:15 1999 Thomas Bushnell, BSG <tb@mit.edu>
* MAKEDEV.sh (PATH): Add /usr/bin out of deference to users lacking the /usr symlink. Requested by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
Diffstat (limited to 'sutils')
-rw-r--r--sutils/ChangeLog6
-rw-r--r--sutils/MAKEDEV.sh2
2 files changed, 7 insertions, 1 deletions
diff --git a/sutils/ChangeLog b/sutils/ChangeLog
index cd0cb55d..98d65174 100644
--- a/sutils/ChangeLog
+++ b/sutils/ChangeLog
@@ -1,3 +1,9 @@
+Mon Feb 1 16:27:15 1999 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * MAKEDEV.sh (PATH): Add /usr/bin out of deference to users
+ lacking the /usr symlink. Requested by Marcus Brinkmann
+ <Marcus.Brinkmann@ruhr-uni-bochum.de>.
+
1998-11-29 Roland McGrath <roland@baalperazim.frob.com>
* fsck.c (main): Add braces to silence gcc warning.
diff --git a/sutils/MAKEDEV.sh b/sutils/MAKEDEV.sh
index cd9e07b9..3c26f473 100644
--- a/sutils/MAKEDEV.sh
+++ b/sutils/MAKEDEV.sh
@@ -3,7 +3,7 @@
# Make standard devices
#
-PATH=/bin
+PATH=/bin:/usr/bin
ECHO=: # Change to "echo" to echo commands
EXEC="" # Change to ":" to suppress command execution