diff options
author | jeh <jeh@FreeBSD.org> | 2000-11-02 00:16:45 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-11-02 00:16:45 +0000 |
commit | 751b551e670a421daaa0db3739bbdfbd20691e42 (patch) | |
tree | 69098b3a63bda226fafcd378d435343b8b88ad27 /security/cyrus-sasl2 | |
parent | f7a053bdd3500d665c2bb1ecd634880a9c01aa15 (diff) | |
download | FreeBSD-ports-751b551e670a421daaa0db3739bbdfbd20691e42.zip FreeBSD-ports-751b551e670a421daaa0db3739bbdfbd20691e42.tar.gz |
PostFix requires 770 permissons on the /var/pwcheck directory.
PR: 22490
Submitted by: Scot W. Hetzel <hetzels@westbend.net> MAINTAINER
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 593f486..5f5dc34 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -120,7 +120,7 @@ post-install: @${SED} -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/pwcheck.sh \ > ${PREFIX}/etc/rc.d/pwcheck.sh @${CHMOD} 755 ${PREFIX}/etc/rc.d/pwcheck.sh - ${INSTALL} -d -m 760 -o cyrus -g cyrus /var/pwcheck + ${INSTALL} -d -m 770 -o cyrus -g cyrus /var/pwcheck .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/SASL/html .for file in ${DOCS} diff --git a/security/cyrus-sasl2/pkg-plist b/security/cyrus-sasl2/pkg-plist index e428a3f..cb92867 100644 --- a/security/cyrus-sasl2/pkg-plist +++ b/security/cyrus-sasl2/pkg-plist @@ -56,7 +56,7 @@ sbin/pwcheck %%NOPORTDOCS%%@dirrm share/doc/SASL/html %%NOPORTDOCS%%@dirrm share/doc/SASL @dirrm lib/sasl -@mode u=rwx,g=rw,o= +@mode ug=rwx,o= @cwd /var @exec mkdir pwcheck @exec chown cyrus:cyrus pwcheck |