diff options
author | Denys Vlasenko | 2017-07-18 22:01:24 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-07-18 22:01:24 +0200 |
commit | 4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (patch) | |
tree | 133b5d5ad9f27d12a913057540d1e877c4bb1436 /runit/chpst.c | |
parent | 483405a9b0df6ea14344b1144959be1debef925e (diff) | |
download | busybox-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.zip busybox-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.gz |
Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'runit/chpst.c')
-rw-r--r-- | runit/chpst.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/runit/chpst.c b/runit/chpst.c index ee3a331..2e94a37 100644 --- a/runit/chpst.c +++ b/runit/chpst.c @@ -28,33 +28,33 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ //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 |