Date: Mon, 2 Oct 2006 04:30:38 +0400 From: Dmitry Marakasov <amdmi3@mail.ru> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src ObsoleteFiles.inc Message-ID: <20061002003038.GB69759@hades.panopticon> In-Reply-To: <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> <20061001211204.GE28840@rambler-co.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
* Ruslan Ermilov (ru@FreeBSD.org) wrote: > > 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.) Ah, yes, I've forgot that there are no links in /lib. Then it's all ok now, thanks. -- Best regards, Dmitry mailto:amdmi3@mail.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061002003038.GB69759>