Author: hselasky
Date: Sat Feb 17 13:13:55 2018
New Revision: 329455
URL: https://svnweb.freebsd.org/changeset/base/329455

Log:
  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

Modified:
  head/etc/devd/devmatch.conf

Modified: head/etc/devd/devmatch.conf
==============================================================================
--- head/etc/devd/devmatch.conf Sat Feb 17 12:38:46 2018        (r329454)
+++ head/etc/devd/devmatch.conf Sat Feb 17 13:13:55 2018        (r329455)
@@ -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:
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to