From bacf907983415aad092f5739027e7dfd46cddf05 Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 14 Nov 1996 14:28:26 +0000 Subject: 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. --- etc/MAKEDEV | 4 ++-- etc/etc.i386/MAKEDEV | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'etc') 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 -- cgit v1.1