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 /debianutils
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'debianutils')
-rw-r--r--debianutils/pipe_progress.c2
-rw-r--r--debianutils/run_parts.c2
-rw-r--r--debianutils/which.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/debianutils/pipe_progress.c b/debianutils/pipe_progress.c
index ab7e2528f..acd7402d7 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 f528c88ff..780df3e96 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 23692dc6f..1f547919f 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