summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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