]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* merged the pdiff stuff
[apt.git] / doc / examples / configure-index
index 965a09759da2a911dd73d4d153685df6c447c699..7346ba9bb4324b4ea14c63fd498b769efbc5f3cd 100644 (file)
@@ -72,6 +72,11 @@ APT
      NoAct "false";
   };
 
+  Authentication
+  {
+     TrustCDROM "false";            // consider the CDROM always trusted
+  };
+
   GPGV
   {
      TrustedKeyring "/etc/apt/trusted.gpg";
@@ -114,6 +119,7 @@ Acquire
     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