diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2012-06-07 01:09:44 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2012-06-07 01:09:44 +0000 |
| commit | db5f9da7b29900bc5b7a0a43e81053d69ffd366f (patch) | |
| tree | 692c3f4f51143e588cd51552de0ae609bc1a7a99 /www/nginx-devel/files | |
| parent | - Add conflict with freenet6 port. (diff) | |
Add third-party slow module, v.0.9.6,
http://code.google.com/p/nginx-sflow-module/.
Do not bump PORTREVISION because this module is disabled by default.
Diffstat (limited to 'www/nginx-devel/files')
| -rw-r--r-- | www/nginx-devel/files/extra-patch-ngx_http_sflow_config.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/nginx-devel/files/extra-patch-ngx_http_sflow_config.c b/www/nginx-devel/files/extra-patch-ngx_http_sflow_config.c new file mode 100644 index 000000000000..f67a6f25eb58 --- /dev/null +++ b/www/nginx-devel/files/extra-patch-ngx_http_sflow_config.c @@ -0,0 +1,10 @@ +--- ../nginx-sflow-module-0.9.6/ngx_http_sflow_config.c.orig 2012-06-07 04:52:57.000000000 +0400 ++++ ../nginx-sflow-module-0.9.6/ngx_http_sflow_config.c 2012-06-07 04:59:18.000000000 +0400 +@@ -26,7 +26,6 @@ + ngx_log_error(NGX_LOG_ERR, log, 0, "getaddrinfo() failed: %s", gai_strerror(err)); + switch(err) { + case EAI_NONAME: break; +- case EAI_NODATA: break; + case EAI_AGAIN: break; // loop and try again? + default: ngx_log_error(NGX_LOG_ERR, log, 0, "getaddrinfo() error: %s", gai_strerror(err)); break; + } |
