diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 1999-11-25 20:10:58 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 1999-11-25 20:10:58 +0000 |
commit | fd88579ecbcc1020abc2ed9a28ccd7d8c1548172 (patch) | |
tree | 6be971b939ff1f64eab72cd2d278175dc6182817 | |
parent | 9956668272c024ad321925c1370ed1ccfee8b3d5 (diff) |
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 |