diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-11 23:00:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-11 23:00:35 +0000 |
commit | dbc44398c0c4985d87788a366cc07af63ecd2cd8 (patch) | |
tree | d45553e9d6456ddf0882a9066aca747a932f1bb2 /sysutils/apt/files/patch-methods_gpgv.cc | |
parent | Update to version 1.46. (diff) |
APT is the Debian project's advanced front-end for dpkg. APT features complete
installation ordering, multiple source capability and several other unique
features.
WWW: http://packages.debian.org/apt
PR: ports/105563
Submitted by: Nick Barkas <snb at threerings.net>
Notes
Notes:
svn path=/head/; revision=184923
Diffstat (limited to 'sysutils/apt/files/patch-methods_gpgv.cc')
-rw-r--r-- | sysutils/apt/files/patch-methods_gpgv.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/apt/files/patch-methods_gpgv.cc b/sysutils/apt/files/patch-methods_gpgv.cc new file mode 100644 index 000000000000..11532d927474 --- /dev/null +++ b/sysutils/apt/files/patch-methods_gpgv.cc @@ -0,0 +1,13 @@ +--- methods/gpgv.cc.orig Tue Jul 25 04:19:02 2006 ++++ methods/gpgv.cc Tue Nov 14 21:18:00 2006 +@@ -52,8 +52,8 @@ + FILE *pipein; + 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 gpgvpath = _config->Find("Dir::Bin::gpg", "@LOCALBASE@/bin/gpgv"); ++ string pubringpath = _config->Find("APT::GPGV::TrustedKeyring", "@PREFIX@/etc/apt/trusted.gpg"); + if (_config->FindB("Debug::Acquire::gpgv", false)) + { + std::cerr << "gpgv path: " << gpgvpath << std::endl; |