]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* apt-pkg/deb/dpkgpm.cc:
[apt.git] / doc / examples / configure-index
index bd70d61ac850acadedc058056f968dac0e079169..a4a955b6a43fa55d2c4ef12b665f46aec0b2ecd0 100644 (file)
@@ -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