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/sv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runit/sv.c') diff --git a/runit/sv.c b/runit/sv.c index faa31d4..a0c7953 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. -- cgit v1.1