Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 18:25:21 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 18:25:21 +0300
commit5353df91cba7b397b9407701681708d0a1518df6 (patch)
tree7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /sysklogd
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
Update applet size estimates
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/logread.c2
-rw-r--r--sysklogd/syslogd.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c
index df0edee0a..d4f2c0c8f 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.7 kb)"
+//config: bool "klogd (6.2 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 04b2c8e3b..b99e8af74 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.3 kb)"
+//config: bool "logger (6.5 kb)"
//config: default y
//config: select FEATURE_SYSLOG
//config: help
diff --git a/sysklogd/logread.c b/sysklogd/logread.c
index e6cfcf4a7..632346d28 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 (4.8 kb)"
+//config: bool "logread (5 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 7711e467b..83b5c0cf6 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 (13 kb)"
+//config: bool "syslogd (14 kb)"
//config: default y
//config: help
//config: The syslogd utility is used to record logs of all the