svn commit: r282145 - head/etc/rc.d
Gleb Smirnoff
glebius at FreeBSD.org
Tue Apr 28 13:13:24 UTC 2015
Author: glebius
Date: Tue Apr 28 13:13:23 2015
New Revision: 282145
URL: https://svnweb.freebsd.org/changeset/base/282145
Log:
Require "ldconfig" for "devd". It is possible that user puts into
devd.conf execution of third-party software, that needs libraries
from /usr/local. Since devd is launched before ldconfig script, if
the hardware that has associated software is attached on boot, then
execution would fail.
Differential Revision: https://reviews.freebsd.org/D2332
Reviewed by: imp
Modified:
head/etc/rc.d/devd
Modified: head/etc/rc.d/devd
==============================================================================
--- head/etc/rc.d/devd Tue Apr 28 13:04:51 2015 (r282144)
+++ head/etc/rc.d/devd Tue Apr 28 13:13:23 2015 (r282145)
@@ -4,7 +4,7 @@
#
# PROVIDE: devd
-# REQUIRE: netif
+# REQUIRE: netif ldconfig
# BEFORE: NETWORKING mountcritremote
# KEYWORD: nojail shutdown
More information about the svn-src-head
mailing list