X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/94bdf40722a406f66383261d36e500213b0c2c38..bc87e700890863acd48fd61a5bc8dcc2386afd20:/doc/examples/configure-index diff --git a/doc/examples/configure-index b/doc/examples/configure-index index bd70d61ac..a4a955b6a 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -101,7 +101,7 @@ APT Install-Suggests "false"; // install recommends automatically for packages in this section - Install-Recommends-Section "*metapackages"; + Install-Recommends-Section { "metapackages"; "universe/metapackages"; }; // consider dependencies of packages in this section manual Never-MarkAuto-Sections {"metapackages"; "universe/metapackages"; }; @@ -245,6 +245,11 @@ Dir "/" apt-get "/usr/bin/apt-get"; apt-cache "/usr/bin/apt-cache"; }; + + // Location of the logfile + Log "var/log/apt" { + Terminal "term.log"; + }; }; // Things that effect the APT dselect method