do not show uid validity for gpg authentication core, since the core has no ultimate...
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 19 Feb 2009 09:55:46 +0000 (04:55 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 19 Feb 2009 09:55:46 +0000 (04:55 -0500)
src/share/ma/remove_certifier
src/share/ma/setup

index 95f6dffe8d5cc4accee8cbf0c78c39055a831ec6..a9a1451159ba4c5b6a18897f85f6331cdda21416 100644 (file)
@@ -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
index 441df2808b920a061aeb5774051e5e39f24b4821..f3d462af964dd6f8855f22612c2adac7b55bde6d 100644 (file)
@@ -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..."