pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/drupal Add in an AllowOverride directive so that d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6df0b3d9698c
branches:  trunk
changeset: 516563:6df0b3d9698c
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Jul 23 12:03:45 2006 +0000

description:
Add in an AllowOverride directive so that drupal access to a directory
is controlled properly
Fix by Takahiro Kambe in private mail.
Bump to nb1.

diffstat:

 www/drupal/Makefile          |  3 ++-
 www/drupal/files/drupal.conf |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 0a1fc597b721 -r 6df0b3d9698c www/drupal/Makefile
--- a/www/drupal/Makefile       Sun Jul 23 11:51:49 2006 +0000
+++ b/www/drupal/Makefile       Sun Jul 23 12:03:45 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2006/06/03 22:24:13 adrianp Exp $
+# $NetBSD: Makefile,v 1.14 2006/07/23 12:03:45 adrianp Exp $
 
 DISTNAME=      drupal-4.7.2
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://drupal.org/files/projects/
 
diff -r 0a1fc597b721 -r 6df0b3d9698c www/drupal/files/drupal.conf
--- a/www/drupal/files/drupal.conf      Sun Jul 23 11:51:49 2006 +0000
+++ b/www/drupal/files/drupal.conf      Sun Jul 23 12:03:45 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: drupal.conf,v 1.2 2006/05/28 14:46:47 adrianp Exp $
+# $NetBSD: drupal.conf,v 1.3 2006/07/23 12:03:45 adrianp Exp $
 #
 # Drupal configuration file fragment for Apache
 
@@ -7,7 +7,7 @@
 </IfModule>
 
 <Directory "@DRUPAL@">
-    AllowOverride Limit
+    AllowOverride Limit Options FileInfo
     Order allow,deny
     Allow from all
 



Home | Main Index | Thread Index | Old Index