aboutsummaryrefslogtreecommitdiff
path: root/etc/devd
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2018-02-13 08:10:17 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2018-02-13 08:10:17 +0000
commit6bb41868efae21af33900ebdad2a94a4520530fa (patch)
tree7f1ba515dc405e947278b52238e63d0088e13e85 /etc/devd
parente802574612cfd83291c8be9c258fb32c34d70616 (diff)
Notes
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/devmatch.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/devd/devmatch.conf b/etc/devd/devmatch.conf
index 5e510bacbf40..af1c2708a939 100644
--- a/etc/devd/devmatch.conf
+++ b/etc/devd/devmatch.conf
@@ -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