summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-08-08 18:27:47 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-08-08 18:27:47 +0200
commit6e2525a1d9c0930fea9fa65514d7b813f27997f0 (patch)
treeef8b3b701e224556337ad4e91d9a547d42017f88
parent034960416c99c4737f99536c55b77cc9a27b8d66 (diff)
[doc/apt.conf.5.xml] mention the apt.conf.d dir
Patch from Vincent McIntyre, thanks! (Closes: #520831)
-rw-r--r--debian/changelog2
-rw-r--r--doc/apt.conf.5.xml12
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e82057d8e..e4b498a93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ apt (0.7.22.3) unstable; urgency=low
* apt-pkg/contrib/strutl.cc:
- enable thousand separator according to the current locale
(by Luca Bruno, Closes: #223712)
+ * doc/apt.conf.5.xml:
+ - mention the apt.conf.d dir (by Vincent McIntyre, Closes: #520831)
[ George Danchev ]
* cmdline/apt-cache.cc:
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml
index 2b2430c83..85a7d961c 100644
--- a/doc/apt.conf.5.xml
+++ b/doc/apt.conf.5.xml
@@ -822,7 +822,17 @@ is commented.
</refsect1>
<refsect1><title>Files</title>
- <para><filename>/etc/apt/apt.conf</filename></para>
+ <variablelist>
+ <varlistentry><term><filename>/etc/apt/apt.conf</filename></term>
+ <listitem><para>APT configuration file.
+ Configuration Item: <literal>Dir::Etc::Main</literal>.</para></listitem>
+ </varlistentry>
+
+ <varlistentry><term><filename>/etc/apt/apt.conf.d/</filename></term>
+ <listitem><para>APT configuration file fragments.
+ Configuration Item: <literal>Dir::Etc::Parts</literal>.</para></listitem>
+ </varlistentry>
+ </variablelist>
</refsect1>
<refsect1><title>See Also</title>