The permissions on /var/dspam should be 0770, not 0755. This affects the
binary package, but ride the last PKGREVISION bump.
This commit is contained in:
parent
7d11d16245
commit
c9c9c8ecd7
1 changed files with 2 additions and 2 deletions
|
@ -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_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} 0755
|
||||
OWN_DIRS_PERMS= ${DSPAM_HOME} ${DSPAM_USER} ${DSPAM_GROUP} 0770
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
|
|
Loading…
Reference in a new issue