busybox: enable shared memory logging for systemd
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 23 Aug 2013 11:20:30 +0000 (12:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Aug 2013 10:47:19 +0000 (11:47 +0100)
commitbef6a4a81ed1e57bd559978d1ebf5c409ad95a19
tree50debc3ce1ef85b88c10745478a503bb84fa350a
parent59fa84b10ad844eead1eb76d6dd76bb4ace0efa5
busybox: enable shared memory logging for systemd

The default command-line options for launching busybox's syslogd are
"-C" if using sysvinit; but because we use /etc/default/busybox-syslog
when using systemd which the sysvinit initscript doesn't use, and no
/etc/default/busybox-syslog is installed by default in OE-Core, the
default arguments with systemd were no arguments at all with OE-Core
alone. Effectively merge in the bbappend from meta-oe that adds a
default file in order to set the default options to "-C" for systemd as
well.

(From OE-Core rev: a23aa8e7467cf2b7f4e8ff85a3aa841ff6b508e5)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox.inc
meta/recipes-core/busybox/busybox_1.21.1.bb
meta/recipes-core/busybox/files/busybox-syslog.default [new file with mode: 0644]