From 0ba87eac5aa5b0f7d04235346ebe6e90f1480cb6 Mon Sep 17 00:00:00 2001 From: avos Date: Fri, 1 Feb 2019 03:02:52 +0000 Subject: [PATCH] MFC r343497: Unbreak devd.conf(5) regex after r343249 PR: 235239 Submitted by: Helge Oldach --- etc/devd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/devd.conf b/etc/devd.conf index 30668b87149..f1676916223 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -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"; }; -- 2.45.0