From 4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 18 Jul 2017 22:01:24 +0200 Subject: Update menuconfig items with approximate applet sizes Signed-off-by: Denys Vlasenko --- debianutils/pipe_progress.c | 2 +- debianutils/run_parts.c | 2 +- debianutils/start_stop_daemon.c | 2 +- debianutils/which.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'debianutils') diff --git a/debianutils/pipe_progress.c b/debianutils/pipe_progress.c index 21d330b59..af5de2d52 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" +//config: bool "pipe_progress (225 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 3ef28f1d4..011066bd4 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" +//config: bool "run-parts (5.6 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/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 4a9e0653e..584158fe8 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c @@ -57,7 +57,7 @@ Misc options: -v,--verbose Verbose */ //config:config START_STOP_DAEMON -//config: bool "start-stop-daemon" +//config: bool "start-stop-daemon (12 kb)" //config: default y //config: help //config: start-stop-daemon is used to control the creation and diff --git a/debianutils/which.c b/debianutils/which.c index c0f897809..bdf6b9b14 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" +//config: bool "which (3.7 kb)" //config: default y //config: help //config: which is used to find programs in your PATH and -- cgit v1.2.3