]> git.saurik.com Git - apt.git/commitdiff
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 71ac76555f00611973d6f2ffaa9c9277c490efd5..d949e303a6d4728bb5acc4b514445741581d6d0c 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 93e96cf16a92baffd6baede4800fdbef94fb6dec..020f0d2ceb1efd1e10505721d15cf248293e1100 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";