diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-27 08:18:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-27 08:18:06 +0000 |
commit | ae85af6ecde103a324341c447ac84707e38ff922 (patch) | |
tree | 41fb0b6bb2d5bcc815d37ce7c451b1f104d1284e /main | |
parent | ff44480a65a2e0bf6e6b0157e9862421ce3d97fb (diff) | |
download | aports-ae85af6ecde103a324341c447ac84707e38ff922.tar.bz2 aports-ae85af6ecde103a324341c447ac84707e38ff922.tar.xz |
main/busybox: disable support for syslog.conf for now
Diffstat (limited to 'main')
-rw-r--r-- | main/busybox/APKBUILD | 4 | ||||
-rw-r--r-- | main/busybox/busyboxconfig | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index fe7ff3781f..521694773e 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=busybox pkgver=1.19.2 -pkgrel=1 +pkgrel=2 _bbsuidver=0.6 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net @@ -104,4 +104,4 @@ b239f0a6e6556a9df9beb7d8725907c4 busybox-1.19.2-buildsys.patch 4b291c97d371f0957d4c1698976e5569 busybox-1.19.2-tail.patch ddeac26c403f8518212637731b5ae26b busybox-1.19.2-tftp.patch 784383013b8f015fb0d214618c46b4b8 0001-loginutils-use-sha512.patch -4ec89e4b45bcf667974a2778a559196f busyboxconfig" +453614d903ed3f39aa0a4b78f94bc7a5 busyboxconfig" diff --git a/main/busybox/busyboxconfig b/main/busybox/busyboxconfig index 1136153d2a..65bb6bf0aa 100644 --- a/main/busybox/busyboxconfig +++ b/main/busybox/busyboxconfig @@ -998,7 +998,7 @@ CONFIG_SYSLOGD=y CONFIG_FEATURE_ROTATE_LOGFILE=y CONFIG_FEATURE_REMOTE_LOG=y CONFIG_FEATURE_SYSLOGD_DUP=y -CONFIG_FEATURE_SYSLOGD_CFG=y +CONFIG_FEATURE_SYSLOGD_CFG=n CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=256 CONFIG_FEATURE_IPC_SYSLOG=y CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE=16 |