summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-02-03 23:31:31 +0000
committerbrian <brian@FreeBSD.org>2001-02-03 23:31:31 +0000
commit2b4420e8f9beb187125c4fcc9a5844c4a510c3ef (patch)
treeee4c680df86e3a17b926baf36d04f8c11785cc20 /etc/MAKEDEV
parente061532c92740c0a14e9958b79b0edb6a221d259 (diff)
downloadFreeBSD-src-2b4420e8f9beb187125c4fcc9a5844c4a510c3ef.zip
FreeBSD-src-2b4420e8f9beb187125c4fcc9a5844c4a510c3ef.tar.gz
Don't specify root:wheel for tun*, it's the default.
Pointed out by: bde
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 81a80c0..bbb8691 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -1532,7 +1532,7 @@ tun*)
ntun=`expr $i : 'tun\(.*\)$'`
unit=0
while [ $unit -le $ntun ]; do
- mknod tun$unit c 52 `unit2minor $unit` root:wheel
+ mknod tun$unit c 52 `unit2minor $unit`
unit=$(($unit + 1))
done
;;
OpenPOWER on IntegriCloud