summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-13 16:11:36 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-13 16:11:36 -0400
commitf197988f32461371452947cdfb310c8d9c367447 (patch)
tree7c012e87ec3d789a951a721af3d6c3bbd0901273 /packaging
parent0beaa999dbd326a2c80a733913a36e64b917add6 (diff)
invoking monkeysphere-server diagnostics at the end of the FreeBSD package installation.
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/freebsd/pkg-install1
1 files changed, 1 insertions, 0 deletions
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