From b097a84d62dcfcf201a695b54bcfafae70cac8a6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 28 Dec 2018 03:20:17 +0100 Subject: config: update size information Signed-off-by: Denys Vlasenko --- sysklogd/klogd.c | 2 +- sysklogd/logger.c | 2 +- sysklogd/logread.c | 2 +- sysklogd/syslogd.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sysklogd') diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index 25ddf3172..76eccf1da 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 (5.5 kb)" +//config: bool "klogd (5.7 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 1e0384c09..4d692d6fc 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 (6.4 kb)" +//config: bool "logger (6.3 kb)" //config: default y //config: select FEATURE_SYSLOG //config: help diff --git a/sysklogd/logread.c b/sysklogd/logread.c index da552e087..ea41fc0c8 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c @@ -9,7 +9,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config LOGREAD -//config: bool "logread (6 kb)" +//config: bool "logread (4.8 kb)" //config: default y //WRONG: it should be compilable without SYSLOG=y: //WRONG: depends on FEATURE_IPC_SYSLOG diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index 5630d97fc..f12359476 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 (12 kb)" +//config: bool "syslogd (13 kb)" //config: default y //config: help //config: The syslogd utility is used to record logs of all the -- cgit v1.2.3