summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorghen <ghen>2008-01-10 20:17:57 +0000
committerghen <ghen>2008-01-10 20:17:57 +0000
commitae9d6a5162c308446f2dda0c30182a05beaefa8f (patch)
tree486a3a7a9205264ed5520d2197f5edb9ae1aae8d /mail
parent7101dae4682abfbed26315a4b1f652bfd2a93eaa (diff)
downloadpkgsrc-ae9d6a5162c308446f2dda0c30182a05beaefa8f.tar.gz
Make the config files writable for root and strictly read-only for the user
the app runs as. Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r--mail/roundcube/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 8aaa0205ab3..206691779fa 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2007/11/08 23:35:33 adrianp Exp $
+# $NetBSD: Makefile,v 1.7 2008/01/10 20:17:57 ghen Exp $
#
DISTNAME= roundcubemail-0.1-rc2
PKGNAME= roundcube-0.1rc2
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/}
@@ -37,9 +38,9 @@ OWN_DIRS_PERMS+=${VARBASE}/tmp/roundcube ${APACHE_USER} ${APACHE_GROUP} 0755
CONF_FILES= ${EGDIR}/roundcube.conf ${PKG_SYSCONFDIR}/roundcube.conf
CONF_FILES_PERMS+= \
${EGDIR}/db.inc.php ${PKG_SYSCONFDIR}/roundcube/db.inc.php \
- ${APACHE_USER} ${APACHE_GROUP} 0440 \
+ ${ROOT_USER} ${APACHE_GROUP} 0640 \
${EGDIR}/main.inc.php ${PKG_SYSCONFDIR}/roundcube/main.inc.php \
- ${APACHE_USER} ${APACHE_GROUP} 0440
+ ${ROOT_USER} ${APACHE_GROUP} 0640
SUBST_CLASSES+= files
SUBST_STAGE.files= do-configure