summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2015-04-28 13:13:23 +0000
committerglebius <glebius@FreeBSD.org>2015-04-28 13:13:23 +0000
commit2b3cb1d5dd4339976ca1748a29eb75c3fafd5eeb (patch)
tree98b4be50ea1d23110e29cffecbaf9a1229a34835 /etc/rc.d
parent6df58ba6b5913d4c4e87c386d0a84fafad089fad (diff)
downloadFreeBSD-src-2b3cb1d5dd4339976ca1748a29eb75c3fafd5eeb.zip
FreeBSD-src-2b3cb1d5dd4339976ca1748a29eb75c3fafd5eeb.tar.gz
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
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-xetc/rc.d/devd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/devd b/etc/rc.d/devd
index c7288e4..53532cc 100755
--- a/etc/rc.d/devd
+++ b/etc/rc.d/devd
@@ -4,7 +4,7 @@
#
# PROVIDE: devd
-# REQUIRE: netif
+# REQUIRE: netif ldconfig
# BEFORE: NETWORKING mountcritremote
# KEYWORD: nojail shutdown
OpenPOWER on IntegriCloud