From: Julian Andres Klode Date: Mon, 6 Jul 2009 14:20:13 +0000 (+0200) Subject: configure-index: document Dir::Etc::SourceParts and some other options X-Git-Tag: 0.7.22~24 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/5541fea3f0c6b4b40048c161b9201b03243ac3a9?ds=inline;hp=--cc configure-index: document Dir::Etc::SourceParts and some other options (Closes: #459605) --- 5541fea3f0c6b4b40048c161b9201b03243ac3a9 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 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