aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2015-04-28 13:13:23 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2015-04-28 13:13:23 +0000
commit361fffd228d5480d566b940cda2b64c1ba10a576 (patch)
tree98b4be50ea1d23110e29cffecbaf9a1229a34835 /etc
parente52f97153af48c2ae7bddbceb0ccdecf5fca750f (diff)
downloadsrc-361fffd228d5480d566b940cda2b64c1ba10a576.tar.gz
src-361fffd228d5480d566b940cda2b64c1ba10a576.zip
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
Notes
Notes: svn path=/head/; revision=282145
Diffstat (limited to 'etc')
-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 c7288e446292..53532cc8698d 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