2018-02-12 04:45:26 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Example devd configuration file for automatically
|
|
|
|
# loading what modules we can based on nomatch
|
|
|
|
# events.
|
|
|
|
#
|
|
|
|
# Generic NOMATCH event
|
|
|
|
nomatch 100 {
|
2018-02-12 06:51:20 +00:00
|
|
|
action "service devmatch start"
|
2018-02-12 04:45:26 +00:00
|
|
|
};
|
2018-02-12 06:51:20 +00:00
|
|
|
|
|
|
|
# Add the following to devd.conf to preent this from running:
|
|
|
|
# nomatch 1000 {
|
|
|
|
# action "true"
|
|
|
|
# };
|
|
|
|
# it replaces the generic event with one of higher priority that
|
|
|
|
# does nothing. You can also set 'devmatch_enable=NO' in /etc/rc.conf
|