From 361fffd228d5480d566b940cda2b64c1ba10a576 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Tue, 28 Apr 2015 13:13:23 +0000 Subject: [PATCH] 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 --- etc/rc.d/devd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/devd b/etc/rc.d/devd index c7288e44629..53532cc8698 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