]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
ensure world-readability for trusted.gpg in postinst
[apt.git] / doc / examples / configure-index
index 93e96cf16a92baffd6baede4800fdbef94fb6dec..2d9f829ba89392aaa95c0dac98817d3a0f70515d 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";
@@ -450,7 +450,7 @@ Debug
   aptcdrom "false";        // Show found package files
   IdentCdrom "false";
   acquire::netrc "false";  // netrc parser
-  
+  RunScripts "false";      // debug invocation of external scripts  
 }
 
 pkgCacheGen::Essential "native"; // other modes: all, none, installed