diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:10 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:10 +0000 |
commit | 358688a829b213f6a58392dd87b6fef12946e72f (patch) | |
tree | 4c4ade072c72320785cef325debf7c40af51e7d3 /doc | |
parent | aff4e2f1d87ace62b4fca6078710c90b06cccb60 (diff) |
Options MaxArgs,MaxBytes to allow a much longer dpkg co...
Author: jgg
Date: 2002-04-24 05:48:46 GMT
Options MaxArgs,MaxBytes to allow a much longer dpkg command line.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 57c035369..7b3c48183 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.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 @@ -197,6 +197,10 @@ 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 correspond to names |