[oe-commits] Holger Hans Peter Freyther : systemd: Make the main systemd files proper CONFFILES

git at git.openembedded.org git at git.openembedded.org
Tue Nov 13 14:03:39 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 8ae005d033f807659252f07d0fbb7363ea5744fb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8ae005d033f807659252f07d0fbb7363ea5744fb

Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Nov  9 13:07:53 2012 +0000

systemd: Make the main systemd files proper CONFFILES

Allow a user to edit the main systemd configuration files and have
them not overwritten at the next upgrade of it.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-systemd/recipes-core/systemd/systemd_git.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

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 \





More information about the Openembedded-commits mailing list