pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dspam Permissions for ${DSPAM_HOME} should be 077...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ff446114a67
branches:  trunk
changeset: 482431:6ff446114a67
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Oct 28 06:03:18 2004 +0000

description:
Permissions for ${DSPAM_HOME} should be 0775 not 0770 (needed to use
the CGI frontend), regen distinfo for patch-ab missed in previous.

diffstat:

 mail/dspam/Makefile |  6 +++---
 mail/dspam/distinfo |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 8cb04b595af3 -r 6ff446114a67 mail/dspam/Makefile
--- a/mail/dspam/Makefile       Thu Oct 28 03:18:19 2004 +0000
+++ b/mail/dspam/Makefile       Thu Oct 28 06:03:18 2004 +0000
@@ -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_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 -r 8cb04b595af3 -r 6ff446114a67 mail/dspam/distinfo
--- a/mail/dspam/distinfo       Thu Oct 28 03:18:19 2004 +0000
+++ b/mail/dspam/distinfo       Thu Oct 28 06:03:18 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index