summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-06 16:20:13 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-06 16:20:13 +0200
commit5541fea3f0c6b4b40048c161b9201b03243ac3a9 (patch)
treed92b182ab0a640bfa76e991eabca61043dd0d164
parent00aeebe8d2754ebcd5ca6ba82e6c553e5a5ae5a3 (diff)
configure-index: document Dir::Etc::SourceParts and some other options
(Closes: #459605)
-rw-r--r--debian/changelog2
-rw-r--r--doc/examples/configure-index7
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 668192967..6ffd0459f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,6 +41,8 @@ apt (0.7.22) UNRELEASED; urgency=low
* apt-pkg/contrib/configuration.cc: Fix a small memory leak in
ReadConfigFile.
* Introduce support for the Enhances field. (Closes: #137583)
+ * configure-index: document Dir::Etc::SourceParts and some other options
+ (Closes: #459605)
-- Christian Perrier <bubulle@debian.org> Wed, 22 Apr 2009 10:13:54 +0200
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index cea0dcc09..b2bc95e69 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -219,10 +219,13 @@ Dir "/"
// Config files
Etc "etc/apt/" {
- SourceList "sources.list";
Main "apt.conf";
- Preferences "preferences";
Parts "apt.conf.d/";
+ Preferences "preferences";
+ SourceList "sources.list";
+ SourceParts "sources.list.d";
+ VendorList "vendors.list";
+ VendorParts "vendors.list.d";
};
// Locations of binaries