diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-18 22:01:24 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-18 22:01:24 +0200 |
commit | 4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (patch) | |
tree | 133b5d5ad9f27d12a913057540d1e877c4bb1436 /sysklogd | |
parent | 483405a9b0df6ea14344b1144959be1debef925e (diff) |
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.c | 2 | ||||
-rw-r--r-- | sysklogd/logger.c | 2 | ||||
-rw-r--r-- | sysklogd/syslogd.c | 2 |
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 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config KLOGD -//config: bool "klogd" +//config: bool "klogd (5.5 kb)" //config: default y //config: help //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 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config LOGGER -//config: bool "logger" +//config: bool "logger (6.4 kb)" //config: default y //config: select FEATURE_SYSLOG //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 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config SYSLOGD -//config: bool "syslogd" +//config: bool "syslogd (12 kb)" //config: default y //config: help //config: The syslogd utility is used to record logs of all the |