busybox: Split syslog initscript into busybox-syslog
authorMichael Smith <msmith@cbnco.com>
Sun, 7 Jun 2009 20:43:25 +0000 (16:43 -0400)
committerPhil Blundell <philb@gnu.org>
Mon, 8 Jun 2009 09:39:28 +0000 (10:39 +0100)
commit77ae409e00a4ae61404a74e04e548aeec1e90a8f
treec29304a4da88d0568c40abc61593e17f02d65c34
parent654cb590ae11f3ada8ed877a6f81f14cabe7b506
busybox: Split syslog initscript into busybox-syslog

The same is already done for httpd and udhcpd.

This fixes Busybox deb upgrades: the prerm script was failing because
the last command "/etc/init.d/syslog stop", added by the update-rc.d
class, runs after the /bin/sh symlink has been removed.

Many images expect busybox to contain the syslog initscript, so busybox
RRECOMMENDS busybox-syslog.

busybox-{syslog,httpd,udhcpd} now RDEPEND on busybox, for consistency
with other packages in the recipe (e.g. busybox-mdev).

Signed-off-by: Michael Smith <msmith@cbnco.com>
recipes/busybox/busybox.inc