devd.conf(5): simplify regex
Submitted by: Helge Oldach <freebsd@oldach.net> MFC after: 5 days
This commit is contained in:
parent
21b56f2920
commit
bbf61f79ce
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343497
@ -43,7 +43,7 @@ options {
|
|||||||
#
|
#
|
||||||
notify 0 {
|
notify 0 {
|
||||||
match "system" "IFNET";
|
match "system" "IFNET";
|
||||||
match "subsystem" "(?!usbus[0-9]+|?!wlan[0-9]+)";
|
match "subsystem" "!(usbus|wlan)[0-9]+";
|
||||||
match "type" "ATTACH";
|
match "type" "ATTACH";
|
||||||
action "/etc/pccard_ether $subsystem start";
|
action "/etc/pccard_ether $subsystem start";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user