Add missing semicolon to not break devd during system startup.
This commit is contained in:
parent
e802574612
commit
6bb41868ef
@ -9,12 +9,12 @@
|
||||
#
|
||||
# Generic NOMATCH event
|
||||
nomatch 100 {
|
||||
action "service devmatch start"
|
||||
action "service devmatch start";
|
||||
};
|
||||
|
||||
# Add the following to devd.conf to prevent this from running:
|
||||
# nomatch 1000 {
|
||||
# action "true"
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user