summaryrefslogtreecommitdiff
path: root/apt-pkg
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-10-20 09:31:12 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-10-20 09:31:12 +0000
commit4e0ad446347b1f3d70a66001365382db4d8e45f3 (patch)
tree9fbcd1b208f721b6506b9a352850defe03a23303 /apt-pkg
parent04f9a54dc9136f2d220a0180a750a9700a177de7 (diff)
* renamed Trust-CDROM to TrustCDROM to make it consistent with ubuntu
Diffstat (limited to 'apt-pkg')
-rw-r--r--apt-pkg/deb/debmetaindex.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/debmetaindex.cc b/apt-pkg/deb/debmetaindex.cc
index ed5cb80d1..85e5b16b3 100644
--- a/apt-pkg/deb/debmetaindex.cc
+++ b/apt-pkg/deb/debmetaindex.cc
@@ -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;