mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 01:13:50 +00:00
collectd: make /etc/collectd.conf a CONFFILE
Getting your config nuked everytime you update collectd is annoying, so properly tag it as CONFFILES. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
8885e4a2f1
commit
7988dfe1a0
@ -77,6 +77,8 @@ do_install_append() {
|
|||||||
${D}${systemd_unitdir}/system/collectd.service
|
${D}${systemd_unitdir}/system/collectd.service
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CONFFILES_${PN} = "${sysconfdir}/collectd.conf"
|
||||||
|
|
||||||
INITSCRIPT_NAME = "collectd"
|
INITSCRIPT_NAME = "collectd"
|
||||||
INITSCRIPT_PARAMS = "defaults"
|
INITSCRIPT_PARAMS = "defaults"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user