mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
echo 0.49 => 0.50 headers_more 0.22 => 0.24 drizzle 0.1.5 => 0.1.6 ndk 0.2.18 => 0.2.19 memc 0.13rc3 => 0.14 rds_csv 0.5rc2 => 0.5 rds_json 0.12rc10 => 0.13 rtmp 1.0.6 => 1.0.8 set_misc 0.22rc8 => 0.23 sflow 0.9.6 => 0.9.7 srcache 0.22 => 0.24 xss 0.3rc9 => 0.4 arrayvar 0.03rc1 => 0.03 2: add http_footer module. Approved by: osa@ (maintainer)
11 lines
539 B
C
11 lines
539 B
C
--- ../nginx-sflow-module-0.9.7/ngx_http_sflow_config.h.orig 2012-07-31 21:36:49.000000000 +0400
|
|
+++ ../nginx-sflow-module-0.9.7/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 */
|