diff options
author | Julian Andres Klode <jak@debian.org> | 2009-07-06 16:20:13 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2009-07-06 16:20:13 +0200 |
commit | 5541fea3f0c6b4b40048c161b9201b03243ac3a9 (patch) | |
tree | d92b182ab0a640bfa76e991eabca61043dd0d164 | |
parent | 00aeebe8d2754ebcd5ca6ba82e6c553e5a5ae5a3 (diff) |
configure-index: document Dir::Etc::SourceParts and some other options
(Closes: #459605)
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/examples/configure-index | 7 |
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 |