diff options
author | bubulle@debian.org <> | 2006-12-07 19:12:55 +0100 |
---|---|---|
committer | bubulle@debian.org <> | 2006-12-07 19:12:55 +0100 |
commit | 5745571310a4f39bf2e0f6c4f0c6a56bed3c0eff (patch) | |
tree | 72219ef430e9afcd5a018dcfcea261b9867148db /doc/examples/configure-index | |
parent | 756f23c42c241feecacba7780da08e7ee6c43869 (diff) | |
parent | f88137b8972f57c52bbadf54a80932f225562a95 (diff) |
Merged with Michael
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 0f0abc30c..73e20aa43 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -237,6 +237,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 |