diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
commit | 2f32bf8be63f70125049402ba43101d8c6083d46 (patch) | |
tree | 8d01d287b58308bbb0bc6748c27357fae0a7aa12 /runit | |
parent | f0f94700610eba964441ce4a112134e03c76eb89 (diff) | |
download | busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.bz2 busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.zip |
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'runit')
-rw-r--r-- | runit/Config.src | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/runit/Config.src b/runit/Config.src index 422ca7517..53b445101 100644 --- a/runit/Config.src +++ 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 | ||