Further sync to kernel make_dev(): since we don't provide group access

to /dev/raidctl, don't set the group to operator.  (This isn't a
storage device, it's a control device).

Also, since umask here is already restrictive, we don't need to
explicitly set the mode.

Submitted by:	bde
This commit is contained in:
Robert Watson 2002-12-31 16:45:47 +00:00
parent f737d04304
commit 8ab14aaa2d

View File

@ -447,7 +447,7 @@ wt*)
;;
raidctl)
mknod raidctl c 201 0 root:operator; chmod 0600 raidctl
mknod raidctl c 201 0
;;
# Individual slices.