]> git.saurik.com Git - apt.git/blobdiff - methods/gpgv.cc
* use the new cool rred method for the patchting
[apt.git] / methods / gpgv.cc
index f7d16ef013aa3b7bb3fff15072e30a176fb35d16..24e945b2c3c772d4dfc62d7a024b930302de4a94 100644 (file)
@@ -46,7 +46,7 @@ const char *GPGVMethod::VerifyGetSigners(const char *file, const char *outfile,
    int status;
    struct stat buff;
    string gpgvpath = _config->Find("Dir::Bin::gpg", "/usr/bin/gpgv");
-   string pubringpath = _config->Find("Apt::GPGV::TrustedKeyring", "/etc/apt/trusted.gpg");
+   string pubringpath = _config->Find("APT::GPGV::TrustedKeyring", "/etc/apt/trusted.gpg");
    if (_config->FindB("Debug::Acquire::gpgv", false))
    {
       std::cerr << "gpgv path: " << gpgvpath << std::endl;
@@ -101,7 +101,7 @@ const char *GPGVMethod::VerifyGetSigners(const char *file, const char *outfile,
       {
          std::cerr << "Preparing to exec: " << gpgvpath;
         for(unsigned int j=0;Args[j] != NULL; j++)
-           std::cerr << Args[j] << " ";
+           std::cerr << " " << Args[j];
         std::cerr << std::endl;
       }
       int nullfd = open("/dev/null", O_RDONLY);