diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-20 02:31:19 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-02-20 02:31:19 -0200 |
commit | be4cb02230dbf70b9974fb81abc95087fcb051c7 (patch) | |
tree | 542ffbb6f110abb68330ef99fdd39baf40e0d9ea /pcr/monkeysphere/msauth.patch | |
parent | 7ac741bdd76fbc826ac472c57fff345409d496a0 (diff) | |
parent | 69835b6497f57c24ff3170ef9c3534bb70e4a003 (diff) |
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre/abslibre
Diffstat (limited to 'pcr/monkeysphere/msauth.patch')
-rw-r--r-- | pcr/monkeysphere/msauth.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pcr/monkeysphere/msauth.patch b/pcr/monkeysphere/msauth.patch new file mode 100644 index 000000000..b426101b9 --- /dev/null +++ b/pcr/monkeysphere/msauth.patch @@ -0,0 +1,20 @@ +--- a/src/monkeysphere-authentication 2014-08-06 19:27:38.000000000 +0200 ++++ b/src/monkeysphere-authentication 2014-12-07 23:23:37.770134940 +0100 +@@ -73,7 +73,7 @@ + GNUPGHOME="$GNUPGHOME_CORE" + export GNUPGHOME + +- gpg --fixed-list-mode --no-greeting --quiet --no-tty "$@" ++ gpg1 --fixed-list-mode --no-greeting --quiet --no-tty "$@" + } + + # function to interact with the gpg sphere keyring +@@ -81,7 +81,7 @@ + GNUPGHOME="$GNUPGHOME_SPHERE" + export GNUPGHOME + +- su_monkeysphere_user gpg --fixed-list-mode --no-greeting --quiet --no-tty "$@" ++ su_monkeysphere_user gpg1 --fixed-list-mode --no-greeting --quiet --no-tty "$@" + } + + check_openpgp2ssh_sanity() { |