diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-14 13:57:57 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-14 13:57:57 +0100 |
commit | 7898bd970a791bb8892b0dfdffc683828a447900 (patch) | |
tree | 5325938107f0d358fff813ea65636cb91d5084ba /doc | |
parent | fd59a713400968e1e9f35a7eaeea08b58e77c53b (diff) |
* cmdline/apt-get.cc:
- applied patch from Frode M. Døving to have APT::Get::HideAutoRemove
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 32b7168a0..d3e061f9a 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -33,6 +33,7 @@ APT { Arch-Only "false"; AutomaticRemove "false"; + HideAutoRemove "false"; Download-Only "false"; Simulate "false"; Assume-Yes "false"; |