]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* cmdline/apt-key:
[apt.git] / doc / examples / configure-index
index baa8b9a5c95d2bc5c1c20aa11aed83a58d1015a3..cbede198bf1926f904ec73225f9dc10d1cc0e431 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
@@ -101,10 +107,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";
@@ -119,6 +125,8 @@ Acquire
   Queue-Mode "host";       // host|access
   Retries "0";
   Source-Symlinks "true";
+
+  PDiffs "true";     // try to get the IndexFile diffs
   
   // HTTP method configuration
   http 
@@ -243,6 +251,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