Sfoglia il codice sorgente

fix documentation for APT::Periodic::MaxSize "0" (closes: #740551)

Michael Vogt 12 anni fa
parent
commit
12c4e7c92a
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      debian/apt.cron.daily
  2. 1 1
      doc/examples/configure-index

+ 1 - 1
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";

+ 1 - 1
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";