From: Sebastian Harl Date: Mon, 16 Jan 2023 15:54:46 +0000 (+0000) Subject: Set the path of collection.conf to /etc/collectd/. X-Git-Tag: archive/raspbian/5.12.0-13+rpi1^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=20c628f7f9530938c8d9e7cb350f26acdd39a101;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 68b3c27..db0352b 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 @DataDirs = (); our @DontShowTypes = (); our $LibDir;