diff options
Diffstat (limited to 'runit')
-rw-r--r-- | runit/chpst.c | 10 | ||||
-rw-r--r-- | runit/runsv.c | 2 | ||||
-rw-r--r-- | runit/runsvdir.c | 2 | ||||
-rw-r--r-- | runit/sv.c | 4 | ||||
-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 ee3a33153..2e94a37c0 100644 --- a/runit/chpst.c +++ b/runit/chpst.c | |||
@@ -28,33 +28,33 @@ 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" | 31 | //config: bool "chpst (8.7 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" | 38 | //config: bool "setuidgid (4.2 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" | 44 | //config: bool "envuidgid (3.6 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 |
48 | //config: | 48 | //config: |
49 | //config:config ENVDIR | 49 | //config:config ENVDIR |
50 | //config: bool "envdir" | 50 | //config: bool "envdir (2.5 kb)" |
51 | //config: default y | 51 | //config: default y |
52 | //config: help | 52 | //config: help |
53 | //config: Sets various environment variables as specified by files | 53 | //config: Sets various environment variables as specified by files |
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" | 57 | //config: bool "softlimit (4.3 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 939653d12..79f02f4c5 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" | 31 | //config: bool "runsv (7.2 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 84916e929..946ae697d 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" | 31 | //config: bool "runsvdir (6 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 faa31d4fa..a0c7953da 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" | 157 | //config: bool "sv (7.8 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,7 +169,7 @@ 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" | 172 | //config: bool "svc (7.8 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. |
diff --git a/runit/svlogd.c b/runit/svlogd.c index 795bf48bb..1346994ca 100644 --- a/runit/svlogd.c +++ b/runit/svlogd.c | |||
@@ -125,7 +125,7 @@ log message, you can use a pattern like this instead | |||
125 | */ | 125 | */ |
126 | 126 | ||
127 | //config:config SVLOGD | 127 | //config:config SVLOGD |
128 | //config: bool "svlogd" | 128 | //config: bool "svlogd (15 kb)" |
129 | //config: default y | 129 | //config: default y |
130 | //config: help | 130 | //config: help |
131 | //config: svlogd continuously reads log data from its standard input, optionally | 131 | //config: svlogd continuously reads log data from its standard input, optionally |