Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2019 03:02:52 +0000 (UTC)
From:      Andriy Voskoboinyk <avos@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r343641 - stable/11/etc
Message-ID:  <201902010302.x1132qK8025150@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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";
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902010302.x1132qK8025150>