diff options
author | 2003-04-10 16:11:12 +0000 | |
---|---|---|
committer | 2003-04-10 16:11:12 +0000 | |
commit | 41d8c61370e9b00355024a29a0438ed06815ac6d (patch) | |
tree | 296aad9b5790e78ae64977f99d87926d86b05ecf | |
parent | Only print the "helpful" prompt in -d mode if there is room on the (diff) | |
download | wireguard-openbsd-41d8c61370e9b00355024a29a0438ed06815ac6d.tar.xz wireguard-openbsd-41d8c61370e9b00355024a29a0438ed06815ac6d.zip |
POSIX chown; Leandro Costa
todd@ OK
-rw-r--r-- | etc/MAKEDEV.mi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/MAKEDEV.mi b/etc/MAKEDEV.mi index 6ba2541a0f6..a56b0b154c0 100644 --- a/etc/MAKEDEV.mi +++ b/etc/MAKEDEV.mi @@ -1,6 +1,6 @@ include(MAKEDEV.sub)dnl dnl -vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.57 2003/03/16 13:15:53 miod Exp $-})dnl +vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.58 2003/04/10 16:11:12 millert Exp $-})dnl dnl divert(1)dnl {-#-} @@ -723,7 +723,7 @@ dodisk() M r{-$-}1{-$-}2$d c {-$-}4 Add($n, $count) 640 let count=count+1 done - MKlist="$MKlist;chown root.operator {-$-}1{-$-}2? r{-$-}1{-$-}2?" + MKlist="$MKlist;chown root:operator {-$-}1{-$-}2? r{-$-}1{-$-}2?" } dnl dnl dodisk2(name, unit, blkmaj, chrmaj, unit, off[, stepping]) @@ -777,7 +777,7 @@ M() { mklist="$mklist {-$-}1" G={-$-}{6:-wheel} [ "{-$-}7" ] && { - MKlist="$MKlist;chown {-$-}7.{-$-}G {-$-}1" + MKlist="$MKlist;chown {-$-}7:{-$-}G {-$-}1" } || { case $G in wheel)g=0;;kmem)g=2;;operator)g=5;;tty)g=4;;dialer)g=117;;_lkm)g=61;; |