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 --- runit/chpst.c | 10 +++++----- runit/runsv.c | 2 +- runit/runsvdir.c | 2 +- runit/sv.c | 4 ++-- runit/svlogd.c | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'runit') diff --git a/runit/chpst.c b/runit/chpst.c index ee3a33153..2e94a37c0 100644 --- a/runit/chpst.c +++ b/runit/chpst.c @@ -28,33 +28,33 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /* Busyboxed by Denys Vlasenko */ //config:config CHPST -//config: bool "chpst" +//config: bool "chpst (8.7 kb)" //config: default y //config: help //config: chpst changes the process state according to the given options, and //config: execs specified program. //config: //config:config SETUIDGID -//config: bool "setuidgid" +//config: bool "setuidgid (4.2 kb)" //config: default y //config: help //config: Sets soft resource limits as specified by options //config: //config:config ENVUIDGID -//config: bool "envuidgid" +//config: bool "envuidgid (3.6 kb)" //config: default y //config: help //config: Sets $UID to account's uid and $GID to account's gid //config: //config:config ENVDIR -//config: bool "envdir" +//config: bool "envdir (2.5 kb)" //config: default y //config: help //config: Sets various environment variables as specified by files //config: in the given directory //config: //config:config SOFTLIMIT -//config: bool "softlimit" +//config: bool "softlimit (4.3 kb)" //config: default y //config: help //config: Sets soft resource limits as specified by options diff --git a/runit/runsv.c b/runit/runsv.c index 939653d12..79f02f4c5 100644 --- a/runit/runsv.c +++ b/runit/runsv.c @@ -28,7 +28,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /* Busyboxed by Denys Vlasenko */ //config:config RUNSV -//config: bool "runsv" +//config: bool "runsv (7.2 kb)" //config: default y //config: help //config: runsv starts and monitors a service and optionally an appendant log diff --git a/runit/runsvdir.c b/runit/runsvdir.c index 84916e929..946ae697d 100644 --- a/runit/runsvdir.c +++ b/runit/runsvdir.c @@ -28,7 +28,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /* Busyboxed by Denys Vlasenko */ //config:config RUNSVDIR -//config: bool "runsvdir" +//config: bool "runsvdir (6 kb)" //config: default y //config: help //config: runsvdir starts a runsv process for each subdirectory, or symlink to diff --git a/runit/sv.c b/runit/sv.c index faa31d4fa..a0c7953da 100644 --- a/runit/sv.c +++ b/runit/sv.c @@ -154,7 +154,7 @@ Exit Codes /* Busyboxed by Denys Vlasenko */ //config:config SV -//config: bool "sv" +//config: bool "sv (7.8 kb)" //config: default y //config: help //config: sv reports the current status and controls the state of services @@ -169,7 +169,7 @@ Exit Codes //config: Defaults to "/var/service" //config: //config:config SVC -//config: bool "svc" +//config: bool "svc (7.8 kb)" //config: default y //config: help //config: svc controls the state of services monitored by the runsv supervisor. diff --git a/runit/svlogd.c b/runit/svlogd.c index 795bf48bb..1346994ca 100644 --- a/runit/svlogd.c +++ b/runit/svlogd.c @@ -125,7 +125,7 @@ log message, you can use a pattern like this instead */ //config:config SVLOGD -//config: bool "svlogd" +//config: bool "svlogd (15 kb)" //config: default y //config: help //config: svlogd continuously reads log data from its standard input, optionally -- cgit v1.2.3