The bug is still present in apt version 0.6.46.4-0.1 on Debian Etch. This is a discrepancy from the documentation that effectively disables the intended functionality which is announced in the script's comments. An updated patch, made against 0.6.46.4-0.1's /etc/cron.daily/apt follows (difference from the previous patch is in the line numbers):
--- apt 2007-05-26 04:20:58.000000000 +0200 +++ apt.fixed 2007-05-26 04:21:24.000000000 +0200 @@ -146,7 +146,7 @@ DownloadUpgradeableInterval=0 eval $(apt-config shell UpdateInterval APT::Periodic::Update-Package-Lists DownloadUpgradeableInterval APT::Periodic::Download-Upgradeable-Packages) AutocleanInterval=$DownloadUpgradeableInterval -eval $(apt-config shell AutocleanInterval APT::Periodic::Autoclean) +eval $(apt-config shell AutocleanInterval APT::Periodic::AutocleanInterval) # laptop check, on_ac_power returns: # 0 (true) System is on mains power ---- Israel G. Lugo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]