Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2015 21:51:01 -0700
From:      NGie Cooper <yaneurabeya@gmail.com>
To:        Gleb Smirnoff <glebius@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r282145 - head/etc/rc.d
Message-ID:  <5B403542-1277-4D18-9B4B-92A1EA1A6F96@gmail.com>
In-Reply-To: <201504281313.t3SDDOr1074557@svn.freebsd.org>
References:  <201504281313.t3SDDOr1074557@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> On Apr 28, 2015, at 06:13, Gleb Smirnoff <glebius@freebsd.org> wrote:
>=20
> Author: glebius
> Date: Tue Apr 28 13:13:23 2015
> New Revision: 282145
> URL: https://svnweb.freebsd.org/changeset/base/282145
>=20
> 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.
>=20
>  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=E2=80=99=
.

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=3D/dev/null make -VFILES` 2>&1)=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5B403542-1277-4D18-9B4B-92A1EA1A6F96>