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 <free...@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";
 };
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to