svn commit: r329445 - head/etc/devd
Warner Losh
imp at FreeBSD.org
Sat Feb 17 06:57:42 UTC 2018
Author: imp
Date: Sat Feb 17 06:57:38 2018
New Revision: 329445
URL: https://svnweb.freebsd.org/changeset/base/329445
Log:
Pass in the NOMATCH event to devmatch
In devd/devmatch.conf, we need to pass the event to the devmatch
serivce. It gets passed to devmatch -p for matching. We always pass
this, unlike hps' original patch, so we kill two birds with one stone
and only match modules to the event passed in.
Submitted by: hps@
Sponsored by: Netflix
Modified:
head/etc/devd/devmatch.conf
Modified: head/etc/devd/devmatch.conf
==============================================================================
--- head/etc/devd/devmatch.conf Sat Feb 17 06:57:34 2018 (r329444)
+++ head/etc/devd/devmatch.conf Sat Feb 17 06:57:38 2018 (r329445)
@@ -9,7 +9,7 @@
#
# Generic NOMATCH event
nomatch 100 {
- action "service devmatch start";
+ action "service devmatch start '?$_'";
};
# Add the following to devd.conf to prevent this from running:
More information about the svn-src-all
mailing list