From owner-cvs-all@FreeBSD.ORG Sat Oct 16 04:49:03 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 E997C16A4CE; Sat, 16 Oct 2004 04:49:03 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3370C43D46; Sat, 16 Oct 2004 04:49:03 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i9G4mS16062057; Fri, 15 Oct 2004 22:48:29 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 15 Oct 2004 22:48:33 -0600 (MDT) Message-Id: <20041015.224833.66757498.imp@bsdimp.com> To: matusita@jp.FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20041016113048M.matusita@jp.FreeBSD.org> References: <20041003004611E.matusita@jp.FreeBSD.org> <20041013195615.GC90229@dragon.nuxi.com> <20041016113048M.matusita@jp.FreeBSD.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 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 04:49:04 -0000 In message: <20041016113048M.matusita@jp.FreeBSD.org> Makoto Matsushita writes: : Speaking about 'compat libs,' how do we supply older libraries that is : in /lib? Make a directory /lib/compat (or whereever in /), or ...? I'd think that /usr/lib/compat would be sufficient for them. After all, they are only in /lib so that we can have a dynamic root. Once we upgrade, other things linked with them needn't get it off of root since we generally don't install ports into /. Warner