Code

Thank Adrian Bunk for reporting the sigrok issue.
[pkg-collectd.git] / debian / patches / collection_conf_path.patch
1 Author: Sebastian Harl <sh@tokkee.org>
2 Description: Set the path of collection.conf to /etc/collectd/.
3 --- a/contrib/collection.cgi
4 +++ b/contrib/collection.cgi
5 @@ -32,7 +32,7 @@
6  use RRDs ();
7  use Data::Dumper ();
8  
9 -our $Config = "/etc/collection.conf";
10 +our $Config = "/etc/collectd/collection.conf";
11  our @DataDirs = ();
12  our @DontShowTypes = ();
13  our $LibDir;