2018-02-11 23:45:26 -05:00
|
|
|
#
|
|
|
|
|
# $FreeBSD$
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Example devd configuration file for automatically
|
|
|
|
|
# loading what modules we can based on nomatch
|
|
|
|
|
# events.
|
|
|
|
|
#
|
|
|
|
|
# Generic NOMATCH event
|
|
|
|
|
nomatch 100 {
|
2018-06-28 11:00:18 -04:00
|
|
|
action "service devmatch quietstart '?'$_";
|
2018-02-11 23:45:26 -05:00
|
|
|
};
|
2018-02-12 01:51:20 -05:00
|
|
|
|
2018-02-12 01:52:49 -05:00
|
|
|
# Add the following to devd.conf to prevent this from running:
|
2018-02-12 01:51:20 -05:00
|
|
|
# nomatch 1000 {
|
2018-02-13 03:10:17 -05:00
|
|
|
# action "true";
|
2018-02-12 01:51:20 -05:00
|
|
|
# };
|
|
|
|
|
# it replaces the generic event with one of higher priority that
|
|
|
|
|
# does nothing. You can also set 'devmatch_enable=NO' in /etc/rc.conf
|