mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
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>
This commit is contained in:
parent
246565c47a
commit
fc645c780e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79627
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= cyrus-sasl
|
PORTNAME= cyrus-sasl
|
||||||
PORTVERSION= 2.1.13
|
PORTVERSION= 2.1.13
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= security ipv6
|
CATEGORIES= security ipv6
|
||||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||||
ftp://ftp.westbend.net/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
|
${FILESDIR}/saslauthd.sh > ${PREFIX}/etc/rc.d/saslauthd.sh
|
||||||
@${CHMOD} 755 ${PREFIX}/etc/rc.d/saslauthd.sh
|
@${CHMOD} 755 ${PREFIX}/etc/rc.d/saslauthd.sh
|
||||||
${MKDIR} -m 770 /var/state/saslauthd
|
${MKDIR} -m 770 /var/state/saslauthd
|
||||||
${CHOWN} ${CYRUS_USER}:${CYRUS_GROUP} /var/state/saslauthd
|
${CHOWN} ${CYRUS_USER}:mail /var/state/saslauthd
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
@${MKDIR} ${DOCSDIR}/html
|
@${MKDIR} ${DOCSDIR}/html
|
||||||
|
Loading…
Reference in New Issue
Block a user