summaryrefslogtreecommitdiff
path: root/www/nginx/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/nginx/files')
-rw-r--r--www/nginx/files/extra-patch-ngx_http_sflow_config.h11
-rw-r--r--www/nginx/files/extra-patch-ngx_rtmp_exec_module.c4
2 files changed, 13 insertions, 2 deletions
diff --git a/www/nginx/files/extra-patch-ngx_http_sflow_config.h b/www/nginx/files/extra-patch-ngx_http_sflow_config.h
new file mode 100644
index 000000000000..8e3c4cbbbbc1
--- /dev/null
+++ b/www/nginx/files/extra-patch-ngx_http_sflow_config.h
@@ -0,0 +1,11 @@
+--- ../nginx-sflow-module-0.9.6/ngx_http_sflow_config.h.orig 2012-07-31 21:36:49.000000000 +0400
++++ ../nginx-sflow-module-0.9.6/ngx_http_sflow_config.h 2012-07-31 21:37:20.000000000 +0400
+@@ -17,7 +17,7 @@
+ -----------------___________________________------------------
+ */
+
+-#define SFWB_DEFAULT_CONFIGFILE "/etc/hsflowd.auto"
++#define SFWB_DEFAULT_CONFIGFILE "%%PREFIX%%/etc/hsflowd.auto"
+ #define SFWB_SEPARATORS " \t\r\n="
+ #define SFWB_QUOTES "'\" \t\r\n"
+ /* SFWB_MAX LINE LEN must be enough to hold the whole list of targets */
diff --git a/www/nginx/files/extra-patch-ngx_rtmp_exec_module.c b/www/nginx/files/extra-patch-ngx_rtmp_exec_module.c
index c8e724a5d035..113d974a8614 100644
--- a/www/nginx/files/extra-patch-ngx_rtmp_exec_module.c
+++ b/www/nginx/files/extra-patch-ngx_rtmp_exec_module.c
@@ -1,5 +1,5 @@
---- ../arut-nginx-rtmp-module-80db4c4/ngx_rtmp_exec_module.c.orig 2012-06-14 15:14:50.000000000 +0400
-+++ ../arut-nginx-rtmp-module-80db4c4/ngx_rtmp_exec_module.c 2012-06-14 15:15:06.000000000 +0400
+--- ../arut-nginx-rtmp-module-f7f24ba/ngx_rtmp_exec_module.c.orig 2012-07-31 20:59:43.000000000 +0400
++++ ../arut-nginx-rtmp-module-f7f24ba/ngx_rtmp_exec_module.c 2012-07-31 21:00:28.000000000 +0400
@@ -4,7 +4,11 @@