X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/877d310f1af44e2acf8d12fe4a3341e5562e74bc..7b464090c26153e808b90726e2faa58029f6bb88:/doc/examples/configure-index?ds=sidebyside

diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index 57c035369..3f25af7fb 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -1,4 +1,4 @@
-// $Id: configure-index,v 1.6 2002/03/26 07:38:22 jgg Exp $
+// $Id: configure-index,v 1.8 2003/04/24 03:32:32 doogie 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
@@ -193,10 +193,14 @@ DPkg
    Build-Options "-b -uc";
 
    // Pre-configure all packages before they are installed using debconf.
-   Pre-Install-Pkgs {"dpkg-preconfig --apt --priority=low --frontend=dialog";};
+   Pre-Install-Pkgs {"dpkg-preconfigure --apt --priority=low --frontend=dialog";};
 
    // 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 correspond to names