From bc42562317017282b1b967ab310c2e7f69179691 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Mon, 28 Nov 2011 15:17:50 +0000 Subject: [PATCH] applications/luci-statistics: Disable exec plugin by default, remove nonexistant scripts --- .../luci-statistics/root/etc/config/luci_statistics | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/applications/luci-statistics/root/etc/config/luci_statistics b/applications/luci-statistics/root/etc/config/luci_statistics index ea3f722a6..e9d5d59dc 100644 --- a/applications/luci-statistics/root/etc/config/luci_statistics +++ b/applications/luci-statistics/root/etc/config/luci_statistics @@ -46,13 +46,7 @@ config 'statistics' 'collectd_email' option 'SocketGroup' 'nogroup' config 'statistics' 'collectd_exec' - option 'enable' '1' - -config 'collectd_exec_input' - option 'cmdline' '/usr/bin/stat-input-olsr' - -config 'collectd_exec_notify' - option 'cmdline' '/usr/bin/stat-output-syslog' + option 'enable' '0' config 'statistics' 'collectd_interface' option 'enable' '1' -- 2.25.1