summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-07-26 10:45:18 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-07-26 10:45:18 +0200
commit54c3559f961675e15d0c27cff260eca009bec92c (patch)
treea73661c12a76be7570ace67ff7d5fe3813f4ccc0 /doc
parent0fbb494b343342af795a17a56d4b915499c52ed9 (diff)
parentdfd1a56e88c068f0085140630306901d01ed0f98 (diff)
* apt-pkg/depcache.cc:
- support a list of sections for: APT::Install-Recommends-Sections APT::Never-MarkAuto-Sections
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/configure-index2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index bf086e9c1..ab3657a58 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -101,7 +101,7 @@ APT
Install-Suggests "false";
// consider dependencies of packages in this section manual
- Never-MarkAuto-Section "metapackages";
+ Never-MarkAuto-Sections {"metapackages"; "universe/metapackages"; };
// Write progress messages on this fd (for stuff like base-config)
Status-Fd "-1";