devd.conf(5): simplify regex
Submitted by: Helge Oldach <freebsd@oldach.net> MFC after: 5 days
This commit is contained in:
parent
546ec49775
commit
8c9947fab6
@ -43,7 +43,7 @@ options {
|
||||
#
|
||||
notify 0 {
|
||||
match "system" "IFNET";
|
||||
match "subsystem" "(?!usbus[0-9]+|?!wlan[0-9]+)";
|
||||
match "subsystem" "!(usbus|wlan)[0-9]+";
|
||||
match "type" "ATTACH";
|
||||
action "/etc/pccard_ether $subsystem start";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user