]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* doc/examples/configure-index:
[apt.git] / doc / examples / configure-index
index a93b743492fade6c31f585d58fb73b4f554e8131..c5e8ba7013b3ad5d6cc1498c39359bf0137e2390 100644 (file)
@@ -72,6 +72,12 @@ APT
      NoAct "false";
   };
 
      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
   Authentication
   {
      TrustCDROM "false";            // consider the CDROM always trusted
@@ -117,6 +123,7 @@ Acquire
     No-Cache "false";
     Max-Age "86400";     // 1 Day age on index files
     No-Store "false";    // Prevent the cache from storing archives    
     No-Cache "false";
     Max-Age "86400";     // 1 Day age on index files
     No-Store "false";    // Prevent the cache from storing archives    
+    Dl-Limit "7";        // 7Kb/sec maximum download rate
   };
 
   ftp
   };
 
   ftp
@@ -243,6 +250,7 @@ DPkg
 Debug 
 {
   pkgProblemResolver "false";
 Debug 
 {
   pkgProblemResolver "false";
+  pkgDepCache::AutoInstall "false"; // what packages apt install to satify dependencies
   pkgAcquire "false";
   pkgAcquire::Worker "false";
   pkgDPkgPM "false";
   pkgAcquire "false";
   pkgAcquire::Worker "false";
   pkgDPkgPM "false";