From: Sebastian Harl Date: Tue, 28 Jul 2020 09:21:09 +0000 (+0100) Subject: Set the path of collection.conf to /etc/collectd/. X-Git-Tag: archive/raspbian/5.12.0-3+rpi1~1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=35b87cb4c69922f467cb5c3348d2eb035c3f5bbb;p=collectd.git Set the path of collection.conf to /etc/collectd/. =================================================================== Gbp-Pq: Name collection_conf_path.patch --- diff --git a/contrib/collection.cgi b/contrib/collection.cgi index 6b0665a..ec4a2bf 100755 --- a/contrib/collection.cgi +++ b/contrib/collection.cgi @@ -32,7 +32,7 @@ use URI::Escape ('uri_escape'); use RRDs (); use Data::Dumper (); -our $Config = "/etc/collection.conf"; +our $Config = "/etc/collectd/collection.conf"; our $TypesDB = "/usr/share/collectd/types.db"; our @DataDirs = (); our @DontShowTypes = ();