summaryrefslogtreecommitdiff
path: root/debian/apt.cron.daily
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-06-08 21:47:40 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-06-08 21:47:40 +0200
commit0eb7056b0cc57bceb5cc6c55db102c89e7b475fc (patch)
treee4838bd9ca4e65b8810a90e5cbe970a857e4a3bc /debian/apt.cron.daily
parent0fa17428d9905865fe2d586f3787ebc590ca5a24 (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.daily2
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