aboutsummaryrefslogtreecommitdiff
path: root/www/nginx
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2009-12-24 04:41:54 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2009-12-24 04:41:54 +0000
commit240e42abf78fd4262d6b6a39abd7d833a2071abe (patch)
tree175dd6daf1b8068c7d9748eedcc0e440157d601a /www/nginx
parent993c3c9fc69765062e561be194e1c98146d36abf (diff)
Actually remove needless patch.
Notes
Notes: svn path=/head/; revision=246520
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/files/extra-patch-ngx_http_redis_module.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/nginx/files/extra-patch-ngx_http_redis_module.c b/www/nginx/files/extra-patch-ngx_http_redis_module.c
deleted file mode 100644
index 102094fe8a20..000000000000
--- a/www/nginx/files/extra-patch-ngx_http_redis_module.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- ../ngx_http_redis-0.2.0/ngx_http_redis_module.c.orig 2009-11-19 11:21:17.000000000 +0300
-+++ ../ngx_http_redis-0.2.0/ngx_http_redis_module.c 2009-11-19 11:21:57.000000000 +0300
-@@ -244,7 +244,7 @@
- vv[0] = ngx_http_get_indexed_variable(r, rlcf->db);
-
- if (vv[0] == NULL || vv[0]->not_found || vv[0]->len == 0) {
-- ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
-+ ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
- "select 0 redis database" );
- len = sizeof("select 0") - 1;
- } else {
-@@ -287,7 +287,7 @@
- ctx->key.data = b->last;
-
- if (vv[0] == NULL || vv[0]->not_found || vv[0]->len == 0) {
-- ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
-+ ngx_log_debug0(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
- "select 0 redis database" );
- *b->last++ = '0';
- } else {