From 3a7029ba891d1b594bb164c5cb75b2726c591827 Mon Sep 17 00:00:00 2001 From: rwatson Date: Tue, 31 Dec 2002 16:45:47 +0000 Subject: 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 --- etc/MAKEDEV | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/MAKEDEV') diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 40de85e..232b2e7 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -447,7 +447,7 @@ wt*) ;; raidctl) - mknod raidctl c 201 0 root:operator; chmod 0600 raidctl + mknod raidctl c 201 0 ;; # Individual slices. -- cgit v1.1