pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/roundcube Make the config files writable for root...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee224bc2f9b0
branches:  trunk
changeset: 537523:ee224bc2f9b0
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Jan 10 20:17:57 2008 +0000

description:
Make the config files writable for root and strictly read-only for the user
the app runs as.  Bump PKGREVISION.

diffstat:

 mail/roundcube/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r aabba682baa5 -r ee224bc2f9b0 mail/roundcube/Makefile
--- a/mail/roundcube/Makefile   Thu Jan 10 18:53:16 2008 +0000
+++ b/mail/roundcube/Makefile   Thu Jan 10 20:17:57 2008 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index