diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-08-25 15:32:40 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-08-25 15:32:40 +0200 |
commit | e878aedb8b53b311295a2df55ce5e865b1ad92b9 (patch) | |
tree | 9d80d839b59da7fbeaea2a2be53138698f73b5cb /doc/apt.conf.5.xml | |
parent | dda7233c5d3879f2580543ead0ad7cd76196a160 (diff) |
"backport" the APT::Configuration class to apt-sid
We can use it to simplify the internal code to operate with
Acquire::CompressionTypes group. This also made it possible
to set this setting with the -o flag.
Diffstat (limited to 'doc/apt.conf.5.xml')
-rw-r--r-- | doc/apt.conf.5.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index d347bda67..59235f115 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -309,7 +309,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; This list defines in which order the acquire methods will try to download these files. Per default <command>bzip2</command> compressed files will be prefered over <command>lzma</command>, <command>gzip</command> and uncompressed files. The syntax for - the configuration fileentry (this option can't be set at runtime with the -o option) is + the configuration fileentry is <synopsis>Acquire::CompressionTypes::<replaceable>FileExtension</replaceable> "<replaceable>Methodname</replaceable>";</synopsis> e.g. <synopsis>Acquire::CompressionTypes::bz2 "bzip2";</synopsis> Note that at runtime the <literal>Dir::Bin::<replaceable>Methodname</replaceable></literal> will |