projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2401c44
)
clarify revoke_hostname warning
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Fri, 20 Feb 2009 06:02:06 +0000
(
01:02
-0500)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Fri, 20 Feb 2009 06:02:06 +0000
(
01:02
-0500)
src/share/mh/revoke_hostname
patch
|
blob
|
history
diff --git
a/src/share/mh/revoke_hostname
b/src/share/mh/revoke_hostname
index 92383a08f5757292d7ebfdbc97efaae21a342629..71b56ed2327fe936312eff438a45f29e283f96b8 100644
(file)
--- a/
src/share/mh/revoke_hostname
+++ b/
src/share/mh/revoke_hostname
@@
-28,7
+28,7
@@
if [ -z "$1" ] ; then
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 "This function has been known to occasionally revoke the wrong
hostname
."
echo "Please see the following bug report for more information:"
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}