summaryrefslogtreecommitdiff
path: root/src/share
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-02-17 02:02:58 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-02-17 02:02:58 -0500
commit13ff1e0198424833a9fd110a4373c3511dbb7614 (patch)
tree59db960eea5f101ad66a198c11747d3da5d4a627 /src/share
parentc28fa7681093d282acad7f14ecad99b6e209c056 (diff)
tweak the show-key output, and fix some comments.
Diffstat (limited to 'src/share')
-rw-r--r--src/share/mh/add_revoker1
-rw-r--r--src/share/mh/revoke_hostname2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/share/mh/add_revoker b/src/share/mh/add_revoker
index 5b637a5..b6affbb 100644
--- a/src/share/mh/add_revoker
+++ b/src/share/mh/add_revoker
@@ -84,7 +84,6 @@ if [ "${OK/y/Y}" != 'Y' ] ; then
fi
# edit-key script to add revoker
-# NOTE: *all* user IDs will be ltsigned
addrevokerCommand=$(cat <<EOF
addrevoker
diff --git a/src/share/mh/revoke_hostname b/src/share/mh/revoke_hostname
index 940b5f4..3addf90 100644
--- a/src/share/mh/revoke_hostname
+++ b/src/share/mh/revoke_hostname
@@ -30,7 +30,7 @@ fi
echo "WARNING: There is a known bug in this function."
echo "This function has been known to occasionally revoke the wrong user ID."
echo "Please see the following bug report for more information:"
-echo "http://web.monkeysphere.info/bugs/revoke-hostname-revoking-wrong-userid/"
+echo "https://labs.riseup.net/code/issues/show/422"
read -p "Are you sure you would like to proceed? (y/N) " OK; OK=${OK:=N}
if [ ${OK/y/Y} != 'Y' ] ; then
failure "aborting."