]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* apt-pkg/algorithms.cc:
[apt.git] / doc / examples / configure-index
index f4a196b680ababbd2e56f8ab7b51a9365676d5b5..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
@@ -230,7 +236,7 @@ Dir "/"
 
   // Location of the logfile
   Log "var/log/apt" {
-       Name "term.log";
+       Terminal "term.log";
   };
 };