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
path: root/runit
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 18:25:21 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 18:25:21 +0300
commit5353df91cba7b397b9407701681708d0a1518df6 (patch)
tree7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /runit
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'runit')
-rw-r--r--runit/chpst.c10
-rw-r--r--runit/runsv.c2
-rw-r--r--runit/runsvdir.c2
-rw-r--r--runit/sv.c6
4 files changed, 10 insertions, 10 deletions
diff --git a/runit/chpst.c b/runit/chpst.c
index af777568f..2be1a5775 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 (9 kb)"
+//config: bool "chpst (9.2 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 kb)"
+//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 (3.9 kb)"
+//config: bool "envuidgid (4.1 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 (2.5 kb)"
+//config: bool "envdir (2.9 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 (4.5 kb)"
+//config: bool "softlimit (4.7 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 6ad6bf46e..20a445319 100644
--- a/runit/runsv.c
+++ b/runit/runsv.c
@@ -28,7 +28,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */
//config:config RUNSV
-//config: bool "runsv (7.8 kb)"
+//config: bool "runsv (8.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 55dd47e0d..d6629dedd 100644
--- a/runit/runsvdir.c
+++ b/runit/runsvdir.c
@@ -28,7 +28,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */
//config:config RUNSVDIR
-//config: bool "runsvdir (6.3 kb)"
+//config: bool "runsvdir (6.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 5c249ff95..1eca1e854 100644
--- a/runit/sv.c
+++ b/runit/sv.c
@@ -154,7 +154,7 @@ Exit Codes
/* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */
//config:config SV
-//config: bool "sv (8.5 kb)"
+//config: bool "sv (8.7 kb)"
//config: default y
//config: help
//config: sv reports the current status and controls the state of services
@@ -169,14 +169,14 @@ Exit Codes
//config: Defaults to "/var/service"
//config:
//config:config SVC
-//config: bool "svc (8.4 kb)"
+//config: bool "svc (8.7 kb)"
//config: default y
//config: help
//config: svc controls the state of services monitored by the runsv supervisor.
//config: It is compatible with daemontools command with the same name.
//config:
//config:config SVOK
-//config: bool "svok (1.5 kb)"
+//config: bool "svok (1.8 kb)"
//config: default y
//config: help
//config: svok checks whether runsv supervisor is running.