]> code.ossystems Code Review - openembedded-core.git/commit
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:42:12 +0000 (11:42 +0100)
commita23aa8e7467cf2b7f4e8ff85a3aa841ff6b508e5
tree811b308104bdb8128fc265c9cb0dfb7457da7484
parent9cf157c71453cbf835f237ca3fa05b845005fe51
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.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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]