1# 2# 3 4# 5# Example devd configuration file for automatically 6# loading what modules we can based on nomatch 7# events. 8# 9# Generic NOMATCH event 10nomatch 100 { 11 action "service devmatch quietstart '?'$_"; 12}; 13 14# Add the following to devd.conf to prevent this from running: 15# nomatch 1000 { 16# action "true"; 17# }; 18# it replaces the generic event with one of higher priority that 19# does nothing. You can also set 'devmatch_enable=NO' in /etc/rc.conf 20