Commit based upon d6442850bde61f0c3e7e2ae3247b4a856073c5e0
[librecmc/package-feed.git] / utils / collectd / patches / 140-fix-fqdnlookup.patch
1 --- a/src/daemon/configfile.c
2 +++ b/src/daemon/configfile.c
3 @@ -111,7 +111,7 @@ static cf_global_option_t cf_global_opti
4         {"BaseDir",     NULL, PKGLOCALSTATEDIR},
5         {"PIDFile",     NULL, PIDFILE},
6         {"Hostname",    NULL, NULL},
7 -       {"FQDNLookup",  NULL, "true"},
8 +       {"FQDNLookup",  NULL, "false"},
9         {"Interval",    NULL, NULL},
10         {"ReadThreads", NULL, "5"},
11         {"WriteThreads", NULL, "5"},