aboutsummaryrefslogtreecommitdiff
path: root/etc/devd
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2018-02-17 13:13:55 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2018-02-17 13:13:55 +0000
commit9a44db43eacf68468b9989cfa0071b077766de0c (patch)
tree6855b6bb8e3c696c8ee1f144a444b6057297cd37 /etc/devd
parent171164e50d61a04cdf62abc8093bc33e470e6ba6 (diff)
downloadsrc-9a44db43eacf68468b9989cfa0071b077766de0c.tar.gz
src-9a44db43eacf68468b9989cfa0071b077766de0c.zip
Invoke devmatch rc.d script directly instead of depending on "service"
which is installed in usr/sbin and might not be available at the time devd is started. Sponsored by: Mellanox Technologies
Notes
Notes: svn path=/head/; revision=329455
Diffstat (limited to 'etc/devd')
-rw-r--r--etc/devd/devmatch.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/devd/devmatch.conf b/etc/devd/devmatch.conf
index b9a93c43d851..bc5bf0c74a64 100644
--- a/etc/devd/devmatch.conf
+++ b/etc/devd/devmatch.conf
@@ -9,7 +9,7 @@
#
# Generic NOMATCH event
nomatch 100 {
- action "service devmatch start '?$_'";
+ action "/etc/rc.d/devmatch start '?$_'";
};
# Add the following to devd.conf to prevent this from running: