From owner-svn-src-all@freebsd.org Sun Oct 25 04:51:04 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8021A1CE74; Sun, 25 Oct 2015 04:51:04 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-oi0-x234.google.com (mail-oi0-x234.google.com [IPv6:2607:f8b0:4003:c06::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9925D899; Sun, 25 Oct 2015 04:51:04 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by oiad129 with SMTP id d129so84905846oia.0; Sat, 24 Oct 2015 21:51:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=l4b9t1LZrRwT8QdK7Gi3nVbfAwqPWt9puxpCGwqCVrk=; b=L0/FIdSOighW5HCGkz7WpSuMMajRWknrK/RK/yVZj/TvCZ8uBL9+uUxCr+Dmzl9x4F VNUyqryZUVqN6RxJKPuj8JmWD79KWCuDdGvMI3aHPdqgnOk6SAw1Jm2MQv9Yf235cGRs JIV+R7xDCWGee86gb4CTsnGhRxqPWZvHXegHX+AA32tNLQ+hzZYgewicm5ANi1eXX3G3 5PypTt+rWRgqMK+UHwq5anBaBVhrsbo2kxcKmyHNf+QyWLThjszs+XA2FVXsi3aYzw1S 4JxzGbUII2/y1b+Qw6I0ARwZmIwBErFv4mohHK9lNHaEfCRU/8iessiCug/zR4Weomrq Ppqg== X-Received: by 10.202.71.9 with SMTP id u9mr13907823oia.118.1445748663592; Sat, 24 Oct 2015 21:51:03 -0700 (PDT) Received: from ?IPv6:2601:601:800:126d:6c5b:a5fd:aec8:13bf? ([2601:601:800:126d:6c5b:a5fd:aec8:13bf]) by smtp.gmail.com with ESMTPSA id t192sm12092639oie.29.2015.10.24.21.51.02 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 24 Oct 2015 21:51:03 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r282145 - head/etc/rc.d From: NGie Cooper In-Reply-To: <201504281313.t3SDDOr1074557@svn.freebsd.org> Date: Sat, 24 Oct 2015 21:51:01 -0700 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <5B403542-1277-4D18-9B4B-92A1EA1A6F96@gmail.com> References: <201504281313.t3SDDOr1074557@svn.freebsd.org> To: Gleb Smirnoff X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2015 04:51:04 -0000 > On Apr 28, 2015, at 06:13, Gleb Smirnoff 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)=