4 Apr
2015
4 Apr
'15
19:47
On Sat, Apr 4, 2015 at 6:07 AM, Jan Engelhardt <jengelh@inai.de> wrote:
Previously the configuration file was in /etc/collectd.conf Now the systemd service file is expecting it in /etc/collectd/collectd.conf The old init script is still pointing to /etc/collectd.conf What would be the best approach (especially for migration)
Method #4: %post if [ ! -e /etc/collectd/collectd.conf ]; then ln -s ../collectd.conf /etc/collectd/; fi
That is what was used for "moving" /etc/sysctl.conf to /etc/sysctl.d/99-local.conf.
I strongly suggest you use method 4 suggested by Jan here. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org