diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-30 15:57:06 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-30 15:57:06 -0400 |
commit | b2d9fe7ea412078a6e27f55bc0746451bf18f90f (patch) | |
tree | b24fccf24a2bb28ebce44d4d7c9c654a3f1b8d50 | |
parent | 7b8af9a915f776e436d8d7bb97d64d9979793220 (diff) |
freebsd packaging: leave gnupg-authentication.conf with superuser ownership. it should not need to be owned by monkeysphere.
-rwxr-xr-x | packaging/freebsd/pkg-install | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/freebsd/pkg-install b/packaging/freebsd/pkg-install index 731667c..70d37b5 100755 --- a/packaging/freebsd/pkg-install +++ b/packaging/freebsd/pkg-install @@ -67,8 +67,6 @@ POST-INSTALL) install -d "$VARLIB"/tmp "$VARLIB"/authorized_keys - chown monkeysphere:monkeysphere "$VARLIB"/gnupg-authentication/gpg.conf - monkeysphere-server diagnostics ;; esac |