From fb5f47d254fc4d1fb1cd611706bdfab3515ff8e6 Mon Sep 17 00:00:00 2001 From: hrs Date: Wed, 26 Oct 2011 02:11:28 +0000 Subject: - Add support for a "!" character in regex matching in devd(8). It inverts the logic (true/false) of the matching. - Add "!usbus[0-9]+" to IFNET ATTACH notification handler in the default devd.conf to prevent rc.d/netif from running when usbus[0-9]+ is attached. Reviewed by: imp --- etc/devd.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/devd.conf b/etc/devd.conf index 2ba2e0e..27abc1f 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -38,6 +38,7 @@ options { # notify 0 { match "system" "IFNET"; + match "subsystem" "!usbus[0-9]+"; match "type" "ATTACH"; action "/etc/pccard_ether $subsystem start"; }; -- cgit v1.1