From owner-cvs-all@FreeBSD.ORG Wed Oct 13 19:16:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11D5916A4CF; Wed, 13 Oct 2004 19:16:30 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C570D43D53; Wed, 13 Oct 2004 19:16:29 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9DJGRJX090341; Wed, 13 Oct 2004 12:16:27 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9DJGQZt090340; Wed, 13 Oct 2004 12:16:26 -0700 (PDT) (envelope-from obrien) Date: Wed, 13 Oct 2004 12:16:26 -0700 From: "David O'Brien" To: Jun Kuriyama Message-ID: <20041013191626.GA90229@dragon.nuxi.com> References: <200410112237.i9BMbYoC033633@repoman.freebsd.org> <7m655gvnli.wl@black.imgsrc.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7m655gvnli.wl@black.imgsrc.co.jp> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 19:16:30 -0000 On Tue, Oct 12, 2004 at 08:31:21AM +0900, Jun Kuriyama wrote: > At Mon, 11 Oct 2004 22:37:34 +0000 (UTC), > David E. O'Brien wrote: > > Modified files: > > etc/defaults rc.conf > > Log: > > 'portupgrade' places obsoleted shared libraries in /usr/local/lib/compat/pkg, > > so add this the list of directories ldconfig'ed. > > Hmm, doesn't etc/rc.d/000.pkgtools.sh script help you? It doesn't if one pkg_delete's portupgrade and yet still have binaries needing the compat libs. We have had great success due to our central, easy to admin /etc/rc.conf. If I, a 9 year FreeBSD committer, didn't know where /usr/local/lib/compat/pkg is 'ldocnfig'ed, then it is too hidden and makes administrating FreeBSD like Linux. -- -- David (obrien@FreeBSD.org)