From patchwork Fri Nov 9 13:07:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe, meta-systemd] systemd: Make the main systemd files proper CONFFILES Date: Fri, 09 Nov 2012 13:07:53 -0000 From: Holger Freyther X-Patchwork-Id: 38845 Message-Id: <1352466473-8387-1-git-send-email-holger+oe@freyther.de> To: openembedded-devel@lists.openembedded.org Cc: Holger Hans Peter Freyther From: Holger Hans Peter Freyther Allow a user to edit the main systemd configuration files and have them not overwritten at the next upgrade of it. --- meta-systemd/recipes-core/systemd/systemd_git.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb index 6deda82..bfd1b30 100644 --- a/meta-systemd/recipes-core/systemd/systemd_git.bb +++ b/meta-systemd/recipes-core/systemd/systemd_git.bb @@ -19,7 +19,7 @@ inherit gitpkgv PKGV = "v${GITPKGVTAG}" PV = "git" -PR = "r9" +PR = "r10" inherit useradd pkgconfig autotools perlnative @@ -126,6 +126,11 @@ FILES_${PN}-vconsole-setup = "${systemd_unitdir}/systemd-vconsole-setup \ RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts" +CONFFILES_${PN} = "${sysconfdir}/systemd/journald.conf \ + ${sysconfdir}/systemd/logind.conf \ + ${sysconfdir}/systemd/system.conf \ + ${sysconfdir}/systemd/user.conf" + FILES_${PN} = " ${base_bindir}/* \ ${datadir}/dbus-1/services \ ${datadir}/dbus-1/system-services \