]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* merged the apt--DoListUpdate branch, this provides a common interface
[apt.git] / doc / examples / configure-index
index 0bf407a4d8cd7fe1d06016c7cc5099edfdf7106d..8893b5b74808aeb1b56c245f27865efdebfcb320 100644 (file)
@@ -77,6 +77,12 @@ APT
      NoAct "false";
   };
 
+  Update
+  {
+     Pre-Invoke {"touch /var/lib/apt/pre-update-stamp"; };
+     Post-Invoke {"touch /var/lib/apt/post-update-stamp"; };
+  };
+
   Authentication
   {
      TrustCDROM "false";            // consider the CDROM always trusted
@@ -97,11 +103,11 @@ APT
 
   // consider Recommends, Suggests as important dependencies that should
   // be installed by default
-  APT::Install-Recommends "false";
-  APT::Install-Suggests "false";
+  Install-Recommends "false";
+  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";
@@ -230,7 +236,7 @@ Dir "/"
 
   // Location of the logfile
   Log "var/log/apt" {
-       Name "term.log";
+       Terminal "term.log";
   };
 };