diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-28 06:03:18 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-28 06:03:18 +0000 |
commit | 701599d18a7ad8a46ac4c9329e33c043d613b50e (patch) | |
tree | 549ed789f60a16edc2ae1563db12abd7a968ae79 /mail | |
parent | b078f3f2d5bae3675099056cbd3102fd490b7e76 (diff) | |
download | pkgsrc-701599d18a7ad8a46ac4c9329e33c043d613b50e.tar.gz |
Permissions for ${DSPAM_HOME} should be 0775 not 0770 (needed to use
the CGI frontend), regen distinfo for patch-ab missed in previous.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam/Makefile | 6 | ||||
-rw-r--r-- | mail/dspam/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 4ed3e8b6923..30051e46c9f 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/10/27 23:31:57 xtraeme Exp $ +# $NetBSD: Makefile,v 1.14 2004/10/28 06:03:18 xtraeme Exp $ DISTNAME= dspam-3.2.0 PKGREVISION= 1 @@ -69,8 +69,8 @@ PKG_GROUPS= ${DSPAM_GROUP} PKG_USERS= ${DSPAM_USER}:${DSPAM_GROUP} SPECIAL_PERMS= ${PREFIX}/bin/dspam ${DSPAM_USER} ${DSPAM_GROUP} \ ${DSPAM_BINMODE} -OWN_DIRS_PERMS= ${DSPAM_HOME} ${DSPAM_USER} ${DSPAM_GROUP} 0770 -OWN_DIRS_PERMS+= ${DSPAM_LOGDIR} ${DSPAM_USER} ${DSPAM_GROUP} 0770 +OWN_DIRS_PERMS= ${DSPAM_HOME} ${DSPAM_USER} ${DSPAM_GROUP} 0775 +OWN_DIRS_PERMS+= ${DSPAM_LOGDIR} ${DSPAM_USER} ${DSPAM_GROUP} 0775 SUBST_CLASSES+= conf SUBST_STAGE.conf= pre-install diff --git a/mail/dspam/distinfo b/mail/dspam/distinfo index ca2adf4b0b0..8f148df4961 100644 --- a/mail/dspam/distinfo +++ b/mail/dspam/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2004/10/27 23:27:00 xtraeme Exp $ +$NetBSD: distinfo,v 1.5 2004/10/28 06:03:18 xtraeme Exp $ SHA1 (dspam-3.2.0.tar.gz) = 45dd9addddf42bf8e891c3f35fd9009f4fae9a5f Size (dspam-3.2.0.tar.gz) = 617716 bytes SHA1 (patch-aa) = 0f5ca6fc4c03ea0b73ccd1214f047fec6ffe4cb3 -SHA1 (patch-ab) = 31711472c5b7b60cd8ecbe1427d56e2a86e28024 +SHA1 (patch-ab) = fc4a308ddce93b7fa9248bf55e5936895f3de0c2 |