diff options
Diffstat (limited to 'runit/Config.in')
-rw-r--r-- | runit/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/runit/Config.in b/runit/Config.in index 073ca1425..b90b0232e 100644 --- a/runit/Config.in +++ b/runit/Config.in | |||
@@ -5,30 +5,30 @@ | |||
5 | 5 | ||
6 | menu "Runit Utilities" | 6 | menu "Runit Utilities" |
7 | 7 | ||
8 | config CONFIG_CHPST | 8 | config CHPST |
9 | bool "chpst" | 9 | bool "chpst" |
10 | default n | 10 | default n |
11 | help | 11 | help |
12 | chpst changes the process state according to the given options, and | 12 | chpst changes the process state according to the given options, and |
13 | execs specified program. | 13 | execs specified program. |
14 | 14 | ||
15 | config CONFIG_SETUIDGID | 15 | config SETUIDGID |
16 | bool "setuidgid" | 16 | bool "setuidgid" |
17 | help | 17 | help |
18 | Sets soft resource limits as specified by options | 18 | Sets soft resource limits as specified by options |
19 | 19 | ||
20 | config CONFIG_ENVUIDGID | 20 | config ENVUIDGID |
21 | bool "envuidgid" | 21 | bool "envuidgid" |
22 | help | 22 | help |
23 | Sets $UID to account's uid and $GID to account's gid | 23 | Sets $UID to account's uid and $GID to account's gid |
24 | 24 | ||
25 | config CONFIG_ENVDIR | 25 | config ENVDIR |
26 | bool "envdir" | 26 | bool "envdir" |
27 | help | 27 | help |
28 | Sets various environment variables as specified by files | 28 | Sets various environment variables as specified by files |
29 | in the given directory | 29 | in the given directory |
30 | 30 | ||
31 | config CONFIG_SOFTLIMIT | 31 | config SOFTLIMIT |
32 | bool "softlimit" | 32 | bool "softlimit" |
33 | help | 33 | help |
34 | Sets soft resource limits as specified by options | 34 | Sets soft resource limits as specified by options |