]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* methods/gpgv.cc:
[apt.git] / doc / examples / configure-index
index e5c4551a190673c5a8fe475ce0c8b915f6d06cb8..a4a955b6a43fa55d2c4ef12b665f46aec0b2ecd0 100644 (file)
@@ -101,10 +101,10 @@ 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-Section "metapackages";
+  Never-MarkAuto-Sections {"metapackages"; "universe/metapackages"; };
 
   // Write progress messages on this fd (for stuff like base-config)
   Status-Fd "-1";
@@ -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