From owner-cvs-src@FreeBSD.ORG Sun Oct 1 21:12:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 DF46B16A4A7 for ; Sun, 1 Oct 2006 21:12:19 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3254043D5F for ; Sun, 1 Oct 2006 21:12:00 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 0C9685DB3 for ; Mon, 2 Oct 2006 01:11:59 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id DF4395E65 for ; Mon, 2 Oct 2006 01:11:58 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id k91LC5MU046093 for cvs-src@FreeBSD.org; Mon, 2 Oct 2006 01:12:05 +0400 (MSD) (envelope-from ru) Date: Mon, 2 Oct 2006 01:12:04 +0400 From: Ruslan Ermilov To: cvs-src@FreeBSD.org Message-ID: <20061001211204.GE28840@rambler-co.ru> References: <200609291934.k8TJYcXo038707@repoman.freebsd.org> <20060930144627.GA16298@hades.panopticon> <20060930153048.GC39704@rambler-co.ru> <20061001005802.GA47847@hades.panopticon> <20061001175617.GA25654@rambler-co.ru> <20061001205105.GA69759@hades.panopticon> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="L1c6L/cjZjI9d0Eq" Content-Disposition: inline In-Reply-To: <20061001205105.GA69759@hades.panopticon> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 01 Oct 2006 21:12:20 -0000 --L1c6L/cjZjI9d0Eq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 02, 2006 at 12:51:05AM +0400, Dmitry Marakasov wrote: > * Ruslan Ermilov (ru@FreeBSD.org) wrote: > > > > > Don't forget HEAD also > > > > Care to prepare a patch for me? ;-) > > > Let me try. The idea is to remove all instances of libpcap, libpthread > > > and libc_r from /usr/lib, am I right? This should do the thing, if I'= ve > > > understood meaning of ObsoleteFiles.inc correctly. If this is right, > > > similar changes should be committed into RELENG_6 as well. > > No, this is not right. Only shared libraries were moved to /lib. > > Archive and profiles libraries still live in /usr/lib. I've > > committed the correct version to HEAD. About libc_r on HEAD, yes. > > They all can be removed. > Yes, that seem correct for me. The only thing that bugs me is .so > symlinks. Shouldn't these be listed as well as OLD_FILES? >=20 Why? They are still there at the same location: lrwxr-xr-x 1 root wheel 20 Sep 10 20:59 /usr/lib/libpthread.so -> /lib/l= ibpthread.so.2 lrwxr-xr-x 1 root wheel 17 Sep 10 20:59 /usr/lib/libpcap.so -> /lib/libp= cap.so.4 (The .so links are used when linking the program dynamically. They are not needed for running a dynamically linked program.) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --L1c6L/cjZjI9d0Eq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFIC8kqRfpzJluFF4RAp0cAJ9x27jpVVVsi+71JCAa/Em/g4mWRQCfeLBb GCW4Dazzer2A1UqeQkiifDY= =NelW -----END PGP SIGNATURE----- --L1c6L/cjZjI9d0Eq--