diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-13 16:11:36 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-13 16:11:36 -0400 |
commit | f197988f32461371452947cdfb310c8d9c367447 (patch) | |
tree | 7c012e87ec3d789a951a721af3d6c3bbd0901273 | |
parent | 0beaa999dbd326a2c80a733913a36e64b917add6 (diff) |
invoking monkeysphere-server diagnostics at the end of the FreeBSD package installation.
-rwxr-xr-x | packaging/freebsd/pkg-install | 1 |
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 |