From owner-cvs-src@FreeBSD.ORG Sat Oct 2 15:46:16 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F4D716A4D0; Sat, 2 Oct 2004 15:46:16 +0000 (GMT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BC5843D48; Sat, 2 Oct 2004 15:46:15 +0000 (GMT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1])i92FkD874617; Sun, 3 Oct 2004 00:46:13 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <20041002044957.GA36384@dragon.nuxi.com> References: <200410020146.i921kKAO057981@repoman.freebsd.org> <20041002044957.GA36384@dragon.nuxi.com> X-User-Agent: Mew/1.94.2 Emacs/21.3 X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20040704(IM147) Lines: 44 From: Makoto Matsushita To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Sun, 03 Oct 2004 00:46:11 +0900 Message-Id: <20041003004611E.matusita@jp.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-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 15:46:16 -0000 obrien> Why did you do this?? You know that we're removing these libs in obrien> 6-CURRENT. I discussed it with you and you bought into it. It would be a good decision IMHO -- can we tweak compat library directory in near future? A sample patch attached below. -- - Makoto `MAR' Matsushita Index: defaults/rc.conf =================================================================== RCS file: /home/ncvs/src/etc/defaults/rc.conf,v retrieving revision 1.220 diff -u -r1.220 rc.conf --- defaults/rc.conf 29 Sep 2004 07:07:43 -0000 1.220 +++ defaults/rc.conf 2 Oct 2004 15:44:03 -0000 @@ -438,7 +438,7 @@ osf1_enable="NO" # Alpha OSF/1 emulation loaded at startup (or NO). clear_tmp_enable="NO" # Clear /tmp at startup. ldconfig_insecure="NO" # Set to YES to disable ldconfig security checks -ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib" +ldconfig_paths="/usr/X11R6/lib /usr/local/lib" # shared library search paths ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aout" # a.out shared library search paths Index: mtree/BSD.usr.dist =================================================================== RCS file: /home/ncvs/src/etc/mtree/BSD.usr.dist,v retrieving revision 1.308 diff -u -r1.308 BSD.usr.dist --- mtree/BSD.usr.dist 25 Sep 2004 00:42:37 -0000 1.308 +++ mtree/BSD.usr.dist 2 Oct 2004 15:43:40 -0000 @@ -14,10 +14,6 @@ lib aout .. - compat - aout - .. - .. .. libdata gcc