diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:18 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:18 +0000 |
commit | 36803406d195dba90a418bb858ebf65033867aba (patch) | |
tree | 8c4c1f27236d15604d375ffa95acd45f6d86569f /doc | |
parent | 20ebd488ff29272654ab101d5ca25fa5fd4905f5 (diff) |
Document "pre-auto" option for DSelect::Clean.
Author: bod
Date: 2001-03-13 05:51:29 GMT
Document "pre-auto" option for DSelect::Clean.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt.conf.5.sgml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/apt.conf.5.sgml b/doc/apt.conf.5.sgml index a03e90ba1..4c79e4cc0 100644 --- a/doc/apt.conf.5.sgml +++ b/doc/apt.conf.5.sgml @@ -297,12 +297,14 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; <VariableList> <VarListEntry><Term>Clean</Term> <ListItem><Para> - Cache Clean mode; this value may be one of always, auto, prompt and never. - always will remove all archives after they have been downloaded while auto - will only remove things that are no longer downloadable (replaced with a - new version for instance) + Cache Clean mode; this value may be one of always, prompt, auto, + pre-auto and never. always and prompt will remove all packages from + the cache after upgrading, prompt (the default) does so conditionally. + auto removes only those packages which are no longer downloadable + (replaced with a new version for instance). pre-auto performs this + action before downloading new packages. </VarListEntry> - + <VarListEntry><Term>Options</Term> <ListItem><Para> The contents of this variable is passed to &apt-get; as command line |