Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: General INSTALL question



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



Home | Main Index | Thread Index | Old Index