From 6b80c507b826e38b493422719de9ef55afd4cf84 Mon Sep 17 00:00:00 2001 From: Sören Tempel Date: Tue, 4 Aug 2015 22:56:34 +0200 Subject: main/busybox: enable support for syslog.conf The feature is pretty useful for users (like me) who would like to organize their logs by using facilities and since it doesn't increase the size of the syslog binary significantly I thought that it is worth it to enable it by default. For users who don't want to use this feature nothing changes since the feature is only used when /etc/syslog.conf exists. Busybox doesn't complain when that file doesn't exist so I decided not to create it by default. --- main/busybox/busyboxconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/busybox/busyboxconfig') diff --git a/main/busybox/busyboxconfig b/main/busybox/busyboxconfig index d0fa2728cf1..94498335991 100644 --- a/main/busybox/busyboxconfig +++ b/main/busybox/busyboxconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.23.2 -# Wed Jul 22 20:40:01 2015 +# Tue Aug 4 22:52:01 2015 # CONFIG_HAVE_DOT_CONFIG=y @@ -158,8 +158,8 @@ CONFIG_GZIP=y CONFIG_GZIP_FAST=2 CONFIG_LZOP=y # CONFIG_LZOP_COMPR_HIGH is not set -# CONFIG_RPM2CPIO is not set # CONFIG_RPM is not set +# CONFIG_RPM2CPIO is not set CONFIG_TAR=y CONFIG_FEATURE_TAR_CREATE=y # CONFIG_FEATURE_TAR_AUTODETECT is not set @@ -1043,7 +1043,7 @@ CONFIG_SYSLOGD=y CONFIG_FEATURE_ROTATE_LOGFILE=y CONFIG_FEATURE_REMOTE_LOG=y CONFIG_FEATURE_SYSLOGD_DUP=y -# CONFIG_FEATURE_SYSLOGD_CFG is not set +CONFIG_FEATURE_SYSLOGD_CFG=y CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=256 CONFIG_FEATURE_IPC_SYSLOG=y CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE=16 -- cgit v1.2.3