diff options
author | Michael Vogt <egon@bottom> | 2006-12-14 10:59:16 +0100 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-12-14 10:59:16 +0100 |
commit | b790b130ad0a43be5738c467c16bbc2dd657ca66 (patch) | |
tree | 9bd9ea2cb11623188f867534d61a1096d68c0e4a /doc/examples/configure-index | |
parent | 4716731f20c72dde5b280af90af2dc2bd16a9aff (diff) | |
parent | 6cc61a167355711ef3494ce807d5ab24c63eae3f (diff) |
* merged with apt--debian-sid
Diffstat (limited to 'doc/examples/configure-index')
-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 831e276c7..55e9761a2 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -247,6 +247,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 |