svn commit: r282145 - head/etc/rc.d
NGie Cooper
yaneurabeya at gmail.com
Sun Oct 25 04:51:04 UTC 2015
> On Apr 28, 2015, at 06:13, Gleb Smirnoff <glebius at freebsd.org> wrote:
>
> 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
This broke rcorder. With my custom knobs it breaks with:
rcorder: Circular dependency on provision `ldconfig' in file `devd’.
With the defaults knobs, it breaks like this:
rcorder: Circular dependency on provision `mountcritremote' in file `ldconfig'.
Repro:
(cd /usr/src/etc/rc.d; rcorder `SRCCONF=/dev/null make -VFILES` 2>&1)
More information about the svn-src-all
mailing list