]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* merged with apt--mvo
[apt.git] / doc / examples / configure-index
index dee0c06ffeee1ed3b1003bb5daa7a358dbd89b44..9e851d7533f7ede88e1c2049d9ddb83a56fa2f84 100644 (file)
@@ -72,6 +72,11 @@ APT
      NoAct "false";
   };
 
+  Authentication
+  {
+     TrustCDROM "false";            // consider the CDROM always trusted
+  };
+
   GPGV
   {
      TrustedKeyring "/etc/apt/trusted.gpg";
@@ -112,6 +117,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