devd.conf(5): simplify regex

Submitted by:	Helge Oldach <freebsd@oldach.net>
MFC after:	5 days
This commit is contained in:
Andriy Voskoboinyk 2019-01-27 15:29:58 +00:00
parent 21b56f2920
commit bbf61f79ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343497

View File

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