svn commit: r282145 - head/etc/rc.d

Gleb Smirnoff glebius at FreeBSD.org
Mon Oct 26 15:57:21 UTC 2015


  Garrett,

On Sat, Oct 24, 2015 at 09:51:01PM -0700, NGie Cooper wrote:
N> > Author: glebius
N> > Date: Tue Apr 28 13:13:23 2015
N> > New Revision: 282145
N> > URL: https://svnweb.freebsd.org/changeset/base/282145
N> > 
N> > Log:
N> >  Require "ldconfig" for "devd". It is possible that user puts into
N> >  devd.conf execution of third-party software, that needs libraries
N> >  from /usr/local. Since devd is launched before ldconfig script, if
N> >  the hardware that has associated software is attached on boot, then
N> >  execution would fail.
N> > 
N> >  Differential Revision:	https://reviews.freebsd.org/D2332
N> >  Reviewed by:		imp
N> 
N> This broke rcorder. With my custom knobs it breaks with:
N> 
N> rcorder: Circular dependency on provision `ldconfig' in file `devd’.
N> 
N> With the defaults knobs, it breaks like this:
N> 
N> rcorder: Circular dependency on provision `mountcritremote' in file `ldconfig'.
N> 
N> Repro:
N> 
N> (cd /usr/src/etc/rc.d; rcorder `SRCCONF=/dev/null make -VFILES` 2>&1)

I've seen the bug in the bugzilla. Thanks for taking it, Garrett. It
is definitely not an easy one.

-- 
Totus tuus, Glebius.


More information about the svn-src-head mailing list