fix documentation for APT::Periodic::MaxSize "0" (closes: #740551)
authorMichael Vogt <mvo@debian.org>
Thu, 27 Mar 2014 07:42:25 +0000 (08:42 +0100)
committerMichael Vogt <mvo@debian.org>
Thu, 27 Mar 2014 07:42:25 +0000 (08:42 +0100)
debian/apt.cron.daily
doc/examples/configure-index

index 71ac765..d949e30 100644 (file)
@@ -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";
index 93e96cf..020f0d2 100644 (file)
@@ -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";