diff --git a/etc/devd/devmatch.conf b/etc/devd/devmatch.conf index b9a93c43d851..c94f56fbf23e 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 "service devmatch quietstart '?$_'"; }; # Add the following to devd.conf to prevent this from running: diff --git a/etc/rc.d/devmatch b/etc/rc.d/devmatch index d8f83e6bb584..ebc09742a1f3 100755 --- a/etc/rc.d/devmatch +++ b/etc/rc.d/devmatch @@ -33,6 +33,7 @@ name="devmatch" desc="Use devmatch(8) to load kernel modules" +rcvar="${name}_enable" start_cmd="${name}_start" stop_cmd=':'