[oe-commits] Koen Kooi : systemd-compat-units: disable old style 'networking' script for the time being

git version control git at git.openembedded.org
Mon Jun 6 11:22:46 UTC 2011


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Mon Jun  6 13:07:46 2011 +0200

systemd-compat-units: disable old style 'networking' script for the time being

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

---

 .../recipes-core/systemd/systemd-compat-units.bb   |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-core/systemd/systemd-compat-units.bb b/meta-oe/recipes-core/systemd/systemd-compat-units.bb
index 6fc040f..2fd88ab 100644
--- a/meta-oe/recipes-core/systemd/systemd-compat-units.bb
+++ b/meta-oe/recipes-core/systemd/systemd-compat-units.bb
@@ -3,6 +3,8 @@ DESCRIPTION = "Units to make systemd work better with existing sysvinit scripts"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 
+PR = "r1"
+
 inherit allarch
 
 SRC_URI = "file://opkg.service"
@@ -18,7 +20,7 @@ cd $D${sysconfdir}/init.d
 
 echo -n "Disabling the following sysv scripts: "
 
-for i in busybox-udhcpc dnsmasq hwclock.sh syslog syslog.busybox ; do
+for i in busybox-udhcpc dnsmasq hwclock.sh networking syslog syslog.busybox ; do
 	if [ -e $i ] ; then
 		echo -n "$i " ; ln -s /dev/null $D${base_libdir}/systemd/system/$i.service
 	fi





More information about the Openembedded-commits mailing list