From owner-freebsd-bugs Sun Nov 18 9:40: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5493937B405 for ; Sun, 18 Nov 2001 09:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAIHe2P37083; Sun, 18 Nov 2001 09:40:02 -0800 (PST) (envelope-from gnats) Date: Sun, 18 Nov 2001 09:40:02 -0800 (PST) Message-Id: <200111181740.fAIHe2P37083@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Makoto Matsushita Subject: Re: bin/32079: minor timebomb in /etc/rc Reply-To: Makoto Matsushita Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/32079; it has been noted by GNATS. From: Makoto Matsushita To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/32079: minor timebomb in /etc/rc Date: Mon, 19 Nov 2001 02:36:49 +0900 toor> if [ -x ${ldconfig} ]; then You can't do that, since if you set ldconfig_insecure=YES, ${ldconfig} will be '/sbin/ldconfig -i' and test(1) will fail. toor> It's not broken, at least not until someone tries to take advantage toor> of the /sbin/ldconfig parameterization. The location of ldconfig is not parameterized. It's still sticked to '/sbin/ldconfig' in /etc/rc, and you cannot change in /etc/rc.conf. Discover the reason of why 'ldconfig' variable is in /etc/rc with the src/etc/rc commitlog of rev 1.224 and 1.212.2.12. -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message