pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dspam The permissions on /var/dspam should be 077...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/651563215b02
branches:  trunk
changeset: 479217:651563215b02
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Aug 07 18:26:25 2004 +0000

description:
The permissions on /var/dspam should be 0770, not 0755.  This affects the
binary package, but ride the last PKGREVISION bump.

diffstat:

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

diffs (18 lines):

diff -r c8e8f7aa2986 -r 651563215b02 mail/dspam/Makefile
--- a/mail/dspam/Makefile       Sat Aug 07 18:02:05 2004 +0000
+++ b/mail/dspam/Makefile       Sat Aug 07 18:26:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/08/07 06:12:20 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2004/08/07 18:26:25 jlam Exp $
 
 DISTNAME=      dspam-3.0.0
 PKGREVISION=   3
@@ -67,7 +67,7 @@
 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} 0755
+OWN_DIRS_PERMS=                ${DSPAM_HOME} ${DSPAM_USER} ${DSPAM_GROUP} 0770
 
 post-install:
        ${INSTALL_DATA_DIR} ${DOCDIR}



Home | Main Index | Thread Index | Old Index