summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOliver Tappe2008-03-21 23:48:57 +0100
committerOliver Tappe2008-03-21 23:48:57 +0100
commitfa9e090f14a85b3682dc46507a1bab763c145c6e (patch)
tree90acb6e98ca9c46a7d097bbd59cbbb8339f072db /tools
parent* added bootlog plugin which implements a remote log feature during boot (diff)
downloadcore-fa9e090f14a85b3682dc46507a1bab763c145c6e.tar.gz
core-fa9e090f14a85b3682dc46507a1bab763c145c6e.tar.xz
core-fa9e090f14a85b3682dc46507a1bab763c145c6e.zip
* replaced busybox.i586 and .config with a version that includes syslogd and klogd,
both are being used be the new bootlog plugin git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1669 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'tools')
-rw-r--r--tools/busybox.config8
-rwxr-xr-xtools/busybox.i586bin331352 -> 341516 bytes
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/busybox.config b/tools/busybox.config
index aca058db..ad27db67 100644
--- a/tools/busybox.config
+++ b/tools/busybox.config
@@ -730,15 +730,15 @@ CONFIG_FEATURE_SH_EXTRA_QUIET=y
#
# System Logging Utilities
#
-# CONFIG_SYSLOGD is not set
+CONFIG_SYSLOGD=y
# CONFIG_FEATURE_ROTATE_LOGFILE is not set
-# CONFIG_FEATURE_REMOTE_LOG is not set
+CONFIG_FEATURE_REMOTE_LOG=y
# CONFIG_FEATURE_IPC_SYSLOG is not set
CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE=
# CONFIG_LOGREAD is not set
# CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING is not set
-# CONFIG_KLOGD is not set
-# CONFIG_LOGGER is not set
+CONFIG_KLOGD=y
+CONFIG_LOGGER=y
#
# Runit Utilities
diff --git a/tools/busybox.i586 b/tools/busybox.i586
index 6e5694bb..f765f18e 100755
--- a/tools/busybox.i586
+++ b/tools/busybox.i586
Binary files differ