[oe-commits] Anders Darander : systemd-compat-units: remove dnsmasq from sysv disabled list

git at git.openembedded.org git at git.openembedded.org
Wed Jan 15 12:21:45 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 69a8153c55bf74fa6178d6bd65ac8e761c041a0e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=69a8153c55bf74fa6178d6bd65ac8e761c041a0e

Author: Anders Darander <anders at chargestorm.se>
Date:   Wed Jan 15 08:31:02 2014 +0100

systemd-compat-units: remove dnsmasq from sysv disabled list

The dnsmasq recipe in meta-networking ships a dnsmasq.service file, that will
correctly override the SysV init script. Thus, as pointed out by Ross Burton,
we should remove dnsmasq from the list.

Signed-off-by: Anders Darander <anders at chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/systemd/systemd-compat-units.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb
index e32ad79..d8cc3f7 100644
--- a/meta/recipes-core/systemd/systemd-compat-units.bb
+++ b/meta/recipes-core/systemd/systemd-compat-units.bb
@@ -23,7 +23,6 @@ do_install() {
 
 SYSTEMD_DISABLED_SYSV_SERVICES = " \
   busybox-udhcpc \
-  dnsmasq \
   hwclock \
   networking \
   syslog.busybox \



More information about the Openembedded-commits mailing list