diff options
author | Denys Vlasenko | 2023-07-10 17:25:21 +0200 |
---|---|---|
committer | Denys Vlasenko | 2023-07-10 17:25:21 +0200 |
commit | 5353df91cba7b397b9407701681708d0a1518df6 (patch) | |
tree | 7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /debianutils | |
parent | a9047e09807f11bcd62f69c481ce19b2663f8862 (diff) | |
download | busybox-5353df91cba7b397b9407701681708d0a1518df6.zip busybox-5353df91cba7b397b9407701681708d0a1518df6.tar.gz |
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'debianutils')
-rw-r--r-- | debianutils/pipe_progress.c | 2 | ||||
-rw-r--r-- | debianutils/run_parts.c | 2 | ||||
-rw-r--r-- | debianutils/which.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/debianutils/pipe_progress.c b/debianutils/pipe_progress.c index ab7e252..acd7402 100644 --- a/debianutils/pipe_progress.c +++ b/debianutils/pipe_progress.c @@ -7,7 +7,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config PIPE_PROGRESS -//config: bool "pipe_progress (275 bytes)" +//config: bool "pipe_progress (576 bytes)" //config: default y //config: help //config: Display a dot to indicate pipe activity. diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index f528c88..780df3e 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c @@ -23,7 +23,7 @@ * broken compatibility because the BusyBox policy doesn't allow them. */ //config:config RUN_PARTS -//config: bool "run-parts (6.1 kb)" +//config: bool "run-parts (6.2 kb)" //config: default y //config: help //config: run-parts is a utility designed to run all the scripts in a directory. diff --git a/debianutils/which.c b/debianutils/which.c index 23692dc..1f54791 100644 --- a/debianutils/which.c +++ b/debianutils/which.c @@ -6,7 +6,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config WHICH -//config: bool "which (3.8 kb)" +//config: bool "which (4 kb)" //config: default y //config: help //config: which is used to find programs in your PATH and |