diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 21:04:47 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 21:04:47 -0500 |
commit | 8a5413ed44737b39ea132d4670512043593820b2 (patch) | |
tree | d89d82f72e3ec795d279c76095e20b1dd84eb308 /src/share/ma | |
parent | c073811aa573d0e3486c39ed9514c46e0a7a077f (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/diagnostics | 2 |
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)) |