]> code.ossystems Code Review - openembedded-core.git/commit
busybox: rename syslog.conf to syslog-startup.conf
authorJoshua Lock <josh@linux.intel.com>
Mon, 2 Jan 2012 21:50:32 +0000 (13:50 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jan 2012 12:02:36 +0000 (12:02 +0000)
commitb406998019b577eac7f758298cc2695372e03d15
tree19007d6d8d50eb635eb18906805f33c35ee48369
parente5def5f36619c8f78fbb82f106f1ab7aab607532
busybox: rename syslog.conf to syslog-startup.conf

Busybox 1.19 introduced basic support for an rsyslog inspired syslog.conf
whereas we've been shipping syslog.conf as a file to be sourced by the
syslog init script in order to configure which options busybox's syslog is
started with.

Busybox 1.19 in syslog mode chokes on our syslog.conf and doesn't start.

This patch renames the syslog.conf we ship to syslog-startup.conf in order
to prevent busybox trying to parse the file as an rsyslog style syslog.conf

Fixes [YOCTO #1848]

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox.inc
meta/recipes-core/busybox/busybox_1.19.3.bb
meta/recipes-core/busybox/files/syslog
meta/recipes-core/busybox/files/syslog-startup.conf [moved from meta/recipes-core/busybox/files/syslog.conf with 61% similarity]