From 9b66b19a701fa74d90d5f3b3325e2c8fdd173549 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 19 Feb 2009 04:55:46 -0500 Subject: do not show uid validity for gpg authentication core, since the core has no ultimate ownertrust --- src/share/ma/remove_certifier | 2 +- src/share/ma/setup | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/share') diff --git a/src/share/ma/remove_certifier b/src/share/ma/remove_certifier index 95f6dff..a9a1451 100644 --- a/src/share/ma/remove_certifier +++ b/src/share/ma/remove_certifier @@ -27,7 +27,7 @@ fi gpg_core --list-key --fingerprint "0x${keyID}!" || failure if [ "$PROMPT" = "true" ] ; then - read -p "Really remove above listed identity certifier? (Y/n) " OK; OK=${OK:-Y} + read -p "Really remove the identity certifier above? (Y/n) " OK; OK=${OK:-Y} if [ "${OK/y/Y}" != 'Y' ] ; then failure "Identity certifier not removed." fi diff --git a/src/share/ma/setup b/src/share/ma/setup index 441df28..f3d462a 100644 --- a/src/share/ma/setup +++ b/src/share/ma/setup @@ -29,7 +29,6 @@ setup() { # This file is maintained by the Monkeysphere software. # Edits will be overwritten. no-greeting -list-options show-uid-validity EOF log debug "writing sphere gpg.conf..." -- cgit v1.2.3