From owner-cvs-all@FreeBSD.ORG Sat Oct 16 08:04:08 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 5E8E816A4CE; Sat, 16 Oct 2004 08:04:08 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D5F43D45; Sat, 16 Oct 2004 08:04:08 +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 i9G8478B079969; Sat, 16 Oct 2004 01:04:07 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9G846dX079968; Sat, 16 Oct 2004 01:04:06 -0700 (PDT) (envelope-from obrien) Date: Sat, 16 Oct 2004 01:04:06 -0700 From: "David O'Brien" To: Makoto Matsushita Message-ID: <20041016080406.GC77261@dragon.nuxi.com> References: <20041013195615.GC90229@dragon.nuxi.com> <20041016113048M.matusita@jp.FreeBSD.org> <20041016061745.GA77261@dragon.nuxi.com> <20041016153725S.matusita@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041016153725S.matusita@jp.FreeBSD.org> 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/lib/compat/compat4x.alpha libc.so.4.bz2.uu libc_r.so.4.bz2.uu libhistory.so.4.bz2.uu libm.so.2.bz2.uu libopie.so.2.bz2.uu libpcap.so.2.bz2.uu libperl.so.3.bz2.uu libreadline.so.4.bz2.uu 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: Sat, 16 Oct 2004 08:04:08 -0000 On Sat, Oct 16, 2004 at 03:37:25PM +0900, Makoto Matsushita wrote: > Maybe it's ok with /{s,}bin and other binaries those come from ports, > but how about user-made custom binaries for their system backups or > host administration related tools? They also live somewhere in /. > > As we can easily comes "Since they also have a source, just recompile > them all" solution, but I'm afraid that that's not ok... If these user-made custom binaries were installed in /[s]bin, I think we can assume the user/sysadmin is capable of coping any needed .so's from /usr/lib/compat to /lib. In fact, this custom binary may easily had a .so usage for a lib we have in /usr/lib vs. /lib because none of the stock /[s]bin binaries need it. So the user/sysadmin has already had to deal with the issue by hand. -- -- David (obrien@FreeBSD.org)