From: Daniel Kahn Gillmor Date: Sat, 13 Sep 2008 20:11:36 +0000 (-0400) Subject: invoking monkeysphere-server diagnostics at the end of the FreeBSD package installation. X-Git-Tag: monkeysphere_0.16-1~52 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f197988f32461371452947cdfb310c8d9c367447;p=monkeysphere.git invoking monkeysphere-server diagnostics at the end of the FreeBSD package installation. --- diff --git a/packaging/freebsd/pkg-install b/packaging/freebsd/pkg-install index b832190..92a4bbc 100755 --- a/packaging/freebsd/pkg-install +++ b/packaging/freebsd/pkg-install @@ -63,5 +63,6 @@ keyring $VARLIB/gnupg-host/pubring.gpg EOF chown monkeysphere:monkeysphere "$VARLIB"/gnupg-authentication/gpg.conf + monkeysphere-server diagnostics ;; esac