diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-08 21:47:40 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-08 21:47:40 +0200 |
commit | 0eb7056b0cc57bceb5cc6c55db102c89e7b475fc (patch) | |
tree | e4838bd9ca4e65b8810a90e5cbe970a857e4a3bc /debian/apt.cron.daily | |
parent | 0fa17428d9905865fe2d586f3787ebc590ca5a24 (diff) |
* fix error in AutocleanInterval, closes: #319339
(thanks to Israel G. Lugo for the patch)
Diffstat (limited to 'debian/apt.cron.daily')
-rw-r--r-- | debian/apt.cron.daily | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index 26dfa2530..4d6bf5842 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -146,7 +146,7 @@ UpdateInterval=0 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 |