]> code.ossystems Code Review - openembedded-core.git/commit
busybox: udhcpc shouldn't be a service
authorJesse Zhang <sen.zhang@windriver.com>
Fri, 27 Jul 2012 09:03:52 +0000 (17:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Aug 2012 14:35:19 +0000 (15:35 +0100)
commit8329c4679ec0ce319d2a81d755a0da5b05474688
treee1457c3c1d7243d7b37002ef2f6562b0c17bd51f
parent09e3ebdb77c090ddc45fed7c6acc1591cd4b3595
busybox: udhcpc shouldn't be a service

udhcpc is invoked from the networking service, so it shouldn't exist
standalone. If /etc/init.d/busybox-udhcpc is present, it will cause
udhcpc to be started two times.

And since the script doesn't support the stop action, it will cause
udhcpc to be started even when system is being shutdown.

Remove /etc/init.d/busybox-udhcpc to resolve the issues.

[YOCTO #2840]

Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox.inc
meta/recipes-core/busybox/busybox_1.19.4.bb
meta/recipes-core/busybox/files/busybox-udhcpc [deleted file]