From cb0574fc678c4c46dfe9eda1b2fcba08f7b6bb68 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Tue, 5 Oct 2021 21:42:30 +0300 Subject: [PATCH] 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) --- .../luci-app-statistics/root/etc/config/luci_statistics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.30.2