pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dspam Add missing OWN_DIRS_PERMS for DSPAM_LOGDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/010c16fa1916
branches:  trunk
changeset: 482418:010c16fa1916
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Oct 27 23:31:57 2004 +0000

description:
Add missing OWN_DIRS_PERMS for DSPAM_LOGDIR.

diffstat:

 mail/dspam/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 466137d0b899 -r 010c16fa1916 mail/dspam/Makefile
--- a/mail/dspam/Makefile       Wed Oct 27 23:27:00 2004 +0000
+++ b/mail/dspam/Makefile       Wed Oct 27 23:31:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/10/27 23:27:00 xtraeme Exp $
+# $NetBSD: Makefile,v 1.13 2004/10/27 23:31:57 xtraeme Exp $
 
 DISTNAME=      dspam-3.2.0
 PKGREVISION=   1
@@ -70,6 +70,7 @@
 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
 
 SUBST_CLASSES+=                conf
 SUBST_STAGE.conf=      pre-install



Home | Main Index | Thread Index | Old Index