no need to chown root / chgrp wheel
This commit is contained in:
parent
307f4019a4
commit
f7cd7f0c9e
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.60 2002/10/04 18:53:27 elric Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.61 2002/10/21 03:20:25 lukem Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -390,7 +390,6 @@ ttyE*)
|
|||
chr=41; unit=${i#ttyE}
|
||||
rm -f ttyE$unit
|
||||
mknod ttyE$unit c $chr $unit
|
||||
chown root.wheel ttyE$unit
|
||||
;;
|
||||
|
||||
ttye*)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.42 2002/10/14 06:31:37 takemura Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.43 2002/10/21 03:20:26 lukem Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -647,7 +647,6 @@ audio*)
|
|||
mknod $audio c $major $(($unit + 128))
|
||||
mknod $mixer c $major $(($unit + 16))
|
||||
mknod $audioctl c $major $(($unit + 192))
|
||||
chown root.wheel $audio $sound $mixer $audioctl
|
||||
chmod 666 $audio $sound $mixer $audioctl
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue