aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/config.in
diff options
context:
space:
mode:
authorGennady Feldman <gfeldman@gena01.com>2001-10-26 16:09:09 +0000
committerGennady Feldman <gfeldman@gena01.com>2001-10-26 16:09:09 +0000
commit087bc82bb0eabf8dedb8b35c85ea0294eaae2ce3 (patch)
treeea82edc01b31c57466a552d32418a3e0f94761e7 /sysklogd/config.in
parentee28362597b2846ded3d0f7a3d70cfc411b9314a (diff)
downloadbusybox-087bc82bb0eabf8dedb8b35c85ea0294eaae2ce3.tar.gz
Fix up the configuration rules and update Libc5 piece for Syslogd. (copied code from logread.c)
Diffstat (limited to 'sysklogd/config.in')
-rw-r--r--sysklogd/config.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/sysklogd/config.in b/sysklogd/config.in
index 8a8e42086..be8b16066 100644
--- a/sysklogd/config.in
+++ b/sysklogd/config.in
@@ -8,9 +8,14 @@ comment 'System Logging Utilities'
bool 'klogd' CONFIG_KLOGD
bool 'logger' CONFIG_LOGGER
-bool 'logread' CONFIG_LOGREAD
bool 'syslogd' CONFIG_SYSLOGD
-
+if [ "$CONFIG_SYSLOGD" = "y" ] ; then
+ bool ' Remote Log support ' CONFIG_FEATURE_REMOTE_LOG
+ bool ' Circular Buffer support ' CONFIG_FEATURE_IPC_SYSLOG
+ if [ "$CONFIG_FEATURE_IPC_SYSLOG" = "y" ] ; then
+ bool ' logread ' CONFIG_LOGREAD
+ fi
+fi
endmenu