aboutsummaryrefslogtreecommitdiff
path: root/sysklogd
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-18 22:01:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-18 22:01:24 +0200
commit4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (patch)
tree133b5d5ad9f27d12a913057540d1e877c4bb1436 /sysklogd
parent483405a9b0df6ea14344b1144959be1debef925e (diff)
downloadbusybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.gz
busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.bz2
busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.zip
Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'sysklogd')
-rw-r--r--sysklogd/klogd.c2
-rw-r--r--sysklogd/logger.c2
-rw-r--r--sysklogd/syslogd.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c
index 4db72110d..b20d86174 100644
--- a/sysklogd/klogd.c
+++ b/sysklogd/klogd.c
@@ -17,7 +17,7 @@
17 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 17 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
18 */ 18 */
19//config:config KLOGD 19//config:config KLOGD
20//config: bool "klogd" 20//config: bool "klogd (5.5 kb)"
21//config: default y 21//config: default y
22//config: help 22//config: help
23//config: klogd is a utility which intercepts and logs all 23//config: klogd is a utility which intercepts and logs all
diff --git a/sysklogd/logger.c b/sysklogd/logger.c
index f9eafeb25..09fed0c73 100644
--- a/sysklogd/logger.c
+++ b/sysklogd/logger.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config LOGGER 9//config:config LOGGER
10//config: bool "logger" 10//config: bool "logger (6.4 kb)"
11//config: default y 11//config: default y
12//config: select FEATURE_SYSLOG 12//config: select FEATURE_SYSLOG
13//config: help 13//config: help
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c
index d64ff278f..a9c9c69bc 100644
--- a/sysklogd/syslogd.c
+++ b/sysklogd/syslogd.c
@@ -13,7 +13,7 @@
13 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 13 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
14 */ 14 */
15//config:config SYSLOGD 15//config:config SYSLOGD
16//config: bool "syslogd" 16//config: bool "syslogd (12 kb)"
17//config: default y 17//config: default y
18//config: help 18//config: help
19//config: The syslogd utility is used to record logs of all the 19//config: The syslogd utility is used to record logs of all the