diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 12:47:25 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 12:47:25 +1000 |
commit | 9df56f96fd9a213189ca94c1fccfc3c42bd9c16a (patch) | |
tree | db1db005b59e2b78d5daf9527fa8fc604e07e8c4 /runit | |
parent | 30c62e541a1484fedc3d689d62f96d246a28b147 (diff) | |
parent | 5f3303712ef483d270097cae4ba0a559b1056121 (diff) | |
download | busybox-w32-9df56f96fd9a213189ca94c1fccfc3c42bd9c16a.tar.gz busybox-w32-9df56f96fd9a213189ca94c1fccfc3c42bd9c16a.tar.bz2 busybox-w32-9df56f96fd9a213189ca94c1fccfc3c42bd9c16a.zip |
Merge branch 'origin/master' (early part)
Diffstat (limited to 'runit')
-rw-r--r-- | runit/Config.src (renamed from runit/Config.in) | 14 | ||||
-rw-r--r-- | runit/Kbuild.src (renamed from runit/Kbuild) | 0 |
2 files changed, 9 insertions, 5 deletions
diff --git a/runit/Config.in b/runit/Config.src index 422ca7517..53b445101 100644 --- a/runit/Config.in +++ b/runit/Config.src | |||
@@ -7,14 +7,14 @@ menu "Runit Utilities" | |||
7 | 7 | ||
8 | config RUNSV | 8 | config RUNSV |
9 | bool "runsv" | 9 | bool "runsv" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | runsv starts and monitors a service and optionally an appendant log | 12 | runsv starts and monitors a service and optionally an appendant log |
13 | service. | 13 | service. |
14 | 14 | ||
15 | config RUNSVDIR | 15 | config RUNSVDIR |
16 | bool "runsvdir" | 16 | bool "runsvdir" |
17 | default n | 17 | default y |
18 | help | 18 | help |
19 | runsvdir starts a runsv process for each subdirectory, or symlink to | 19 | runsvdir starts a runsv process for each subdirectory, or symlink to |
20 | a directory, in the services directory dir, up to a limit of 1000 | 20 | a directory, in the services directory dir, up to a limit of 1000 |
@@ -31,7 +31,7 @@ config FEATURE_RUNSVDIR_LOG | |||
31 | 31 | ||
32 | config SV | 32 | config SV |
33 | bool "sv" | 33 | bool "sv" |
34 | default n | 34 | default y |
35 | help | 35 | help |
36 | sv reports the current status and controls the state of services | 36 | sv reports the current status and controls the state of services |
37 | monitored by the runsv supervisor. | 37 | monitored by the runsv supervisor. |
@@ -46,7 +46,7 @@ config SV_DEFAULT_SERVICE_DIR | |||
46 | 46 | ||
47 | config SVLOGD | 47 | config SVLOGD |
48 | bool "svlogd" | 48 | bool "svlogd" |
49 | default n | 49 | default y |
50 | help | 50 | help |
51 | svlogd continuously reads log data from its standard input, optionally | 51 | svlogd continuously reads log data from its standard input, optionally |
52 | filters log messages, and writes the data to one or more automatically | 52 | filters log messages, and writes the data to one or more automatically |
@@ -54,29 +54,33 @@ config SVLOGD | |||
54 | 54 | ||
55 | config CHPST | 55 | config CHPST |
56 | bool "chpst" | 56 | bool "chpst" |
57 | default n | 57 | default y |
58 | help | 58 | help |
59 | chpst changes the process state according to the given options, and | 59 | chpst changes the process state according to the given options, and |
60 | execs specified program. | 60 | execs specified program. |
61 | 61 | ||
62 | config SETUIDGID | 62 | config SETUIDGID |
63 | bool "setuidgid" | 63 | bool "setuidgid" |
64 | default y | ||
64 | help | 65 | help |
65 | Sets soft resource limits as specified by options | 66 | Sets soft resource limits as specified by options |
66 | 67 | ||
67 | config ENVUIDGID | 68 | config ENVUIDGID |
68 | bool "envuidgid" | 69 | bool "envuidgid" |
70 | default y | ||
69 | help | 71 | help |
70 | Sets $UID to account's uid and $GID to account's gid | 72 | Sets $UID to account's uid and $GID to account's gid |
71 | 73 | ||
72 | config ENVDIR | 74 | config ENVDIR |
73 | bool "envdir" | 75 | bool "envdir" |
76 | default y | ||
74 | help | 77 | help |
75 | Sets various environment variables as specified by files | 78 | Sets various environment variables as specified by files |
76 | in the given directory | 79 | in the given directory |
77 | 80 | ||
78 | config SOFTLIMIT | 81 | config SOFTLIMIT |
79 | bool "softlimit" | 82 | bool "softlimit" |
83 | default y | ||
80 | help | 84 | help |
81 | Sets soft resource limits as specified by options | 85 | Sets soft resource limits as specified by options |
82 | 86 | ||
diff --git a/runit/Kbuild b/runit/Kbuild.src index ab9eef6ff..ab9eef6ff 100644 --- a/runit/Kbuild +++ b/runit/Kbuild.src | |||