Subject: Re: General INSTALL question
To: None <port-amiga@netbsd.org>
From: Gunther Nikl <gni@gecko.de>
List: port-amiga
Date: 12/07/2000 18:09:44
On Thu, Dec 07, 2000 at 04:57:25PM +0000, Lars Hecking wrote:
>
> > > "You will want to delete old binaries that were part of the version of NetBSD
> > > that you upgraded from and have since been removed from the NetBSD
> > > distribution."
> > >
> > > How exactly can I do this?
> >
> > Use "ls -ltr" and look at the time stamps.
>
> Thank you, I have better uses for my time.
There are not many place to check: /bin /sbin/ /usr/sbin /usr/bin
Normally, all affected files compared to the previous release are
mentioned. You can always utilize find, eg.
find / -type f ! -newer <reference file>
Gunther