From: Hannu Nyman Date: Tue, 5 Oct 2021 18:42:30 +0000 (+0300) Subject: luci-app-statistics: Remove erroneous include from default config X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=cb0574fc678c4c46dfe9eda1b2fcba08f7b6bb68;p=project%2Fluci.git luci-app-statistics: Remove erroneous include from default config Remove the unnecessary Include line from the default config. It causes error at collectd start, as the directory is missing. daemon.err collectd[9722]: configfile: stat (/etc/collectd/conf.d) failed: No such file or directory Leave the line as a comment/example. Fixes #5373 Signed-off-by: Hannu Nyman (cherry picked from commit 2c27f5c9417ff5414a2730a9c310b68fdd5f585c) --- diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index d1fef13b6e..581a1f5a2c 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -2,7 +2,7 @@ config statistics 'collectd' option BaseDir '/var/run/collectd' - option Include '/etc/collectd/conf.d' +# option Include '/etc/collectd/conf.d' option PIDFile '/var/run/collectd.pid' option PluginDir '/usr/lib/collectd' option TypesDB '/usr/share/collectd/types.db'