mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 22:12:43 +00:00
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.
This commit is contained in:
parent
f1a03fb628
commit
fda1c610e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19747
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user