]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
close leaking slave fd after setting up pty magic
[apt.git] / doc / examples / configure-index
index 020f0d2ceb1efd1e10505721d15cf248293e1100..56e7e1a80c8bb1011f8b128edbd828e10d5d5c30 100644 (file)
@@ -414,8 +414,8 @@ DPkg
    FlushSTDIN "true";
 
    // Control the size of the command line passed to dpkg.
-   MaxBytes 1024;
-   MaxArgs 350;
+   MaxArgBytes 32768;
+   MaxArgs 8192;
 
    // controls if apt will apport on the first dpkg error or if it 
    // tries to install as many packages as possible
@@ -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