Hi, init script /etc/init.d/collectd for version 5.6.2 contains an error. Error message for configtest, start, etc..: collectd: `"/etc/collectd.conf"' is not readable. Problem is this line: required_files="\"${COLLECTD_CONFIGFILE}\"" When i removed backshlashed quotes, it works. So, working line is: required_files="${COLLECTD_CONFIGFILE}" Check it, thank you.
I know probably, where is the problem. With OpenRC 0.22.4 it works, but with older OpenRC 0.17 doesn't. Maybe there should be defined dependency to newer compatible OpenRC?
Wow, 0.17 still around? Was fixed in 0.18.x, see bug 562320. I'll add a blocker for older versions.
Now in repository, https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e13449ed7ee3dc75312d3ed44c7d507a68312a0c Thanks for the report!
Thank you guys :)