* renamed Trust-CDROM to TrustCDROM to make it consistent with ubuntu
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 20 Oct 2005 09:31:12 +0000 (09:31 +0000)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 20 Oct 2005 09:31:12 +0000 (09:31 +0000)
apt-pkg/deb/debmetaindex.cc
debian/changelog
doc/examples/configure-index

index ed5cb80..85e5b16 100644 (file)
@@ -165,7 +165,7 @@ bool debReleaseIndex::IsTrusted() const
    string VerifiedSigFile = _config->FindDir("Dir::State::lists") +
       URItoFileName(MetaIndexURI("Release")) + ".gpg";
    
-   if(_config->FindB("APT::Authentication::Trust-CDROM", false))
+   if(_config->FindB("APT::Authentication::TrustCDROM", false))
       if(URI.substr(0,strlen("cdrom:")) == "cdrom:")
         return true;
    
index 0b4bd00..6b858cd 100644 (file)
@@ -17,7 +17,7 @@ apt (0.6.42) unstable; urgency=low
   * fix leak in the mmap code, thanks to Daniel Burrows for the
     patch (closes: #250583)
   * support for apt-get [build-dep|source] -t (closes: #152129)
-  * added "APT::Authentication::Trust-CDROM" option to make the life
+  * added "APT::Authentication::TrustCDROM" option to make the life
     for the installer people easier (closes: #334656)
   * fix crash in apt-ftparchive (thanks to Bastian Blank for the patch)
     (closes: #334671)
index 5ab84fe..a93b743 100644 (file)
@@ -74,7 +74,7 @@ APT
 
   Authentication
   {
-     Trust-CDROM "false";            // consider the CDROM always trusted
+     TrustCDROM "false";            // consider the CDROM always trusted
   };
 
   GPGV