diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-22 04:42:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-22 04:42:03 +0000 |
commit | 0023b20e9fc9cd4899ed5f40dbf92da6c9e3a9f4 (patch) | |
tree | 23e675870bdcc884816d952ab98862c4099ef32e /meta-pkgs | |
parent | 54556504ed87e7897583b9affca7fab316c5e166 (diff) | |
download | pkgsrc-0023b20e9fc9cd4899ed5f40dbf92da6c9e3a9f4.tar.gz |
Change the default directory for the various pid files to be
${COURIER_STATEDIR}/tmp, which defaults to /var/courier/tmp. This
allows some of the servers which drop root privileges too soon to still
write the pid file into a courier-owned directory instead of the
root-owned /var/run.
In mail/courier-mta, de-list ${COURIER_STATEDIR}/webmlm from the list
of owned directories. In fact, webmlmd expects that path to be a
socket file, and breaks horribly if the "webmlm" directory is present
instead.
Bump PKGREVISIONs for the following packages:
mail/courier-imap --> 2
mail/courier-mta --> 9
mail/sqwebmail --> 4
meta-pkgs/courier --> 5
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/courier/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-pkgs/courier/Makefile b/meta-pkgs/courier/Makefile index 41c36698928..b93439b9cb7 100644 --- a/meta-pkgs/courier/Makefile +++ b/meta-pkgs/courier/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2007/09/21 22:42:00 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2007/09/22 04:42:04 jlam Exp $ DISTNAME= courier-${COURIER_VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= meta-pkgs mail MASTER_SITES= # empty DISTFILES= # empty @@ -22,7 +22,7 @@ COURIER_VERSION= 0.56.0 # DEPENDS+= couriertcpd>=${COURIER_VERSION}nb2:../../net/couriertcpd DEPENDS+= courier-maildir>=${COURIER_VERSION}:../../mail/courier-maildir -DEPENDS+= courier-mta>=${COURIER_VERSION}nb8:../../mail/courier-mta +DEPENDS+= courier-mta>=${COURIER_VERSION}nb9:../../mail/courier-mta # The following packages must be from the same lineage as the version # of Courier: @@ -30,8 +30,8 @@ DEPENDS+= courier-mta>=${COURIER_VERSION}nb8:../../mail/courier-mta # mail/maildrop, mail/courier-imap, mail/sqwebmail # DEPENDS+= maildrop>=2.0.4nb2:../../mail/maildrop -DEPENDS+= courier-imap>=4.1.3nb1:../../mail/courier-imap -DEPENDS+= sqwebmail>=5.1.6nb3:../../mail/sqwebmail +DEPENDS+= courier-imap>=4.1.3nb2:../../mail/courier-imap +DEPENDS+= sqwebmail>=5.1.6nb4:../../mail/sqwebmail EXTRACT_ONLY= # empty NO_CHECKSUM= yes |