summaryrefslogtreecommitdiff
path: root/pcr/monkeysphere/mshost.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/monkeysphere/mshost.patch')
-rw-r--r--pcr/monkeysphere/mshost.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pcr/monkeysphere/mshost.patch b/pcr/monkeysphere/mshost.patch
deleted file mode 100644
index c8c6e2859..000000000
--- a/pcr/monkeysphere/mshost.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/monkeysphere-host 2014-08-06 19:27:38.000000000 +0200
-+++ b/src/monkeysphere-host.new 2014-12-07 23:23:07.306801343 +0100
-@@ -71,7 +71,7 @@
-
- # function to interact with the gpg keyring
- gpg_host() {
-- GNUPGHOME="$GNUPGHOME_HOST" LC_ALL=C gpg --no-auto-check-trustdb --trust-model=always --no-greeting --quiet --no-tty --fixed-list-mode "$@"
-+ GNUPGHOME="$GNUPGHOME_HOST" LC_ALL=C gpg1 --no-auto-check-trustdb --trust-model=always --no-greeting --quiet --no-tty --fixed-list-mode "$@"
- }
-
- # list the info about the a key, in colon format, to stdout