summaryrefslogtreecommitdiff
path: root/meta/recipes-core/busybox/files/syslog-startup.conf
Commit message (Collapse)AuthorAgeFilesLines
* busybox: rename syslog.conf to syslog-startup.confJoshua Lock2012-01-041-0/+12
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>