add /usr/sbin to PATH.
This commit is contained in:
parent
e26b100bee
commit
c3bbca084b
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV.local,v 1.2 1996/05/08 17:19:17 thorpej Exp $
|
||||
# $NetBSD: MAKEDEV.local,v 1.3 1997/01/05 20:42:57 veego Exp $
|
||||
#
|
||||
# Copyright (c) 1991 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
@ -38,7 +38,7 @@
|
||||
|
||||
# Local device MAKEDEV script.
|
||||
|
||||
PATH=/sbin:/bin:/usr/bin
|
||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||
umask 77
|
||||
for i
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user