diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-07-23 12:03:45 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-07-23 12:03:45 +0000 |
commit | 05dbf604196865b6a18586d35295fe6c5d8a0705 (patch) | |
tree | 78eccf73e853cbb5f435081ec6b4b692bfe12637 /www/drupal | |
parent | 8c0e2b9623bdc2517074ac4316352f455e0bd6d7 (diff) | |
download | pkgsrc-05dbf604196865b6a18586d35295fe6c5d8a0705.tar.gz |
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 (limited to 'www/drupal')
-rw-r--r-- | www/drupal/Makefile | 3 | ||||
-rw-r--r-- | www/drupal/files/drupal.conf | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/drupal/Makefile b/www/drupal/Makefile index d88f998adff..4e94dfafa45 100644 --- a/www/drupal/Makefile +++ b/www/drupal/Makefile @@ -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 --git a/www/drupal/files/drupal.conf b/www/drupal/files/drupal.conf index c2c91e82b99..ca0352807ef 100644 --- a/www/drupal/files/drupal.conf +++ b/www/drupal/files/drupal.conf @@ -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 |