Re: old libs removal

2006-04-28 Thread Marc Espie
On Fri, Apr 28, 2006 at 09:51:57AM -0600, Bob Beck wrote: > If you do this - any apps which are linked against the older versions > will > likely stop working. > > the reason "upgrade" leaves them lying around is so that your > applications which > were built using an older version

Re: old libs removal

2006-04-28 Thread Bob Beck
If you do this - any apps which are linked against the older versions will likely stop working. the reason "upgrade" leaves them lying around is so that your applications which were built using an older version of the OS will continue to get the correct share library.

Re: old libs removal

2006-04-28 Thread Matthias Kilian
On Fri, Apr 28, 2006 at 10:39:24AM +0300, Alexander Belikov wrote: > Is there a way to remove all old binaries? It's not a problem for me > to write a short perl script to remove them. Is there any implemented > solution? You can use the scripts used by the validation steps mentioned in release(8)

Re: old libs removal

2006-04-28 Thread Antoine Jacoutot
Selon Alexander Belikov <[EMAIL PROTECTED]>: > Is there a way to remove all old binaries? It's not a problem for me > to write a short perl script to remove them. Is there any implemented > solution? See the "cleanupoldsysfiles" script here : http://www.xs4all.nl/~hanb/software/OpenBSD-binary-upg

old libs removal

2006-04-28 Thread Alexander Belikov
Hi all! I'm folloving -current for a 6 month. As time goes by i've got a lot of old\new libraries: for ex. /usr/X11R6/lib ... libXrender.so.3.1 libXrender.so.4.0 libXrender.so.4.1 ... libX11.so.8.1 libX11.so.9.0 ... ...and so on. Is there a way to remove all old binaries? It's not a problem for