summaryrefslogtreecommitdiff
path: root/busybox-sysklogd.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 23:08:10 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-20 23:08:10 +0100
commitf7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b (patch)
tree5182a501c5700bb9b0a64c45033d8686f1868c14 /busybox-sysklogd.kconfig
parent1caedd37842349f5717f565c07d340d3e2995e88 (diff)
downloadembtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.gz
embtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.bz2
embtk-busybox-kconfigs-f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b.tar.xz
Adapt kconfig symbols for embtk
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-sysklogd.kconfig')
-rw-r--r--busybox-sysklogd.kconfig36
1 files changed, 18 insertions, 18 deletions
diff --git a/busybox-sysklogd.kconfig b/busybox-sysklogd.kconfig
index 95d35f5..5cf29e5 100644
--- a/busybox-sysklogd.kconfig
+++ b/busybox-sysklogd.kconfig
@@ -5,7 +5,7 @@
menu "System Logging Utilities"
-config SYSLOGD
+config KEMBTK_BUSYB_SYSLOGD
bool "syslogd"
help
The syslogd utility is used to record logs of all the
@@ -19,16 +19,16 @@ config SYSLOGD
wrong. And something almost always will go wrong if
you wait long enough....
-config FEATURE_ROTATE_LOGFILE
+config KEMBTK_BUSYB_FEATURE_ROTATE_LOGFILE
bool "Rotate message files"
- depends on SYSLOGD
+ depends on KEMBTK_BUSYB_SYSLOGD
help
This enables syslogd to rotate the message files
on his own. No need to use an external rotatescript.
-config FEATURE_REMOTE_LOG
+config KEMBTK_BUSYB_FEATURE_REMOTE_LOG
bool "Remote Log support"
- depends on SYSLOGD
+ depends on KEMBTK_BUSYB_SYSLOGD
help
When you enable this feature, the syslogd utility can
be used to send system log messages to another system
@@ -39,16 +39,16 @@ config FEATURE_REMOTE_LOG
measure to prevent system logs from being tampered with
by an intruder.
-config FEATURE_SYSLOGD_DUP
+config KEMBTK_BUSYB_FEATURE_SYSLOGD_DUP
bool "Support -D (drop dups) option"
- depends on SYSLOGD
+ depends on KEMBTK_BUSYB_SYSLOGD
help
Option -D instructs syslogd to drop consecutive messages
which are totally the same.
-config FEATURE_IPC_SYSLOG
+config KEMBTK_BUSYB_FEATURE_IPC_SYSLOG
bool "Circular Buffer support"
- depends on SYSLOGD
+ depends on KEMBTK_BUSYB_SYSLOGD
help
When you enable this feature, the syslogd utility will
use a circular buffer to record system log messages.
@@ -59,28 +59,28 @@ config FEATURE_IPC_SYSLOG
entire filesystem, which may cause your system to
break badly.
-config FEATURE_IPC_SYSLOG_BUFFER_SIZE
+config KEMBTK_BUSYB_FEATURE_IPC_SYSLOG_BUFFER_SIZE
int "Circular buffer size in Kbytes (minimum 4KB)"
default 16
range 4 2147483647
- depends on FEATURE_IPC_SYSLOG
+ depends on KEMBTK_BUSYB_FEATURE_IPC_SYSLOG
help
This option sets the size of the circular buffer
used to record system log messages.
-config LOGREAD
+config KEMBTK_BUSYB_LOGREAD
bool "logread"
default y
- depends on FEATURE_IPC_SYSLOG
+ depends on KEMBTK_BUSYB_FEATURE_IPC_SYSLOG
help
If you enabled Circular Buffer support, you almost
certainly want to enable this feature as well. This
utility will allow you to read the messages that are
stored in the syslogd circular buffer.
-config FEATURE_LOGREAD_REDUCED_LOCKING
+config KEMBTK_BUSYB_FEATURE_LOGREAD_REDUCED_LOCKING
bool "Double buffering"
- depends on LOGREAD
+ depends on KEMBTK_BUSYB_LOGREAD
help
'logread' ouput to slow serial terminals can have
side effects on syslog because of the semaphore.
@@ -88,7 +88,7 @@ config FEATURE_LOGREAD_REDUCED_LOCKING
from circular buffer, minimizing semaphore
contention at some minor memory expense.
-config KLOGD
+config KEMBTK_BUSYB_KLOGD
bool "klogd"
help
klogd is a utility which intercepts and logs all
@@ -97,9 +97,9 @@ config KLOGD
you wish to record the messages produced by the kernel,
you should enable this option.
-config LOGGER
+config KEMBTK_BUSYB_LOGGER
bool "logger"
- select FEATURE_SYSLOG
+ select KEMBTK_BUSYB_FEATURE_SYSLOG
help
The logger utility allows you to send arbitrary text
messages to the system log (i.e. the 'syslogd' utility) so