pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/horde3 - Change permission on installed file which...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/412169fc22d4
branches:  trunk
changeset: 494058:412169fc22d4
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed May 18 20:34:19 2005 +0000

description:
- Change permission on installed file which causes turba to fail if it
  is set to 0000.

diffstat:

 www/horde3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b590344bfe65 -r 412169fc22d4 www/horde3/Makefile
--- a/www/horde3/Makefile       Wed May 18 20:27:13 2005 +0000
+++ b/www/horde3/Makefile       Wed May 18 20:34:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/05/18 20:25:02 adrianp Exp $
+# $NetBSD: Makefile,v 1.8 2005/05/18 20:34:19 adrianp Exp $
 
 DISTNAME=      horde-3.0.4
 CATEGORIES=    www
@@ -57,7 +57,7 @@
                        ${APACHE_USER} ${ROOT_GROUP} 0440
 SUPPORT_FILES_PERMS+=  ${HORDEDIR}/config/hooks.php.dist \
                        ${HORDEDIR}/config/hooks.php \
-                       ${APACHE_USER} ${ROOT_GROUP} 0000
+                       ${APACHE_USER} ${ROOT_GROUP} 0440
 
 SUBST_CLASSES=         files
 SUBST_STAGE.files=     post-build



Home | Main Index | Thread Index | Old Index