On Tue, Apr 20, 2004 at 06:39:08PM +0200, Osamu Aoki wrote: > On Mon, Apr 19, 2004 at 05:23:53PM -0700, Matt Zimmerman wrote: > > I use something like this in cron.daily: > > > > find /space/cache/apt/archives -type f -atime +5 \ > > | xargs --no-run-if-empty rm > > This is more like gentle version of "apt-get clean". > > If last update of the package was older than 5 days, and new package > break system, I still need to download old version from somewhere.
Er...your proposed script has the same semantics. -- - mdz

