Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2001 09:40:02 -0800 (PST)
From:      Makoto Matsushita <matusita@jp.freebsd.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/32079: minor timebomb in /etc/rc
Message-ID:  <200111181740.fAIHe2P37083@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/32079; it has been noted by GNATS.

From: Makoto Matsushita <matusita@jp.freebsd.org>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111181740.fAIHe2P37083>