]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
Link apt-inst to apt-pkg, #175055
[apt.git] / doc / examples / configure-index
index 78171c9ba50306e2f8ae8aef5a6313a0dd6c6ca4..7b3c48183f01f2ee84f07baa4f58793ba4f7000c 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: configure-index,v 1.3 2001/02/20 07:03:17 jgg Exp $
+// $Id: configure-index,v 1.7 2002/04/24 05:48:46 jgg Exp $
 /* This file is an index of all APT configuration directives. It should
    NOT actually be used as a real config file, though it is a completely
    valid file. Most of the options have sane default values, unless
 APT 
 {
   Architecture "i386";
+  Build-Essential "build-essential";
   
   // Options for apt-get
   Get 
   {
+     Arch-Only "false";
      Download-Only "false";
      Simulate "false";
      Assume-Yes "false";
@@ -65,6 +67,7 @@ APT
   Immediate-Configure "true";      // DO NOT turn this off, see the man page
   Force-LoopBreak "false";         // DO NOT turn this on, see the man page
   Cache-Limit "4194304";
+  Default-Release "";
 };
 
 // Options for the downloading routines
@@ -194,9 +197,13 @@ DPkg
 
    // Flush the contents of stdin before forking dpkg.
    FlushSTDIN "true";
+
+   // Control the size of the command line passed to dpkg.
+   MaxBytes 1024;
+   MaxArgs 350;
 }
 
-/* Options you can set to see some debugging text They corrispond to names
+/* Options you can set to see some debugging text They correspond to names
    of classes in the source code */
 Debug 
 {