summaryrefslogtreecommitdiff
path: root/src/share/mh/add_revoker
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-18 20:38:23 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-18 20:38:23 -0500
commit88b19565bced6d9ec9b035d1f9fe51ce6567923b (patch)
tree042534e65458a9d0dcdbd7b7d1b75f6fd7af9a95 /src/share/mh/add_revoker
parenteff43adce6a763d622fcc254e7cdc210d4573103 (diff)
add no-tty, quiet, and no-greeting to gpg wrapper invocations to supress as much gpg output as possible. then cleanup gpg invocations.
Diffstat (limited to 'src/share/mh/add_revoker')
-rw-r--r--src/share/mh/add_revoker4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/share/mh/add_revoker b/src/share/mh/add_revoker
index b4113df..dfce4e1 100644
--- a/src/share/mh/add_revoker
+++ b/src/share/mh/add_revoker
@@ -57,10 +57,10 @@ else
# download the key from the keyserver as the monkeysphere user
su_monkeysphere_user \
- "GNUPGHOME=$TMPLOC gpg --keyserver $KEYSERVER --recv-key 0x${keyID}!"
+ "GNUPGHOME=$TMPLOC gpg --quiet --keyserver $KEYSERVER --recv-key 0x${keyID}!"
# export the new key to the host keyring
- su_monkeysphere_user "GNUPGHOME=$TMPLOC gpg --export 0x${keyID}!" \
+ su_monkeysphere_user "GNUPGHOME=$TMPLOC gpg --quiet --export 0x${keyID}!" \
| gpg_host --import
fi