projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a16e17
)
tuning some diagnostic text.
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Fri, 20 Feb 2009 18:19:46 +0000
(13:19 -0500)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Fri, 20 Feb 2009 18:19:46 +0000
(13:19 -0500)
src/share/ma/diagnostics
patch
|
blob
|
history
diff --git
a/src/share/ma/diagnostics
b/src/share/ma/diagnostics
index ce463b211c1a811d7db8c28e2f2026532e046918..8fc4b313815377ca6227c19009b59d5043e4371a 100644
(file)
--- a/
src/share/ma/diagnostics
+++ b/
src/share/ma/diagnostics
@@
-105,7
+105,7
@@
echo
echo "Checking for Identity Certifiers..."
if ! monkeysphere-authentication list-identity-certifiers | egrep -q '^[A-F0-9]{40}:' then
echo "! No Identity Certifiers found!"
- echo " - Recommendation: once you know who should be able to certify
identities for
+ echo " - Recommendation: once you know who should be able to certify
the identities of
connecting users, you should add their key, with:
monkeysphere-authentication add-identity-certifier"
problemsfound=$(($problemsfound+1))