diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 03:20:17 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 03:20:17 +0100 |
| commit | b097a84d62dcfcf201a695b54bcfafae70cac8a6 (patch) | |
| tree | c3b559a0fd4c430a92c7e1df3d6a776c894de3f0 /runit | |
| parent | 10bde14292b3f0abbbf56aaaec16f391f12c0e64 (diff) | |
| download | busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.gz busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.bz2 busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.zip | |
config: update size information
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'runit')
| -rw-r--r-- | runit/chpst.c | 8 | ||||
| -rw-r--r-- | runit/runsv.c | 2 | ||||
| -rw-r--r-- | runit/runsvdir.c | 2 | ||||
| -rw-r--r-- | runit/sv.c | 6 | ||||
| -rw-r--r-- | runit/svlogd.c | 2 |
5 files changed, 10 insertions, 10 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. | |||
| 28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ | 28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ |
| 29 | 29 | ||
| 30 | //config:config CHPST | 30 | //config:config CHPST |
| 31 | //config: bool "chpst (8.7 kb)" | 31 | //config: bool "chpst (9 kb)" |
| 32 | //config: default y | 32 | //config: default y |
| 33 | //config: help | 33 | //config: help |
| 34 | //config: chpst changes the process state according to the given options, and | 34 | //config: chpst changes the process state according to the given options, and |
| 35 | //config: execs specified program. | 35 | //config: execs specified program. |
| 36 | //config: | 36 | //config: |
| 37 | //config:config SETUIDGID | 37 | //config:config SETUIDGID |
| 38 | //config: bool "setuidgid (4.2 kb)" | 38 | //config: bool "setuidgid (4 kb)" |
| 39 | //config: default y | 39 | //config: default y |
| 40 | //config: help | 40 | //config: help |
| 41 | //config: Sets soft resource limits as specified by options | 41 | //config: Sets soft resource limits as specified by options |
| 42 | //config: | 42 | //config: |
| 43 | //config:config ENVUIDGID | 43 | //config:config ENVUIDGID |
| 44 | //config: bool "envuidgid (3.6 kb)" | 44 | //config: bool "envuidgid (3.9 kb)" |
| 45 | //config: default y | 45 | //config: default y |
| 46 | //config: help | 46 | //config: help |
| 47 | //config: Sets $UID to account's uid and $GID to account's gid | 47 | //config: Sets $UID to account's uid and $GID to account's gid |
| @@ -54,7 +54,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
| 54 | //config: in the given directory | 54 | //config: in the given directory |
| 55 | //config: | 55 | //config: |
| 56 | //config:config SOFTLIMIT | 56 | //config:config SOFTLIMIT |
| 57 | //config: bool "softlimit (4.3 kb)" | 57 | //config: bool "softlimit (4.5 kb)" |
| 58 | //config: default y | 58 | //config: default y |
| 59 | //config: help | 59 | //config: help |
| 60 | //config: Sets soft resource limits as specified by options | 60 | //config: Sets soft resource limits as specified by options |
diff --git a/runit/runsv.c b/runit/runsv.c index a67280b4b..ccc762d78 100644 --- a/runit/runsv.c +++ b/runit/runsv.c | |||
| @@ -28,7 +28,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
| 28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ | 28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ |
| 29 | 29 | ||
| 30 | //config:config RUNSV | 30 | //config:config RUNSV |
| 31 | //config: bool "runsv (7.2 kb)" | 31 | //config: bool "runsv (7.8 kb)" |
| 32 | //config: default y | 32 | //config: default y |
| 33 | //config: help | 33 | //config: help |
| 34 | //config: runsv starts and monitors a service and optionally an appendant log | 34 | //config: runsv starts and monitors a service and optionally an appendant log |
diff --git a/runit/runsvdir.c b/runit/runsvdir.c index 11ab40abf..55dd47e0d 100644 --- a/runit/runsvdir.c +++ b/runit/runsvdir.c | |||
| @@ -28,7 +28,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
| 28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ | 28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ |
| 29 | 29 | ||
| 30 | //config:config RUNSVDIR | 30 | //config:config RUNSVDIR |
| 31 | //config: bool "runsvdir (6 kb)" | 31 | //config: bool "runsvdir (6.3 kb)" |
| 32 | //config: default y | 32 | //config: default y |
| 33 | //config: help | 33 | //config: help |
| 34 | //config: runsvdir starts a runsv process for each subdirectory, or symlink to | 34 | //config: runsvdir starts a runsv process for each subdirectory, or symlink to |
diff --git a/runit/sv.c b/runit/sv.c index 8054daedf..5c249ff95 100644 --- a/runit/sv.c +++ b/runit/sv.c | |||
| @@ -154,7 +154,7 @@ Exit Codes | |||
| 154 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ | 154 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ |
| 155 | 155 | ||
| 156 | //config:config SV | 156 | //config:config SV |
| 157 | //config: bool "sv (7.8 kb)" | 157 | //config: bool "sv (8.5 kb)" |
| 158 | //config: default y | 158 | //config: default y |
| 159 | //config: help | 159 | //config: help |
| 160 | //config: sv reports the current status and controls the state of services | 160 | //config: sv reports the current status and controls the state of services |
| @@ -169,14 +169,14 @@ Exit Codes | |||
| 169 | //config: Defaults to "/var/service" | 169 | //config: Defaults to "/var/service" |
| 170 | //config: | 170 | //config: |
| 171 | //config:config SVC | 171 | //config:config SVC |
| 172 | //config: bool "svc (7.8 kb)" | 172 | //config: bool "svc (8.4 kb)" |
| 173 | //config: default y | 173 | //config: default y |
| 174 | //config: help | 174 | //config: help |
| 175 | //config: svc controls the state of services monitored by the runsv supervisor. | 175 | //config: svc controls the state of services monitored by the runsv supervisor. |
| 176 | //config: It is compatible with daemontools command with the same name. | 176 | //config: It is compatible with daemontools command with the same name. |
| 177 | //config: | 177 | //config: |
| 178 | //config:config SVOK | 178 | //config:config SVOK |
| 179 | //config: bool "svok" | 179 | //config: bool "svok (1.5 kb)" |
| 180 | //config: default y | 180 | //config: default y |
| 181 | //config: help | 181 | //config: help |
| 182 | //config: svok checks whether runsv supervisor is running. | 182 | //config: svok checks whether runsv supervisor is running. |
diff --git a/runit/svlogd.c b/runit/svlogd.c index b0690d794..c9e5346d1 100644 --- a/runit/svlogd.c +++ b/runit/svlogd.c | |||
| @@ -124,7 +124,7 @@ log message, you can use a pattern like this instead | |||
| 124 | -*: *: pid * | 124 | -*: *: pid * |
| 125 | */ | 125 | */ |
| 126 | //config:config SVLOGD | 126 | //config:config SVLOGD |
| 127 | //config: bool "svlogd (15 kb)" | 127 | //config: bool "svlogd (16 kb)" |
| 128 | //config: default y | 128 | //config: default y |
| 129 | //config: help | 129 | //config: help |
| 130 | //config: svlogd continuously reads log data from its standard input, optionally | 130 | //config: svlogd continuously reads log data from its standard input, optionally |
