diff options
author | Michael Vogt <egon@bottom> | 2006-12-01 14:24:33 +0100 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-12-01 14:24:33 +0100 |
commit | ec759a799176881468b85f14c37d3964e199effb (patch) | |
tree | 1f4d511a670488ef615e5a63535f4a4b14e12c99 /doc/examples | |
parent | f70974f746ee8dfafc9a1ac6c9c6d9de22356f13 (diff) | |
parent | 4ab24e53db1d39cd26072f03795efd0f6425a369 (diff) |
* merged from main
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/configure-index | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index ac2f2997d..e58ba7b87 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -239,6 +239,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 |