diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2012-07-31 17:50:50 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2012-07-31 17:50:50 +0000 |
| commit | 3ae6fd417b4313c9efd2a275f16dfbcd5911cccc (patch) | |
| tree | d752d8a6bdb853ae7514463fb813bd66d740e5d5 /www/nginx-devel/files/extra-patch-ngx_http_sflow_config.h | |
| parent | gcc-aux is the successor to the gcc-4.6-based lang/gnat-aux. Originally it (diff) | |
Update:
o) third-party rtmp module from 0.1.10 to 0.2.3; (*)
o) prefix path for third-party sflow module.
Requested by: Rudolph Sand aka r dot sand at new-net dot net (*)
Diffstat (limited to 'www/nginx-devel/files/extra-patch-ngx_http_sflow_config.h')
| -rw-r--r-- | www/nginx-devel/files/extra-patch-ngx_http_sflow_config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/nginx-devel/files/extra-patch-ngx_http_sflow_config.h b/www/nginx-devel/files/extra-patch-ngx_http_sflow_config.h new file mode 100644 index 000000000000..8e3c4cbbbbc1 --- /dev/null +++ b/www/nginx-devel/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 */ |
