aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd/devmatch.conf
blob: 902c96f3366471206a7ca06e227e33942a2cfa49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# $FreeBSD$
#

#
# Example devd configuration file for automatically
# loading what modules we can based on nomatch
# events.
#
# Generic NOMATCH event
nomatch 100 {
	action "service devmatch quietstart '?'$_";
};

# Add the following to devd.conf to prevent 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