Don't specify root:wheel for tun*, it's the default.

Pointed out by:	bde
This commit is contained in:
brian 2001-02-03 23:31:31 +00:00
parent e061532c92
commit 2b4420e8f9

View File

@ -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
;;