mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 16:32:25 +01:00
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
This commit is contained in:
parent
171164e50d
commit
9a44db43ea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329455
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user