]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
implement BuildProfileSpec support as dpkg has in 1.17.2
[apt.git] / doc / examples / configure-index
index 49e803f9181175534845f6cd33f64c46d2d247a8..93e96cf16a92baffd6baede4800fdbef94fb6dec 100644 (file)
@@ -90,7 +90,7 @@ APT
 
   Authentication
   {
-     TrustCDROM "false";            // consider the CDROM always trusted
+     TrustCDROM "false";            // consider the CD-ROM always trusted
   };
 
   // Some general options
@@ -142,7 +142,7 @@ APT
     // APT::Archives::MinAge "2"; (old, deprecated)
     MinAge "2"; // (new)
     // - Set minimum age of a package file. If a file is younger it
-    //   will not be deleted (0=disable). Usefull to prevent races 
+    //   will not be deleted (0=disable). Useful to prevent races
     //   and to keep backups of the packages for emergency.
 
     // APT::Archives::MaxSize "0"; (old, deprecated)
@@ -225,7 +225,7 @@ Acquire
        Verify-Peer "false";
        SslCert "/etc/apt/some.pem";
        CaPath  "/etc/ssl/certs";
-       Verify-Host" "true";
+       Verify-Host "true";
        AllowRedirect  "true";
 
        Timeout "120";