From 734a6c9c2a8d63a7d9f85c4e07603d157f9712c2 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sat, 18 Dec 2010 18:40:41 -0500 Subject: [PATCH] import hkpms settings from gpg.conf also --- Crypt/Monkeysphere/MSVA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crypt/Monkeysphere/MSVA.pm b/Crypt/Monkeysphere/MSVA.pm index 72c99b7..afc3a19 100755 --- a/Crypt/Monkeysphere/MSVA.pm +++ b/Crypt/Monkeysphere/MSVA.pm @@ -524,7 +524,7 @@ if (-f $gpgconf) { if (-r $gpgconf) { my %gpgconfig = Config::General::ParseConfig($gpgconf); - if ($gpgconfig{keyserver} =~ /^(((hkps?|finger|ldap):\/\/)?$RE{net}{domain})$/) { + if ($gpgconfig{keyserver} =~ /^(((hkps?|hkpms|finger|ldap):\/\/)?$RE{net}{domain})$/) { msvalog('debug', "Using keyserver %s from the GnuPG configuration file (%s)\n", $1, $gpgconf); return $1; } else { -- 2.26.2