author | Marc Fournier <marc.fournier@camptocamp.com> | |
Fri, 16 Nov 2012 11:12:19 +0000 (12:12 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Sat, 17 Nov 2012 09:37:17 +0000 (10:37 +0100) | ||
commit | 25fa4ad93203289ec8d78e8d4b687acc3c05004a | |
tree | 590a4e7cdb8e79951af76a8dc7f9da1818af3b75 | tree | snapshot |
parent | 4e3a0d5bfa20de3410e7127a753dce5b34f41870 | commit | diff |
fixed paths in example configuration file
These paths previously got expanded to:
#BaseDir "/usr/var/lib/collectd"
instead of:
#BaseDir "/var/lib/collectd"
And on systems which put libs in /usr/lib64:
#PluginDir "/usr/lib/collectd"
instead of:
#PluginDir "/usr/lib64/collectd"
Signed-off-by: Florian Forster <octo@collectd.org>
These paths previously got expanded to:
#BaseDir "/usr/var/lib/collectd"
instead of:
#BaseDir "/var/lib/collectd"
And on systems which put libs in /usr/lib64:
#PluginDir "/usr/lib/collectd"
instead of:
#PluginDir "/usr/lib64/collectd"
Signed-off-by: Florian Forster <octo@collectd.org>
src/collectd.conf.in | diff | blob | history |