From: Daniel Kahn Gillmor Date: Thu, 30 Oct 2008 19:57:06 +0000 (-0400) Subject: freebsd packaging: leave gnupg-authentication.conf with superuser ownership. it... X-Git-Tag: monkeysphere_0.20-1~15 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b2d9fe7ea412078a6e27f55bc0746451bf18f90f;hp=7b8af9a915f776e436d8d7bb97d64d9979793220;p=monkeysphere.git freebsd packaging: leave gnupg-authentication.conf with superuser ownership. it should not need to be owned by monkeysphere. --- 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