]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* merged from main
[apt.git] / doc / examples / configure-index
index b4ac0ed4b88a4ee412370a6a55e69fe3de75afc5..2c16cd31fb89b94b51ee87c54c3b91534b65e901 100644 (file)
@@ -88,6 +88,13 @@ APT
   Force-LoopBreak "false";         // DO NOT turn this on, see the man page
   Cache-Limit "4194304";
   Default-Release "";
+
+
+  // Write progress messages on this fd (for stuff like base-config)
+  Status-Fd "-1";
+  // Keep the list of FDs open (normally apt closes all fds when it
+  // does a ExecFork)
+  Keep-Fds {};
 };
 
 // Options for the downloading routines
@@ -238,6 +245,7 @@ Debug
   pkgAcquire "false";
   pkgAcquire::Worker "false";
   pkgDPkgPM "false";
+  pkgDPkgProgressReporting "false";
   pkgOrderList "false";
   pkgAutoRemove "false";   // show information about automatic removes