Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2015 13:13:24 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282145 - head/etc/rc.d
Message-ID:  <201504281313.t3SDDOr1074557@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504281313.t3SDDOr1074557>