diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 01:12:52 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 01:12:52 -0400 |
commit | e2e87dd0cba22432aa16151bafe5db0b145a3478 (patch) | |
tree | 71a22952710e2acd8d70cf4cb57ab2cf39f879b9 /src | |
parent | 76e67ee7418efcb51788e5577f3f09d28c02709a (diff) |
completing the service-specific hostname canonicalization (i think).
Diffstat (limited to 'src')
-rwxr-xr-x | src/monkeysphere-server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkeysphere-server b/src/monkeysphere-server index 4c8ecdc..2966f7c 100755 --- a/src/monkeysphere-server +++ b/src/monkeysphere-server @@ -469,7 +469,7 @@ revoke_hostname() { 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://monkeysphere.info/bugs/revoke-hostname-revoking-wrong-userid/" + echo "http://web.monkeysphere.info/bugs/revoke-hostname-revoking-wrong-userid/" read -p "Are you sure you would like to proceed? (y/N) " OK; OK=${OK:=N} if [ ${OK/y/Y} != 'Y' ] ; then failure "aborting." |