summaryrefslogtreecommitdiff
path: root/src/share/ma
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-19 21:04:47 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-19 21:04:47 -0500
commit8a5413ed44737b39ea132d4670512043593820b2 (patch)
treed89d82f72e3ec795d279c76095e20b1dd84eb308 /src/share/ma
parentc073811aa573d0e3486c39ed9514c46e0a7a077f (diff)
diagnostics should now check for cruft from old versions of the monkeysphere.
Diffstat (limited to 'src/share/ma')
-rw-r--r--src/share/ma/diagnostics2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/share/ma/diagnostics b/src/share/ma/diagnostics
index 0411080..7810c56 100644
--- a/src/share/ma/diagnostics
+++ b/src/share/ma/diagnostics
@@ -28,6 +28,8 @@ local badhostkeys
local sshd_config
local problemsfound=0
+report_cruft
+
if ! id monkeysphere >/dev/null ; then
echo "! No monkeysphere user found! Please create a monkeysphere system user with bash as its shell."
problemsfound=$(($problemsfound+1))