diff options
author | 1999-11-25 20:10:57 +0000 | |
---|---|---|
committer | 1999-11-25 20:10:57 +0000 | |
commit | d5922f2333b762389806d9d46037e1da857f01fa (patch) | |
tree | f38cbbdbdf82696db25da5d362aa72cb26e54a3a | |
parent | no warnings; jwoehr@advtech.uswest.com (diff) | |
download | wireguard-openbsd-d5922f2333b762389806d9d46037e1da857f01fa.tar.xz wireguard-openbsd-d5922f2333b762389806d9d46037e1da857f01fa.zip |
Synch path with main MAKEDEV (include /usr/sbin, so chown works).
-rw-r--r-- | etc/MAKEDEV.local | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/MAKEDEV.local b/etc/MAKEDEV.local index 4e2722bf60a..26f5b0489c3 100644 --- a/etc/MAKEDEV.local +++ b/etc/MAKEDEV.local @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV.local,v 1.2 1996/05/26 10:25:15 deraadt Exp $ +# $OpenBSD: MAKEDEV.local,v 1.3 1999/11/25 20:10:57 ian 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:/usr/sbin:/bin:/usr/bin umask 77 for i do |