cvs commit: src ObsoleteFiles.inc
Ruslan Ermilov
ru at FreeBSD.org
Sun Oct 1 14:12:20 PDT 2006
On Mon, Oct 02, 2006 at 12:51:05AM +0400, Dmitry Marakasov wrote:
> * Ruslan Ermilov (ru at 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?
>
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/libpthread.so.2
lrwxr-xr-x 1 root wheel 17 Sep 10 20:59 /usr/lib/libpcap.so -> /lib/libpcap.so.4
(The .so links are used when linking the program dynamically.
They are not needed for running a dynamically linked program.)
Cheers,
--
Ruslan Ermilov
ru at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20061001/e56478c9/attachment.pgp
More information about the cvs-src
mailing list