| Submitter | Otavio Salvador |
|---|---|
| Date | Jan. 5, 2012, 7:37 p.m. |
| Message ID | <00db3b0d3f0036287ded09aa0a329cf444faacda.1325792209.git.otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/18497/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-core/busybox/busybox-1.19.3/defconfig b/meta/recipes-core/busybox/busybox-1.19.3/defconfig index 1990f28..4d04c54 100644 --- a/meta/recipes-core/busybox/busybox-1.19.3/defconfig +++ b/meta/recipes-core/busybox/busybox-1.19.3/defconfig @@ -998,7 +998,7 @@ CONFIG_SYSLOGD=y CONFIG_FEATURE_ROTATE_LOGFILE=y CONFIG_FEATURE_REMOTE_LOG=y # CONFIG_FEATURE_SYSLOGD_DUP is not set -CONFIG_FEATURE_SYSLOGD_CFG=y +# CONFIG_FEATURE_SYSLOGD_CFG is not set CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=256 CONFIG_FEATURE_IPC_SYSLOG=y CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE=16 diff --git a/meta/recipes-core/busybox/busybox_1.19.3.bb b/meta/recipes-core/busybox/busybox_1.19.3.bb index f591856..a075407 100644 --- a/meta/recipes-core/busybox/busybox_1.19.3.bb +++ b/meta/recipes-core/busybox/busybox_1.19.3.bb @@ -1,5 +1,5 @@ require busybox.inc -PR = "r2" +PR = "r3" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://udhcpscript.patch \
Most people and distro uses /etc/syslogd.conf as a set of environment variables to configure the init script behavior however syslogd configuration file support try to parse this file as a regular syslogd.conf format making impossible to use the service. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> --- meta/recipes-core/busybox/busybox-1.19.3/defconfig | 2 +- meta/recipes-core/busybox/busybox_1.19.3.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)