summaryrefslogtreecommitdiffstats
path: root/sbin/devd/devd.conf.5
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2011-10-26 02:11:28 +0000
committerhrs <hrs@FreeBSD.org>2011-10-26 02:11:28 +0000
commitfb5f47d254fc4d1fb1cd611706bdfab3515ff8e6 (patch)
tree4d011720f50d6e9301496fa296ee8c8ddd402c37 /sbin/devd/devd.conf.5
parentcfa150e0b1092907e533a6ee0ea1a9d21aa4f306 (diff)
downloadFreeBSD-src-fb5f47d254fc4d1fb1cd611706bdfab3515ff8e6.zip
FreeBSD-src-fb5f47d254fc4d1fb1cd611706bdfab3515ff8e6.tar.gz
- 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
Diffstat (limited to 'sbin/devd/devd.conf.5')
-rw-r--r--sbin/devd/devd.conf.56
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5
index e4dea72..09e902b 100644
--- a/sbin/devd/devd.conf.5
+++ b/sbin/devd/devd.conf.5
@@ -41,7 +41,7 @@
.\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
.\" SOFTWARE.
.\"
-.Dd March 8, 2009
+.Dd October 25, 2011
.Dt DEVD.CONF 5
.Os
.Sh NAME
@@ -121,6 +121,10 @@ Creates a regular expression and assigns it to the variable
.Ar regexp-name .
The variable is available throughout the rest of
the configuration file.
+If the string begins with
+.Ql \&! ,
+it matches if the regular expression formed by the rest of the string
+does not match.
All regular expressions have an implicit
.Ql ^$
around them.
OpenPOWER on IntegriCloud