svn commit: r343641 - stable/11/etc
Andriy Voskoboinyk
avos at FreeBSD.org
Fri Feb 1 03:03:18 UTC 2019
Author: avos
Date: Fri Feb 1 03:02:52 2019
New Revision: 343641
URL: https://svnweb.freebsd.org/changeset/base/343641
Log:
MFC r343497:
Unbreak devd.conf(5) regex after r343249
PR: 235239
Submitted by: Helge Oldach <freebsd at oldach.net>
Modified:
stable/11/etc/devd.conf
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/etc/devd.conf
==============================================================================
--- stable/11/etc/devd.conf Fri Feb 1 03:01:19 2019 (r343640)
+++ stable/11/etc/devd.conf Fri Feb 1 03:02:52 2019 (r343641)
@@ -41,7 +41,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";
};
More information about the svn-src-stable-11
mailing list