summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-03-27 08:42:25 +0100
committerMichael Vogt <mvo@debian.org>2014-03-27 08:42:25 +0100
commit12c4e7c92a8909130ce9af17ef68d7383b57b1f6 (patch)
tree08c6bb6fd646078f093ab591be3e67a8bb84c3c1
parent574d8d43f755019c7223fe128b22b27fd836017d (diff)
fix documentation for APT::Periodic::MaxSize "0" (closes: #740551)
-rw-r--r--debian/apt.cron.daily2
-rw-r--r--doc/examples/configure-index2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily
index 71ac76555..d949e303a 100644
--- a/debian/apt.cron.daily
+++ b/debian/apt.cron.daily
@@ -41,7 +41,7 @@
# APT::Periodic::MaxSize "0"; (new)
# - Set maximum size of the cache in MB (0=disable). If the cache
# is bigger, cached package files are deleted until the size
-# requirement is met (the biggest packages will be deleted
+# requirement is met (the oldest packages will be deleted
# first).
#
# APT::Periodic::Update-Package-Lists "0";
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index 93e96cf16..020f0d2ce 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -149,7 +149,7 @@ APT
MaxSize "0"; // (new)
// - Set maximum size of the cache in MB (0=disable). If the cache
// is bigger, cached package files are deleted until the size
- // requirement is met (the biggest packages will be deleted
+ // requirement is met (the oldest packages will be deleted
// first).
Update-Package-Lists "0";