mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
collectd: update to 5.7.1
Update collectd to version 5.7.1 * replace 003-remove-werror.patch with configure option * remove 200-fix-git-describe-error.patch that is now unnecessary * reformat other patches due to whitespace changes * add new plugins to the list as disabled * correct download & homepage links * add myself as the second maintainer Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
--- 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"},
|
||||
@@ -104,7 +104,7 @@ static cf_global_option_t cf_global_opti
|
||||
{"BaseDir", NULL, 0, PKGLOCALSTATEDIR},
|
||||
{"PIDFile", NULL, 0, PIDFILE},
|
||||
{"Hostname", NULL, 0, NULL},
|
||||
- {"FQDNLookup", NULL, 0, "true"},
|
||||
+ {"FQDNLookup", NULL, 0, "false"},
|
||||
{"Interval", NULL, 0, NULL},
|
||||
{"ReadThreads", NULL, 0, "5"},
|
||||
{"WriteThreads", NULL, 0, "5"},
|
||||
|
||||
Reference in New Issue
Block a user