summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.21.1.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2013-09-03 10:14:50 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-06 23:03:21 +0100
commit101662d357adfb200c5b38b71494fced1fda5607 (patch)
treefd7425fe431c35fec66092b9b2890a6f0da49dd1 /meta/recipes-core/busybox/busybox_1.21.1.bb
parent18dfcc5139f30b74c7f3093d7c3509b6bb59861e (diff)
downloadpoky-101662d357adfb200c5b38b71494fced1fda5607.tar.gz
busybox-syslog: add configuration file /etc/syslog.conf
By default, busybox has CONFIG_FEATURE_SYSLOGD_CFG enabled, but it doesn't ship a configuration file. This patch adds a configuration file (/etc/syslog.conf) to the busybox-syslog package. This configuration file mainly serves as a placeholder now. The advantages of this change are: 1. Make the users aware of the fact that the /etc/syslog.conf file will actually be parsed by busybox's syslogd utility. And configuring that file will change the logging behaviour. 2. In a systemd based system, this file will prevent the same configuration file provided by the sysklogd package from messing things up. [YOCTO #5066] (From OE-Core rev: b7f6688f0700a1575037362af7a8ca94dccce471) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.21.1.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.21.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.21.1.bb b/meta/recipes-core/busybox/busybox_1.21.1.bb
index 784c924d50..f766beec03 100644
--- a/meta/recipes-core/busybox/busybox_1.21.1.bb
+++ b/meta/recipes-core/busybox/busybox_1.21.1.bb
@@ -17,6 +17,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
17 file://mount.busybox \ 17 file://mount.busybox \
18 file://syslog \ 18 file://syslog \
19 file://syslog-startup.conf \ 19 file://syslog-startup.conf \
20 file://syslog.conf \
20 file://busybox-syslog.default \ 21 file://busybox-syslog.default \
21 file://mdev \ 22 file://mdev \
22 file://mdev.conf \ 23 file://mdev.conf \