Update collectd, the backbone of Luci statistics, to 5.5.1 Refresh patches. Main changes: - Remove 500-upstream-parallel-build-fix.patch (implemented upstream) - Add 600-fix-libmodbus-detection.patch to revert an upstream change that broke libmodbus detection in collectd's configure script Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
11 lines
388 B
Diff
11 lines
388 B
Diff
--- a/src/daemon/configfile.c
|
|
+++ b/src/daemon/configfile.c
|
|
@@ -111,7 +111,7 @@ static cf_global_option_t cf_global_opti
|
|
{"BaseDir", NULL, PKGLOCALSTATEDIR},
|
|
{"PIDFile", NULL, PIDFILE},
|
|
{"Hostname", NULL, NULL},
|
|
- {"FQDNLookup", NULL, "true"},
|
|
+ {"FQDNLookup", NULL, "false"},
|
|
{"Interval", NULL, NULL},
|
|
{"ReadThreads", NULL, "5"},
|
|
{"WriteThreads", NULL, "5"},
|