From 101662d357adfb200c5b38b71494fced1fda5607 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 3 Sep 2013 10:14:50 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/files/syslog.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta/recipes-core/busybox/files/syslog.conf (limited to 'meta/recipes-core/busybox/files/syslog.conf') diff --git a/meta/recipes-core/busybox/files/syslog.conf b/meta/recipes-core/busybox/files/syslog.conf new file mode 100644 index 0000000000..75bb6309ab --- /dev/null +++ b/meta/recipes-core/busybox/files/syslog.conf @@ -0,0 +1 @@ +# /etc/syslog.conf Configuration file for busybox's syslogd utility -- cgit v1.2.3-54-g00ecf