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

Makoto Matsushita matusita at jp.FreeBSD.org
Sat Oct 2 08:46:16 PDT 2004


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


More information about the cvs-src mailing list