aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-02-03 00:32:17 +0000
committerBrian Somers <brian@FreeBSD.org>2001-02-03 00:32:17 +0000
commite0cd22b7b4f037cbf6f45be77c521ca713490a3f (patch)
tree1cc9108c8e645b54369b70358298f1a354478c31
parent8e5db7b9b77e5d42c4e09e9de7e9fc22827925e8 (diff)
Notes
-rw-r--r--etc/MAKEDEV2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 017571252b22a..81a80c09254cf 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` uucp:dialer
+ mknod tun$unit c 52 `unit2minor $unit` root:wheel
unit=$(($unit + 1))
done
;;