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>2018-12-28 05:20:17 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 05:20:17 +0300
commitb097a84d62dcfcf201a695b54bcfafae70cac8a6 (patch)
treec3b559a0fd4c430a92c7e1df3d6a776c894de3f0 /runit/chpst.c
parent10bde14292b3f0abbbf56aaaec16f391f12c0e64 (diff)
config: update size information
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'runit/chpst.c')
-rw-r--r--runit/chpst.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/runit/chpst.c b/runit/chpst.c
index c2641ce8a..5e77245f6 100644
--- a/runit/chpst.c
+++ b/runit/chpst.c
@@ -28,20 +28,20 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */
//config:config CHPST
-//config: bool "chpst (8.7 kb)"
+//config: bool "chpst (9 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 (4.2 kb)"
+//config: bool "setuidgid (4 kb)"
//config: default y
//config: help
//config: Sets soft resource limits as specified by options
//config:
//config:config ENVUIDGID
-//config: bool "envuidgid (3.6 kb)"
+//config: bool "envuidgid (3.9 kb)"
//config: default y
//config: help
//config: Sets $UID to account's uid and $GID to account's gid
@@ -54,7 +54,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//config: in the given directory
//config:
//config:config SOFTLIMIT
-//config: bool "softlimit (4.3 kb)"
+//config: bool "softlimit (4.5 kb)"
//config: default y
//config: help
//config: Sets soft resource limits as specified by options