summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-06-26 18:40:15 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-06-26 18:40:15 +0200
commit1408e219e76e577fb84ef1c48e58337b6569feec (patch)
treef665fda23f0bb1df862e8747cf2b40b73ba85edd /doc
parent1f2933a8de0f3a26f51b4a0a2112cbdfd4461e9b (diff)
* apt-pkg/contrib/fileutl.cc:
- show notice about ignored file instead of being always silent - add a Dir::Ignore-Files-Silently list option to control the notice *
Diffstat (limited to 'doc')
-rw-r--r--doc/apt.conf.5.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml
index 0cf4bb663..39e2c8e6b 100644
--- a/doc/apt.conf.5.xml
+++ b/doc/apt.conf.5.xml
@@ -507,6 +507,15 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
will be looked up in
<filename>/tmp/staging/var/lib/dpkg/status</filename>.
</para>
+
+ <para>
+ The <literal>Ignore-Files-Silently</literal> list can be used to specify
+ which files APT should silently ignore while parsing the files in the
+ fragment directories. Per default a file which end with <literal>.disabled</literal>,
+ <literal>~</literal>, <literal>.bak</literal> or <literal>.dpkg-[a-z]+</literal>
+ is silently ignored. As seen in the last default value these patterns can use regular
+ expression syntax.
+ </para>
</refsect1>
<refsect1><title>APT in DSelect</title>