diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-04-25 11:29:34 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-04-25 11:29:34 +0000 |
commit | fc645c780e83e12dc6ded374e6138b3eee52427c (patch) | |
tree | e3a956dda7e945dcb45eb8c789341e7f0a7d99a5 /security/cyrus-sasl2 | |
parent | Update WWW. (diff) |
Change the group of /var/state/saslauthd mail to be sync with
/usr/local/etc/sasldb2. The postfix should belongs to only
mail group.
Reported by: "Denis N. Peplin" <info@volginfo.ru>
Notes
Notes:
svn path=/head/; revision=79627
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 4a85847224a9..7ea922ca67b4 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-sasl PORTVERSION= 2.1.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.westbend.net/pub/cyrus-mail/ \ @@ -178,7 +178,7 @@ post-install: ${FILESDIR}/saslauthd.sh > ${PREFIX}/etc/rc.d/saslauthd.sh @${CHMOD} 755 ${PREFIX}/etc/rc.d/saslauthd.sh ${MKDIR} -m 770 /var/state/saslauthd - ${CHOWN} ${CYRUS_USER}:${CYRUS_GROUP} /var/state/saslauthd + ${CHOWN} ${CYRUS_USER}:mail /var/state/saslauthd .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}/html |