diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-08-04 22:56:34 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-08-07 08:27:23 +0000 |
commit | 6b80c507b826e38b493422719de9ef55afd4cf84 (patch) | |
tree | ea59ee657bf1c39392130333a2386825f2fb54e7 /main/busybox/busyboxconfig | |
parent | bc1c5aea894f693337f468bdb77cbf3138d5a782 (diff) | |
download | aports-6b80c507b826e38b493422719de9ef55afd4cf84.tar.bz2 aports-6b80c507b826e38b493422719de9ef55afd4cf84.tar.xz |
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.
Diffstat (limited to 'main/busybox/busyboxconfig')
-rw-r--r-- | main/busybox/busyboxconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/busybox/busyboxconfig b/main/busybox/busyboxconfig index d0fa2728cf..9449833599 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 |