diff options
author | Michael Vogt <egon@tas> | 2006-12-07 12:06:54 +0100 |
---|---|---|
committer | Michael Vogt <egon@tas> | 2006-12-07 12:06:54 +0100 |
commit | 3ca658384917297fdb75112a2b2df26054678934 (patch) | |
tree | deadcb5d3688dc15ecc95b0c54941191b90ea513 /doc/examples | |
parent | c7d9068f8c352b1ba6b43bd1fffb88542bee19a9 (diff) | |
parent | 1c05ebd6da9491d316997a98db1451f7b0526603 (diff) |
merged from apt--mvo
Diffstat (limited to 'doc/examples')
-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 5b3c1a55c..55edd77e5 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -245,6 +245,10 @@ DPkg // Control the size of the command line passed to dpkg. MaxBytes 1024; MaxArgs 350; + + // controls if apt will apport on the first dpkg error or if it + // tries to install as many packages as possible + StopOnError "true"; } /* Options you can set to see some debugging text They correspond to names @@ -260,7 +264,7 @@ Debug pkgDPkgProgressReporting "false"; pkgOrderList "false"; pkgAutoRemove "false"; // show information about automatic removes - + BuildDeps "false"; pkgInitialize "false"; // This one will dump the configuration space NoLocking "false"; Acquire::Ftp "false"; // Show ftp command traffic |