svn commit: r329455 - head/etc/devd

Hans Petter Selasky hselasky at FreeBSD.org
Sat Feb 17 13:13:56 UTC 2018


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:


More information about the svn-src-head mailing list