aboutsummaryrefslogtreecommitdiff
path: root/runit/chpst.c
diff options
context:
space:
mode:
Diffstat (limited to 'runit/chpst.c')
-rw-r--r--runit/chpst.c10
1 files changed, 5 insertions, 5 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.
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 (9 kb)" 31//config: bool "chpst (9.2 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 kb)" 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 (3.9 kb)" 44//config: bool "envuidgid (4.1 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 (2.5 kb)" 50//config: bool "envdir (2.9 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 (4.5 kb)" 57//config: bool "softlimit (4.7 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