Don't specify root:wheel for tun*, it's the default.
Pointed out by: bde
This commit is contained in:
parent
e061532c92
commit
2b4420e8f9
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user