summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2011-04-12 06:19:48 +0000
committergls <gls@pkgsrc.org>2011-04-12 06:19:48 +0000
commit5dac0e113e7c569e5507cebb5181a097d4295c48 (patch)
tree812aa42e5ad6e9fb61bc144306a324f1d87efffa /www
parent4e1bf9027093fc9cc5af717174de7154e3708a19 (diff)
downloadpkgsrc-5dac0e113e7c569e5507cebb5181a097d4295c48.tar.gz
Ooops, forgot to remove useless patch.
Diffstat (limited to 'www')
-rw-r--r--www/ap2-suphp/patches/patch-aa17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/ap2-suphp/patches/patch-aa b/www/ap2-suphp/patches/patch-aa
deleted file mode 100644
index 21117f576b3..00000000000
--- a/www/ap2-suphp/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2008/05/17 02:37:24 obache Exp $
-
-Allow the directives to be set in the global configuration file, too.
-
---- src/apache2/mod_suphp.c.orig 2006-11-06 00:57:12.000000000 +0000
-+++ src/apache2/mod_suphp.c
-@@ -321,8 +321,8 @@ static const command_rec suphp_cmds[] =
- AP_INIT_TAKE2("suPHP_UserGroup", suphp_handle_cmd_user_group, NULL, RSRC_CONF | ACCESS_CONF,
- "User and group scripts shall be run as"),
- #endif
-- AP_INIT_ITERATE("suPHP_AddHandler", suphp_handle_cmd_add_handler, NULL, ACCESS_CONF, "Tells mod_suphp to handle these MIME-types"),
-- AP_INIT_ITERATE("suPHP_RemoveHandler", suphp_handle_cmd_remove_handler, NULL, ACCESS_CONF, "Tells mod_suphp not to handle these MIME-types"),
-+ AP_INIT_ITERATE("suPHP_AddHandler", suphp_handle_cmd_add_handler, NULL, RSRC_CONF | ACCESS_CONF, "Tells mod_suphp to handle these MIME-types"),
-+ AP_INIT_ITERATE("suPHP_RemoveHandler", suphp_handle_cmd_remove_handler, NULL, RSRC_CONF | ACCESS_CONF, "Tells mod_suphp not to handle these MIME-types"),
- {NULL}
- };
-