You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
128 B
10 lines
128 B
![]()
18 years ago
|
DEVICENAME ~~ (tun|tap[0-9]) {
|
||
|
makedev /dev/net/%DEVICENAME% 0644
|
||
|
next
|
||
|
}
|
||
|
|
||
![]()
18 years ago
|
DEVPATH is set {
|
||
![]()
18 years ago
|
makedev /dev/%DEVICENAME% 0644
|
||
![]()
18 years ago
|
}
|
||
|
|