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 | |
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>
33 files changed, 573 insertions, 1484 deletions
@@ -82,7 +82,7 @@ config SHOW_USAGE | |||
82 | 82 | ||
83 | config FEATURE_VERBOSE_USAGE | 83 | config FEATURE_VERBOSE_USAGE |
84 | bool "Show verbose applet usage messages" | 84 | bool "Show verbose applet usage messages" |
85 | default n | 85 | default y |
86 | depends on SHOW_USAGE | 86 | depends on SHOW_USAGE |
87 | help | 87 | help |
88 | All BusyBox applets will show more verbose help messages when | 88 | All BusyBox applets will show more verbose help messages when |
@@ -106,7 +106,7 @@ config FEATURE_COMPRESS_USAGE | |||
106 | 106 | ||
107 | config FEATURE_INSTALLER | 107 | config FEATURE_INSTALLER |
108 | bool "Support --install [-s] to install applet links at runtime" | 108 | bool "Support --install [-s] to install applet links at runtime" |
109 | default n | 109 | default y |
110 | help | 110 | help |
111 | Enable 'busybox --install [-s]' support. This will allow you to use | 111 | Enable 'busybox --install [-s]' support. This will allow you to use |
112 | busybox at runtime to create hard links or symlinks for all the | 112 | busybox at runtime to create hard links or symlinks for all the |
@@ -121,7 +121,7 @@ config LOCALE_SUPPORT | |||
121 | 121 | ||
122 | config UNICODE_SUPPORT | 122 | config UNICODE_SUPPORT |
123 | bool "Support Unicode" | 123 | bool "Support Unicode" |
124 | default n | 124 | default y |
125 | help | 125 | help |
126 | This makes various applets aware that one byte is not | 126 | This makes various applets aware that one byte is not |
127 | one character on screen. | 127 | one character on screen. |
@@ -141,7 +141,7 @@ config UNICODE_USING_LOCALE | |||
141 | 141 | ||
142 | config FEATURE_CHECK_UNICODE_IN_ENV | 142 | config FEATURE_CHECK_UNICODE_IN_ENV |
143 | bool "Check $LANG environment variable" | 143 | bool "Check $LANG environment variable" |
144 | default y | 144 | default n |
145 | depends on UNICODE_SUPPORT && !UNICODE_USING_LOCALE | 145 | depends on UNICODE_SUPPORT && !UNICODE_USING_LOCALE |
146 | help | 146 | help |
147 | With this option on, Unicode support is activated | 147 | With this option on, Unicode support is activated |
@@ -265,7 +265,7 @@ config FEATURE_CLEAN_UP | |||
265 | 265 | ||
266 | config FEATURE_UTMP | 266 | config FEATURE_UTMP |
267 | bool "Support utmp file" | 267 | bool "Support utmp file" |
268 | default n | 268 | default y |
269 | help | 269 | help |
270 | The file /var/run/utmp is used to track who is currently logged in. | 270 | The file /var/run/utmp is used to track who is currently logged in. |
271 | With this option on, certain applets (getty, login, telnetd etc) | 271 | With this option on, certain applets (getty, login, telnetd etc) |
@@ -274,7 +274,7 @@ config FEATURE_UTMP | |||
274 | 274 | ||
275 | config FEATURE_WTMP | 275 | config FEATURE_WTMP |
276 | bool "Support wtmp file" | 276 | bool "Support wtmp file" |
277 | default n | 277 | default y |
278 | select FEATURE_UTMP | 278 | select FEATURE_UTMP |
279 | help | 279 | help |
280 | The file /var/run/wtmp is used to track when users have logged into | 280 | The file /var/run/wtmp is used to track when users have logged into |
@@ -285,14 +285,14 @@ config FEATURE_WTMP | |||
285 | 285 | ||
286 | config FEATURE_PIDFILE | 286 | config FEATURE_PIDFILE |
287 | bool "Support writing pidfiles" | 287 | bool "Support writing pidfiles" |
288 | default n | 288 | default y |
289 | help | 289 | help |
290 | This option makes some applets (e.g. crond, syslogd, inetd) write | 290 | This option makes some applets (e.g. crond, syslogd, inetd) write |
291 | a pidfile in /var/run. Some applications rely on them. | 291 | a pidfile in /var/run. Some applications rely on them. |
292 | 292 | ||
293 | config FEATURE_SUID | 293 | config FEATURE_SUID |
294 | bool "Support for SUID/SGID handling" | 294 | bool "Support for SUID/SGID handling" |
295 | default n | 295 | default y |
296 | help | 296 | help |
297 | With this option you can install the busybox binary belonging | 297 | With this option you can install the busybox binary belonging |
298 | to root with the suid bit set, and it will automatically drop | 298 | to root with the suid bit set, and it will automatically drop |
@@ -309,7 +309,7 @@ config FEATURE_SUID | |||
309 | 309 | ||
310 | config FEATURE_SUID_CONFIG | 310 | config FEATURE_SUID_CONFIG |
311 | bool "Runtime SUID/SGID configuration via /etc/busybox.conf" | 311 | bool "Runtime SUID/SGID configuration via /etc/busybox.conf" |
312 | default n if FEATURE_SUID | 312 | default y if FEATURE_SUID |
313 | depends on FEATURE_SUID | 313 | depends on FEATURE_SUID |
314 | help | 314 | help |
315 | Allow the SUID / SGID state of an applet to be determined at runtime | 315 | Allow the SUID / SGID state of an applet to be determined at runtime |
@@ -528,7 +528,7 @@ config FEATURE_SHARED_BUSYBOX | |||
528 | 528 | ||
529 | config LFS | 529 | config LFS |
530 | bool "Build with Large File Support (for accessing files > 2 GB)" | 530 | bool "Build with Large File Support (for accessing files > 2 GB)" |
531 | default n | 531 | default y |
532 | select FDISK_SUPPORT_LARGE_DISKS | 532 | select FDISK_SUPPORT_LARGE_DISKS |
533 | help | 533 | help |
534 | If you want to build BusyBox with large file support, then enable | 534 | If you want to build BusyBox with large file support, then enable |
diff --git a/applets/usage_compressed b/applets/usage_compressed index 12efd2c9c..bfd5aa873 100755 --- a/applets/usage_compressed +++ b/applets/usage_compressed | |||
@@ -11,7 +11,7 @@ test "$DD" || DD=dd | |||
11 | 11 | ||
12 | exec >"$target" | 12 | exec >"$target" |
13 | 13 | ||
14 | echo '#define UNPACKED_USAGE \' | 14 | echo '#define UNPACKED_USAGE "" \' |
15 | "$loc/usage" | od -v -t x1 \ | 15 | "$loc/usage" | od -v -t x1 \ |
16 | | $SED -e 's/^[^ ]*//' \ | 16 | | $SED -e 's/^[^ ]*//' \ |
17 | -e 's/ //g' \ | 17 | -e 's/ //g' \ |
diff --git a/archival/Config.src b/archival/Config.src index 4f762e860..de453bc21 100644 --- a/archival/Config.src +++ b/archival/Config.src | |||
@@ -7,25 +7,25 @@ menu "Archival Utilities" | |||
7 | 7 | ||
8 | config FEATURE_SEAMLESS_XZ | 8 | config FEATURE_SEAMLESS_XZ |
9 | bool "Make tar, rpm, modprobe etc understand .xz data" | 9 | bool "Make tar, rpm, modprobe etc understand .xz data" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | Make tar, rpm, modprobe etc understand .xz data. | 12 | Make tar, rpm, modprobe etc understand .xz data. |
13 | 13 | ||
14 | config FEATURE_SEAMLESS_LZMA | 14 | config FEATURE_SEAMLESS_LZMA |
15 | bool "Make tar, rpm, modprobe etc understand .lzma data" | 15 | bool "Make tar, rpm, modprobe etc understand .lzma data" |
16 | default n | 16 | default y |
17 | help | 17 | help |
18 | Make tar, rpm, modprobe etc understand .lzma data. | 18 | Make tar, rpm, modprobe etc understand .lzma data. |
19 | 19 | ||
20 | config FEATURE_SEAMLESS_BZ2 | 20 | config FEATURE_SEAMLESS_BZ2 |
21 | bool "Make tar, rpm, modprobe etc understand .bz2 data" | 21 | bool "Make tar, rpm, modprobe etc understand .bz2 data" |
22 | default n | 22 | default y |
23 | help | 23 | help |
24 | Make tar, rpm, modprobe etc understand .bz2 data. | 24 | Make tar, rpm, modprobe etc understand .bz2 data. |
25 | 25 | ||
26 | config FEATURE_SEAMLESS_GZ | 26 | config FEATURE_SEAMLESS_GZ |
27 | bool "Make tar, rpm, modprobe etc understand .gz data" | 27 | bool "Make tar, rpm, modprobe etc understand .gz data" |
28 | default n | 28 | default y |
29 | help | 29 | help |
30 | Make tar, rpm, modprobe etc understand .gz data. | 30 | Make tar, rpm, modprobe etc understand .gz data. |
31 | 31 | ||
@@ -37,7 +37,7 @@ config FEATURE_SEAMLESS_Z | |||
37 | 37 | ||
38 | config AR | 38 | config AR |
39 | bool "ar" | 39 | bool "ar" |
40 | default n | 40 | default y |
41 | help | 41 | help |
42 | ar is an archival utility program used to create, modify, and | 42 | ar is an archival utility program used to create, modify, and |
43 | extract contents from archives. An archive is a single file holding | 43 | extract contents from archives. An archive is a single file holding |
@@ -60,7 +60,7 @@ config AR | |||
60 | 60 | ||
61 | config FEATURE_AR_LONG_FILENAMES | 61 | config FEATURE_AR_LONG_FILENAMES |
62 | bool "Support for long filenames (not needed for debs)" | 62 | bool "Support for long filenames (not needed for debs)" |
63 | default n | 63 | default y |
64 | depends on AR | 64 | depends on AR |
65 | help | 65 | help |
66 | By default the ar format can only store the first 15 characters | 66 | By default the ar format can only store the first 15 characters |
@@ -70,14 +70,14 @@ config FEATURE_AR_LONG_FILENAMES | |||
70 | 70 | ||
71 | config FEATURE_AR_CREATE | 71 | config FEATURE_AR_CREATE |
72 | bool "Support archive creation" | 72 | bool "Support archive creation" |
73 | default n | 73 | default y |
74 | depends on AR | 74 | depends on AR |
75 | help | 75 | help |
76 | This enables archive creation (-c and -r) with busybox ar. | 76 | This enables archive creation (-c and -r) with busybox ar. |
77 | 77 | ||
78 | config BUNZIP2 | 78 | config BUNZIP2 |
79 | bool "bunzip2" | 79 | bool "bunzip2" |
80 | default n | 80 | default y |
81 | help | 81 | help |
82 | bunzip2 is a compression utility using the Burrows-Wheeler block | 82 | bunzip2 is a compression utility using the Burrows-Wheeler block |
83 | sorting text compression algorithm, and Huffman coding. Compression | 83 | sorting text compression algorithm, and Huffman coding. Compression |
@@ -90,7 +90,7 @@ config BUNZIP2 | |||
90 | 90 | ||
91 | config BZIP2 | 91 | config BZIP2 |
92 | bool "bzip2" | 92 | bool "bzip2" |
93 | default n | 93 | default y |
94 | help | 94 | help |
95 | bzip2 is a compression utility using the Burrows-Wheeler block | 95 | bzip2 is a compression utility using the Burrows-Wheeler block |
96 | sorting text compression algorithm, and Huffman coding. Compression | 96 | sorting text compression algorithm, and Huffman coding. Compression |
@@ -103,7 +103,7 @@ config BZIP2 | |||
103 | 103 | ||
104 | config CPIO | 104 | config CPIO |
105 | bool "cpio" | 105 | bool "cpio" |
106 | default n | 106 | default y |
107 | help | 107 | help |
108 | cpio is an archival utility program used to create, modify, and | 108 | cpio is an archival utility program used to create, modify, and |
109 | extract contents from archives. | 109 | extract contents from archives. |
@@ -117,7 +117,7 @@ config CPIO | |||
117 | 117 | ||
118 | config FEATURE_CPIO_O | 118 | config FEATURE_CPIO_O |
119 | bool "Support for archive creation" | 119 | bool "Support for archive creation" |
120 | default n | 120 | default y |
121 | depends on CPIO | 121 | depends on CPIO |
122 | help | 122 | help |
123 | This implementation of cpio can create cpio archives in the "newc" | 123 | This implementation of cpio can create cpio archives in the "newc" |
@@ -125,7 +125,7 @@ config FEATURE_CPIO_O | |||
125 | 125 | ||
126 | config FEATURE_CPIO_P | 126 | config FEATURE_CPIO_P |
127 | bool "Support for passthrough mode" | 127 | bool "Support for passthrough mode" |
128 | default n | 128 | default y |
129 | depends on FEATURE_CPIO_O | 129 | depends on FEATURE_CPIO_O |
130 | help | 130 | help |
131 | Passthrough mode. Rarely used. | 131 | Passthrough mode. Rarely used. |
@@ -165,7 +165,7 @@ config FEATURE_DPKG_DEB_EXTRACT_ONLY | |||
165 | 165 | ||
166 | config GUNZIP | 166 | config GUNZIP |
167 | bool "gunzip" | 167 | bool "gunzip" |
168 | default n | 168 | default y |
169 | help | 169 | help |
170 | gunzip is used to decompress archives created by gzip. | 170 | gunzip is used to decompress archives created by gzip. |
171 | You can use the `-t' option to test the integrity of | 171 | You can use the `-t' option to test the integrity of |
@@ -173,21 +173,21 @@ config GUNZIP | |||
173 | 173 | ||
174 | config GZIP | 174 | config GZIP |
175 | bool "gzip" | 175 | bool "gzip" |
176 | default n | 176 | default y |
177 | help | 177 | help |
178 | gzip is used to compress files. | 178 | gzip is used to compress files. |
179 | It's probably the most widely used UNIX compression program. | 179 | It's probably the most widely used UNIX compression program. |
180 | 180 | ||
181 | config FEATURE_GZIP_LONG_OPTIONS | 181 | config FEATURE_GZIP_LONG_OPTIONS |
182 | bool "Enable long options" | 182 | bool "Enable long options" |
183 | default n | 183 | default y |
184 | depends on GZIP && LONG_OPTS | 184 | depends on GZIP && LONG_OPTS |
185 | help | 185 | help |
186 | Enable use of long options, increases size by about 106 Bytes | 186 | Enable use of long options, increases size by about 106 Bytes |
187 | 187 | ||
188 | config LZOP | 188 | config LZOP |
189 | bool "lzop" | 189 | bool "lzop" |
190 | default n | 190 | default y |
191 | help | 191 | help |
192 | Lzop compression/decompresion. | 192 | Lzop compression/decompresion. |
193 | 193 | ||
@@ -202,19 +202,19 @@ config LZOP_COMPR_HIGH | |||
202 | 202 | ||
203 | config RPM2CPIO | 203 | config RPM2CPIO |
204 | bool "rpm2cpio" | 204 | bool "rpm2cpio" |
205 | default n | 205 | default y |
206 | help | 206 | help |
207 | Converts an RPM file into a CPIO archive. | 207 | Converts an RPM file into a CPIO archive. |
208 | 208 | ||
209 | config RPM | 209 | config RPM |
210 | bool "rpm" | 210 | bool "rpm" |
211 | default n | 211 | default y |
212 | help | 212 | help |
213 | Mini RPM applet - queries and extracts RPM packages. | 213 | Mini RPM applet - queries and extracts RPM packages. |
214 | 214 | ||
215 | config TAR | 215 | config TAR |
216 | bool "tar" | 216 | bool "tar" |
217 | default n | 217 | default y |
218 | help | 218 | help |
219 | tar is an archiving program. It's commonly used with gzip to | 219 | tar is an archiving program. It's commonly used with gzip to |
220 | create compressed archives. It's probably the most widely used | 220 | create compressed archives. It's probably the most widely used |
@@ -230,7 +230,7 @@ config FEATURE_TAR_CREATE | |||
230 | 230 | ||
231 | config FEATURE_TAR_AUTODETECT | 231 | config FEATURE_TAR_AUTODETECT |
232 | bool "Autodetect compressed tarballs" | 232 | bool "Autodetect compressed tarballs" |
233 | default n | 233 | default y |
234 | depends on TAR && (FEATURE_SEAMLESS_Z || FEATURE_SEAMLESS_GZ || FEATURE_SEAMLESS_BZ2 || FEATURE_SEAMLESS_LZMA || FEATURE_SEAMLESS_XZ) | 234 | depends on TAR && (FEATURE_SEAMLESS_Z || FEATURE_SEAMLESS_GZ || FEATURE_SEAMLESS_BZ2 || FEATURE_SEAMLESS_LZMA || FEATURE_SEAMLESS_XZ) |
235 | help | 235 | help |
236 | With this option tar can automatically detect compressed | 236 | With this option tar can automatically detect compressed |
@@ -238,7 +238,7 @@ config FEATURE_TAR_AUTODETECT | |||
238 | 238 | ||
239 | config FEATURE_TAR_FROM | 239 | config FEATURE_TAR_FROM |
240 | bool "Enable -X (exclude from) and -T (include from) options)" | 240 | bool "Enable -X (exclude from) and -T (include from) options)" |
241 | default n | 241 | default y |
242 | depends on TAR | 242 | depends on TAR |
243 | help | 243 | help |
244 | If you enable this option you'll be able to specify | 244 | If you enable this option you'll be able to specify |
@@ -246,7 +246,7 @@ config FEATURE_TAR_FROM | |||
246 | 246 | ||
247 | config FEATURE_TAR_OLDGNU_COMPATIBILITY | 247 | config FEATURE_TAR_OLDGNU_COMPATIBILITY |
248 | bool "Support for old tar header format" | 248 | bool "Support for old tar header format" |
249 | default N | 249 | default y |
250 | depends on TAR || DPKG | 250 | depends on TAR || DPKG |
251 | help | 251 | help |
252 | This option is required to unpack archives created in | 252 | This option is required to unpack archives created in |
@@ -255,7 +255,7 @@ config FEATURE_TAR_OLDGNU_COMPATIBILITY | |||
255 | 255 | ||
256 | config FEATURE_TAR_OLDSUN_COMPATIBILITY | 256 | config FEATURE_TAR_OLDSUN_COMPATIBILITY |
257 | bool "Enable untarring of tarballs with checksums produced by buggy Sun tar" | 257 | bool "Enable untarring of tarballs with checksums produced by buggy Sun tar" |
258 | default N | 258 | default y |
259 | depends on TAR || DPKG | 259 | depends on TAR || DPKG |
260 | help | 260 | help |
261 | This option is required to unpack archives created by some old | 261 | This option is required to unpack archives created by some old |
@@ -273,14 +273,14 @@ config FEATURE_TAR_GNU_EXTENSIONS | |||
273 | 273 | ||
274 | config FEATURE_TAR_LONG_OPTIONS | 274 | config FEATURE_TAR_LONG_OPTIONS |
275 | bool "Enable long options" | 275 | bool "Enable long options" |
276 | default n | 276 | default y |
277 | depends on TAR && LONG_OPTS | 277 | depends on TAR && LONG_OPTS |
278 | help | 278 | help |
279 | Enable use of long options, increases size by about 400 Bytes | 279 | Enable use of long options, increases size by about 400 Bytes |
280 | 280 | ||
281 | config FEATURE_TAR_UNAME_GNAME | 281 | config FEATURE_TAR_UNAME_GNAME |
282 | bool "Enable use of user and group names" | 282 | bool "Enable use of user and group names" |
283 | default n | 283 | default y |
284 | depends on TAR | 284 | depends on TAR |
285 | help | 285 | help |
286 | Enables use of user and group names in tar. This affects contents | 286 | Enables use of user and group names in tar. This affects contents |
@@ -289,7 +289,7 @@ config FEATURE_TAR_UNAME_GNAME | |||
289 | 289 | ||
290 | config FEATURE_TAR_NOPRESERVE_TIME | 290 | config FEATURE_TAR_NOPRESERVE_TIME |
291 | bool "Enable -m (do not preserve time) option" | 291 | bool "Enable -m (do not preserve time) option" |
292 | default n | 292 | default y |
293 | depends on TAR | 293 | depends on TAR |
294 | help | 294 | help |
295 | With this option busybox supports GNU tar -m | 295 | With this option busybox supports GNU tar -m |
@@ -312,7 +312,7 @@ config UNCOMPRESS | |||
312 | 312 | ||
313 | config UNLZMA | 313 | config UNLZMA |
314 | bool "unlzma" | 314 | bool "unlzma" |
315 | default n | 315 | default y |
316 | help | 316 | help |
317 | unlzma is a compression utility using the Lempel-Ziv-Markov chain | 317 | unlzma is a compression utility using the Lempel-Ziv-Markov chain |
318 | compression algorithm, and range coding. Compression | 318 | compression algorithm, and range coding. Compression |
@@ -327,7 +327,7 @@ config UNLZMA | |||
327 | 327 | ||
328 | config FEATURE_LZMA_FAST | 328 | config FEATURE_LZMA_FAST |
329 | bool "Optimize unlzma for speed" | 329 | bool "Optimize unlzma for speed" |
330 | default n | 330 | default y |
331 | depends on UNLZMA | 331 | depends on UNLZMA |
332 | help | 332 | help |
333 | This option reduces decompression time by about 25% at the cost of | 333 | This option reduces decompression time by about 25% at the cost of |
@@ -335,7 +335,7 @@ config FEATURE_LZMA_FAST | |||
335 | 335 | ||
336 | config LZMA | 336 | config LZMA |
337 | bool "Provide lzma alias which supports only unpacking" | 337 | bool "Provide lzma alias which supports only unpacking" |
338 | default n | 338 | default y |
339 | depends on UNLZMA | 339 | depends on UNLZMA |
340 | help | 340 | help |
341 | Enable this option if you want commands like "lzma -d" to work. | 341 | Enable this option if you want commands like "lzma -d" to work. |
@@ -343,13 +343,13 @@ config LZMA | |||
343 | 343 | ||
344 | config UNXZ | 344 | config UNXZ |
345 | bool "unxz" | 345 | bool "unxz" |
346 | default n | 346 | default y |
347 | help | 347 | help |
348 | unxz is a unlzma successor. | 348 | unxz is a unlzma successor. |
349 | 349 | ||
350 | config XZ | 350 | config XZ |
351 | bool "Provide xz alias which supports only unpacking" | 351 | bool "Provide xz alias which supports only unpacking" |
352 | default n | 352 | default y |
353 | depends on UNXZ | 353 | depends on UNXZ |
354 | help | 354 | help |
355 | Enable this option if you want commands like "xz -d" to work. | 355 | Enable this option if you want commands like "xz -d" to work. |
@@ -357,7 +357,7 @@ config XZ | |||
357 | 357 | ||
358 | config UNZIP | 358 | config UNZIP |
359 | bool "unzip" | 359 | bool "unzip" |
360 | default n | 360 | default y |
361 | help | 361 | help |
362 | unzip will list or extract files from a ZIP archive, | 362 | unzip will list or extract files from a ZIP archive, |
363 | commonly found on DOS/WIN systems. The default behavior | 363 | commonly found on DOS/WIN systems. The default behavior |
diff --git a/console-tools/Config.src b/console-tools/Config.src index a7e995936..1a8e2e128 100644 --- a/console-tools/Config.src +++ b/console-tools/Config.src | |||
@@ -7,79 +7,79 @@ menu "Console Utilities" | |||
7 | 7 | ||
8 | config CHVT | 8 | config CHVT |
9 | bool "chvt" | 9 | bool "chvt" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | This program is used to change to another terminal. | 12 | This program is used to change to another terminal. |
13 | Example: chvt 4 (change to terminal /dev/tty4) | 13 | Example: chvt 4 (change to terminal /dev/tty4) |
14 | 14 | ||
15 | config FGCONSOLE | 15 | config FGCONSOLE |
16 | bool "fgconsole" | 16 | bool "fgconsole" |
17 | default n | 17 | default y |
18 | help | 18 | help |
19 | This program prints active (foreground) console number. | 19 | This program prints active (foreground) console number. |
20 | 20 | ||
21 | config CLEAR | 21 | config CLEAR |
22 | bool "clear" | 22 | bool "clear" |
23 | default n | 23 | default y |
24 | help | 24 | help |
25 | This program clears the terminal screen. | 25 | This program clears the terminal screen. |
26 | 26 | ||
27 | config DEALLOCVT | 27 | config DEALLOCVT |
28 | bool "deallocvt" | 28 | bool "deallocvt" |
29 | default n | 29 | default y |
30 | help | 30 | help |
31 | This program deallocates unused virtual consoles. | 31 | This program deallocates unused virtual consoles. |
32 | 32 | ||
33 | config DUMPKMAP | 33 | config DUMPKMAP |
34 | bool "dumpkmap" | 34 | bool "dumpkmap" |
35 | default n | 35 | default y |
36 | help | 36 | help |
37 | This program dumps the kernel's keyboard translation table to | 37 | This program dumps the kernel's keyboard translation table to |
38 | stdout, in binary format. You can then use loadkmap to load it. | 38 | stdout, in binary format. You can then use loadkmap to load it. |
39 | 39 | ||
40 | config KBD_MODE | 40 | config KBD_MODE |
41 | bool "kbd_mode" | 41 | bool "kbd_mode" |
42 | default n | 42 | default y |
43 | help | 43 | help |
44 | This program reports and sets keyboard mode. | 44 | This program reports and sets keyboard mode. |
45 | 45 | ||
46 | config LOADFONT | 46 | config LOADFONT |
47 | bool "loadfont" | 47 | bool "loadfont" |
48 | default n | 48 | default y |
49 | help | 49 | help |
50 | This program loads a console font from standard input. | 50 | This program loads a console font from standard input. |
51 | 51 | ||
52 | config LOADKMAP | 52 | config LOADKMAP |
53 | bool "loadkmap" | 53 | bool "loadkmap" |
54 | default n | 54 | default y |
55 | help | 55 | help |
56 | This program loads a keyboard translation table from | 56 | This program loads a keyboard translation table from |
57 | standard input. | 57 | standard input. |
58 | 58 | ||
59 | config OPENVT | 59 | config OPENVT |
60 | bool "openvt" | 60 | bool "openvt" |
61 | default n | 61 | default y |
62 | help | 62 | help |
63 | This program is used to start a command on an unused | 63 | This program is used to start a command on an unused |
64 | virtual terminal. | 64 | virtual terminal. |
65 | 65 | ||
66 | config RESET | 66 | config RESET |
67 | bool "reset" | 67 | bool "reset" |
68 | default n | 68 | default y |
69 | help | 69 | help |
70 | This program is used to reset the terminal screen, if it | 70 | This program is used to reset the terminal screen, if it |
71 | gets messed up. | 71 | gets messed up. |
72 | 72 | ||
73 | config RESIZE | 73 | config RESIZE |
74 | bool "resize" | 74 | bool "resize" |
75 | default n | 75 | default y |
76 | help | 76 | help |
77 | This program is used to (re)set the width and height of your current | 77 | This program is used to (re)set the width and height of your current |
78 | terminal. | 78 | terminal. |
79 | 79 | ||
80 | config FEATURE_RESIZE_PRINT | 80 | config FEATURE_RESIZE_PRINT |
81 | bool "Print environment variables" | 81 | bool "Print environment variables" |
82 | default n | 82 | default y |
83 | depends on RESIZE | 83 | depends on RESIZE |
84 | help | 84 | help |
85 | Prints the newly set size (number of columns and rows) of | 85 | Prints the newly set size (number of columns and rows) of |
@@ -89,27 +89,27 @@ config FEATURE_RESIZE_PRINT | |||
89 | 89 | ||
90 | config SETCONSOLE | 90 | config SETCONSOLE |
91 | bool "setconsole" | 91 | bool "setconsole" |
92 | default n | 92 | default y |
93 | help | 93 | help |
94 | This program redirects the system console to another device, | 94 | This program redirects the system console to another device, |
95 | like the current tty while logged in via telnet. | 95 | like the current tty while logged in via telnet. |
96 | 96 | ||
97 | config FEATURE_SETCONSOLE_LONG_OPTIONS | 97 | config FEATURE_SETCONSOLE_LONG_OPTIONS |
98 | bool "Enable long options" | 98 | bool "Enable long options" |
99 | default n | 99 | default y |
100 | depends on SETCONSOLE && LONG_OPTS | 100 | depends on SETCONSOLE && LONG_OPTS |
101 | help | 101 | help |
102 | Support long options for the setconsole applet. | 102 | Support long options for the setconsole applet. |
103 | 103 | ||
104 | config SETFONT | 104 | config SETFONT |
105 | bool "setfont" | 105 | bool "setfont" |
106 | default n | 106 | default y |
107 | help | 107 | help |
108 | Allows to load console screen map. Useful for i18n. | 108 | Allows to load console screen map. Useful for i18n. |
109 | 109 | ||
110 | config FEATURE_SETFONT_TEXTUAL_MAP | 110 | config FEATURE_SETFONT_TEXTUAL_MAP |
111 | bool "Support reading textual screen maps" | 111 | bool "Support reading textual screen maps" |
112 | default n | 112 | default y |
113 | depends on SETFONT | 113 | depends on SETFONT |
114 | help | 114 | help |
115 | Support reading textual screen maps. | 115 | Support reading textual screen maps. |
@@ -124,20 +124,20 @@ config DEFAULT_SETFONT_DIR | |||
124 | 124 | ||
125 | config SETKEYCODES | 125 | config SETKEYCODES |
126 | bool "setkeycodes" | 126 | bool "setkeycodes" |
127 | default n | 127 | default y |
128 | help | 128 | help |
129 | This program loads entries into the kernel's scancode-to-keycode | 129 | This program loads entries into the kernel's scancode-to-keycode |
130 | map, allowing unusual keyboards to generate usable keycodes. | 130 | map, allowing unusual keyboards to generate usable keycodes. |
131 | 131 | ||
132 | config SETLOGCONS | 132 | config SETLOGCONS |
133 | bool "setlogcons" | 133 | bool "setlogcons" |
134 | default n | 134 | default y |
135 | help | 135 | help |
136 | This program redirects the output console of kernel messages. | 136 | This program redirects the output console of kernel messages. |
137 | 137 | ||
138 | config SHOWKEY | 138 | config SHOWKEY |
139 | bool "showkey" | 139 | bool "showkey" |
140 | default n | 140 | default y |
141 | help | 141 | help |
142 | Shows keys pressed. | 142 | Shows keys pressed. |
143 | 143 | ||
@@ -146,14 +146,14 @@ comment "Common options for loadfont and setfont" | |||
146 | 146 | ||
147 | config FEATURE_LOADFONT_PSF2 | 147 | config FEATURE_LOADFONT_PSF2 |
148 | bool "Support for PSF2 console fonts" | 148 | bool "Support for PSF2 console fonts" |
149 | default n | 149 | default y |
150 | depends on LOADFONT || SETFONT | 150 | depends on LOADFONT || SETFONT |
151 | help | 151 | help |
152 | Support PSF2 console fonts. | 152 | Support PSF2 console fonts. |
153 | 153 | ||
154 | config FEATURE_LOADFONT_RAW | 154 | config FEATURE_LOADFONT_RAW |
155 | bool "Support for old (raw) console fonts" | 155 | bool "Support for old (raw) console fonts" |
156 | default n | 156 | default y |
157 | depends on LOADFONT || SETFONT | 157 | depends on LOADFONT || SETFONT |
158 | help | 158 | help |
159 | Support old (raw) console fonts. | 159 | Support old (raw) console fonts. |
diff --git a/coreutils/Config.src b/coreutils/Config.src index 99384e300..d4c9e0541 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
@@ -9,72 +9,72 @@ INSERT | |||
9 | 9 | ||
10 | config CAL | 10 | config CAL |
11 | bool "cal" | 11 | bool "cal" |
12 | default n | 12 | default y |
13 | help | 13 | help |
14 | cal is used to display a monthly calender. | 14 | cal is used to display a monthly calender. |
15 | 15 | ||
16 | config CATV | 16 | config CATV |
17 | bool "catv" | 17 | bool "catv" |
18 | default n | 18 | default y |
19 | help | 19 | help |
20 | Display nonprinting characters as escape sequences (like some | 20 | Display nonprinting characters as escape sequences (like some |
21 | implementations' cat -v option). | 21 | implementations' cat -v option). |
22 | 22 | ||
23 | config CHGRP | 23 | config CHGRP |
24 | bool "chgrp" | 24 | bool "chgrp" |
25 | default n | 25 | default y |
26 | help | 26 | help |
27 | chgrp is used to change the group ownership of files. | 27 | chgrp is used to change the group ownership of files. |
28 | 28 | ||
29 | config CHMOD | 29 | config CHMOD |
30 | bool "chmod" | 30 | bool "chmod" |
31 | default n | 31 | default y |
32 | help | 32 | help |
33 | chmod is used to change the access permission of files. | 33 | chmod is used to change the access permission of files. |
34 | 34 | ||
35 | config CHOWN | 35 | config CHOWN |
36 | bool "chown" | 36 | bool "chown" |
37 | default n | 37 | default y |
38 | help | 38 | help |
39 | chown is used to change the user and/or group ownership | 39 | chown is used to change the user and/or group ownership |
40 | of files. | 40 | of files. |
41 | 41 | ||
42 | config FEATURE_CHOWN_LONG_OPTIONS | 42 | config FEATURE_CHOWN_LONG_OPTIONS |
43 | bool "Enable long options" | 43 | bool "Enable long options" |
44 | default n | 44 | default y |
45 | depends on CHOWN && LONG_OPTS | 45 | depends on CHOWN && LONG_OPTS |
46 | help | 46 | help |
47 | Enable use of long options | 47 | Enable use of long options |
48 | 48 | ||
49 | config CHROOT | 49 | config CHROOT |
50 | bool "chroot" | 50 | bool "chroot" |
51 | default n | 51 | default y |
52 | help | 52 | help |
53 | chroot is used to change the root directory and run a command. | 53 | chroot is used to change the root directory and run a command. |
54 | The default command is `/bin/sh'. | 54 | The default command is `/bin/sh'. |
55 | 55 | ||
56 | config CKSUM | 56 | config CKSUM |
57 | bool "cksum" | 57 | bool "cksum" |
58 | default n | 58 | default y |
59 | help | 59 | help |
60 | cksum is used to calculate the CRC32 checksum of a file. | 60 | cksum is used to calculate the CRC32 checksum of a file. |
61 | 61 | ||
62 | config COMM | 62 | config COMM |
63 | bool "comm" | 63 | bool "comm" |
64 | default n | 64 | default y |
65 | help | 65 | help |
66 | comm is used to compare two files line by line and return | 66 | comm is used to compare two files line by line and return |
67 | a three-column output. | 67 | a three-column output. |
68 | 68 | ||
69 | config CP | 69 | config CP |
70 | bool "cp" | 70 | bool "cp" |
71 | default n | 71 | default y |
72 | help | 72 | help |
73 | cp is used to copy files and directories. | 73 | cp is used to copy files and directories. |
74 | 74 | ||
75 | config FEATURE_CP_LONG_OPTIONS | 75 | config FEATURE_CP_LONG_OPTIONS |
76 | bool "Enable long options for cp" | 76 | bool "Enable long options for cp" |
77 | default n | 77 | default y |
78 | depends on CP && LONG_OPTS | 78 | depends on CP && LONG_OPTS |
79 | help | 79 | help |
80 | Enable long options for cp. | 80 | Enable long options for cp. |
@@ -82,14 +82,14 @@ config FEATURE_CP_LONG_OPTIONS | |||
82 | 82 | ||
83 | config CUT | 83 | config CUT |
84 | bool "cut" | 84 | bool "cut" |
85 | default n | 85 | default y |
86 | help | 86 | help |
87 | cut is used to print selected parts of lines from | 87 | cut is used to print selected parts of lines from |
88 | each file to stdout. | 88 | each file to stdout. |
89 | 89 | ||
90 | config DD | 90 | config DD |
91 | bool "dd" | 91 | bool "dd" |
92 | default n | 92 | default y |
93 | help | 93 | help |
94 | dd copies a file (from standard input to standard output, | 94 | dd copies a file (from standard input to standard output, |
95 | by default) using specific input and output blocksizes, | 95 | by default) using specific input and output blocksizes, |
@@ -111,7 +111,7 @@ config FEATURE_DD_SIGNAL_HANDLING | |||
111 | 111 | ||
112 | config FEATURE_DD_THIRD_STATUS_LINE | 112 | config FEATURE_DD_THIRD_STATUS_LINE |
113 | bool "Enable the third status line upon signal" | 113 | bool "Enable the third status line upon signal" |
114 | default n | 114 | default y |
115 | depends on DD && FEATURE_DD_SIGNAL_HANDLING | 115 | depends on DD && FEATURE_DD_SIGNAL_HANDLING |
116 | help | 116 | help |
117 | Displays a coreutils-like third status line with transferred bytes, | 117 | Displays a coreutils-like third status line with transferred bytes, |
@@ -119,7 +119,7 @@ config FEATURE_DD_THIRD_STATUS_LINE | |||
119 | 119 | ||
120 | config FEATURE_DD_IBS_OBS | 120 | config FEATURE_DD_IBS_OBS |
121 | bool "Enable ibs, obs and conv options" | 121 | bool "Enable ibs, obs and conv options" |
122 | default n | 122 | default y |
123 | depends on DD | 123 | depends on DD |
124 | help | 124 | help |
125 | Enables support for writing a certain number of bytes in and out, | 125 | Enables support for writing a certain number of bytes in and out, |
@@ -127,14 +127,14 @@ config FEATURE_DD_IBS_OBS | |||
127 | 127 | ||
128 | config DF | 128 | config DF |
129 | bool "df" | 129 | bool "df" |
130 | default n | 130 | default y |
131 | help | 131 | help |
132 | df reports the amount of disk space used and available | 132 | df reports the amount of disk space used and available |
133 | on filesystems. | 133 | on filesystems. |
134 | 134 | ||
135 | config FEATURE_DF_FANCY | 135 | config FEATURE_DF_FANCY |
136 | bool "Enable -a, -i, -B" | 136 | bool "Enable -a, -i, -B" |
137 | default n | 137 | default y |
138 | depends on DF | 138 | depends on DF |
139 | help | 139 | help |
140 | This option enables -a, -i and -B. | 140 | This option enables -a, -i and -B. |
@@ -145,14 +145,14 @@ config FEATURE_DF_FANCY | |||
145 | 145 | ||
146 | config DIRNAME | 146 | config DIRNAME |
147 | bool "dirname" | 147 | bool "dirname" |
148 | default n | 148 | default y |
149 | help | 149 | help |
150 | dirname is used to strip a non-directory suffix from | 150 | dirname is used to strip a non-directory suffix from |
151 | a file name. | 151 | a file name. |
152 | 152 | ||
153 | config DOS2UNIX | 153 | config DOS2UNIX |
154 | bool "dos2unix/unix2dos" | 154 | bool "dos2unix/unix2dos" |
155 | default n | 155 | default y |
156 | help | 156 | help |
157 | dos2unix is used to convert a text file from DOS format to | 157 | dos2unix is used to convert a text file from DOS format to |
158 | UNIX format, and vice versa. | 158 | UNIX format, and vice versa. |
@@ -167,7 +167,7 @@ config UNIX2DOS | |||
167 | 167 | ||
168 | config DU | 168 | config DU |
169 | bool "du (default blocksize of 512 bytes)" | 169 | bool "du (default blocksize of 512 bytes)" |
170 | default n | 170 | default y |
171 | help | 171 | help |
172 | du is used to report the amount of disk space used | 172 | du is used to report the amount of disk space used |
173 | for specified files. | 173 | for specified files. |
@@ -181,7 +181,7 @@ config FEATURE_DU_DEFAULT_BLOCKSIZE_1K | |||
181 | 181 | ||
182 | config ECHO | 182 | config ECHO |
183 | bool "echo (basic SuSv3 version taking no options)" | 183 | bool "echo (basic SuSv3 version taking no options)" |
184 | default n | 184 | default y |
185 | help | 185 | help |
186 | echo is used to print a specified string to stdout. | 186 | echo is used to print a specified string to stdout. |
187 | 187 | ||
@@ -195,7 +195,7 @@ config FEATURE_FANCY_ECHO | |||
195 | 195 | ||
196 | config ENV | 196 | config ENV |
197 | bool "env" | 197 | bool "env" |
198 | default n | 198 | default y |
199 | help | 199 | help |
200 | env is used to set an environment variable and run | 200 | env is used to set an environment variable and run |
201 | a command; without options it displays the current | 201 | a command; without options it displays the current |
@@ -203,34 +203,34 @@ config ENV | |||
203 | 203 | ||
204 | config FEATURE_ENV_LONG_OPTIONS | 204 | config FEATURE_ENV_LONG_OPTIONS |
205 | bool "Enable long options" | 205 | bool "Enable long options" |
206 | default n | 206 | default y |
207 | depends on ENV && LONG_OPTS | 207 | depends on ENV && LONG_OPTS |
208 | help | 208 | help |
209 | Support long options for the env applet. | 209 | Support long options for the env applet. |
210 | 210 | ||
211 | config EXPAND | 211 | config EXPAND |
212 | bool "expand" | 212 | bool "expand" |
213 | default n | 213 | default y |
214 | help | 214 | help |
215 | By default, convert all tabs to spaces. | 215 | By default, convert all tabs to spaces. |
216 | 216 | ||
217 | config FEATURE_EXPAND_LONG_OPTIONS | 217 | config FEATURE_EXPAND_LONG_OPTIONS |
218 | bool "Enable long options" | 218 | bool "Enable long options" |
219 | default n | 219 | default y |
220 | depends on EXPAND && LONG_OPTS | 220 | depends on EXPAND && LONG_OPTS |
221 | help | 221 | help |
222 | Support long options for the expand applet. | 222 | Support long options for the expand applet. |
223 | 223 | ||
224 | config EXPR | 224 | config EXPR |
225 | bool "expr" | 225 | bool "expr" |
226 | default n | 226 | default y |
227 | help | 227 | help |
228 | expr is used to calculate numbers and print the result | 228 | expr is used to calculate numbers and print the result |
229 | to standard output. | 229 | to standard output. |
230 | 230 | ||
231 | config EXPR_MATH_SUPPORT_64 | 231 | config EXPR_MATH_SUPPORT_64 |
232 | bool "Extend Posix numbers support to 64 bit" | 232 | bool "Extend Posix numbers support to 64 bit" |
233 | default n | 233 | default y |
234 | depends on EXPR | 234 | depends on EXPR |
235 | help | 235 | help |
236 | Enable 64-bit math support in the expr applet. This will make | 236 | Enable 64-bit math support in the expr applet. This will make |
@@ -239,83 +239,83 @@ config EXPR_MATH_SUPPORT_64 | |||
239 | 239 | ||
240 | config FALSE | 240 | config FALSE |
241 | bool "false" | 241 | bool "false" |
242 | default n | 242 | default y |
243 | help | 243 | help |
244 | false returns an exit code of FALSE (1). | 244 | false returns an exit code of FALSE (1). |
245 | 245 | ||
246 | config FOLD | 246 | config FOLD |
247 | bool "fold" | 247 | bool "fold" |
248 | default n | 248 | default y |
249 | help | 249 | help |
250 | Wrap text to fit a specific width. | 250 | Wrap text to fit a specific width. |
251 | 251 | ||
252 | config FSYNC | 252 | config FSYNC |
253 | bool "fsync" | 253 | bool "fsync" |
254 | default n | 254 | default y |
255 | help | 255 | help |
256 | fsync is used to flush file-related cached blocks to disk. | 256 | fsync is used to flush file-related cached blocks to disk. |
257 | 257 | ||
258 | config HEAD | 258 | config HEAD |
259 | bool "head" | 259 | bool "head" |
260 | default n | 260 | default y |
261 | help | 261 | help |
262 | head is used to print the first specified number of lines | 262 | head is used to print the first specified number of lines |
263 | from files. | 263 | from files. |
264 | 264 | ||
265 | config FEATURE_FANCY_HEAD | 265 | config FEATURE_FANCY_HEAD |
266 | bool "Enable head options (-c, -q, and -v)" | 266 | bool "Enable head options (-c, -q, and -v)" |
267 | default n | 267 | default y |
268 | depends on HEAD | 268 | depends on HEAD |
269 | help | 269 | help |
270 | This enables the head options (-c, -q, and -v). | 270 | This enables the head options (-c, -q, and -v). |
271 | 271 | ||
272 | config HOSTID | 272 | config HOSTID |
273 | bool "hostid" | 273 | bool "hostid" |
274 | default n | 274 | default y |
275 | help | 275 | help |
276 | hostid prints the numeric identifier (in hexadecimal) for | 276 | hostid prints the numeric identifier (in hexadecimal) for |
277 | the current host. | 277 | the current host. |
278 | 278 | ||
279 | config ID | 279 | config ID |
280 | bool "id" | 280 | bool "id" |
281 | default n | 281 | default y |
282 | help | 282 | help |
283 | id displays the current user and group ID names. | 283 | id displays the current user and group ID names. |
284 | 284 | ||
285 | config INSTALL | 285 | config INSTALL |
286 | bool "install" | 286 | bool "install" |
287 | default n | 287 | default y |
288 | help | 288 | help |
289 | Copy files and set attributes. | 289 | Copy files and set attributes. |
290 | 290 | ||
291 | config FEATURE_INSTALL_LONG_OPTIONS | 291 | config FEATURE_INSTALL_LONG_OPTIONS |
292 | bool "Enable long options" | 292 | bool "Enable long options" |
293 | default n | 293 | default y |
294 | depends on INSTALL && LONG_OPTS | 294 | depends on INSTALL && LONG_OPTS |
295 | help | 295 | help |
296 | Support long options for the install applet. | 296 | Support long options for the install applet. |
297 | 297 | ||
298 | config LENGTH | 298 | config LENGTH |
299 | bool "length" | 299 | bool "length" |
300 | default n | 300 | default y |
301 | help | 301 | help |
302 | length is used to print out the length of a specified string. | 302 | length is used to print out the length of a specified string. |
303 | 303 | ||
304 | config LN | 304 | config LN |
305 | bool "ln" | 305 | bool "ln" |
306 | default n | 306 | default y |
307 | help | 307 | help |
308 | ln is used to create hard or soft links between files. | 308 | ln is used to create hard or soft links between files. |
309 | 309 | ||
310 | config LOGNAME | 310 | config LOGNAME |
311 | bool "logname" | 311 | bool "logname" |
312 | default n | 312 | default y |
313 | help | 313 | help |
314 | logname is used to print the current user's login name. | 314 | logname is used to print the current user's login name. |
315 | 315 | ||
316 | config LS | 316 | config LS |
317 | bool "ls" | 317 | bool "ls" |
318 | default n | 318 | default y |
319 | help | 319 | help |
320 | ls is used to list the contents of directories. | 320 | ls is used to list the contents of directories. |
321 | 321 | ||
@@ -370,7 +370,7 @@ config FEATURE_LS_COLOR | |||
370 | 370 | ||
371 | config FEATURE_LS_COLOR_IS_DEFAULT | 371 | config FEATURE_LS_COLOR_IS_DEFAULT |
372 | bool "Produce colored ls output by default" | 372 | bool "Produce colored ls output by default" |
373 | default n | 373 | default y |
374 | depends on FEATURE_LS_COLOR | 374 | depends on FEATURE_LS_COLOR |
375 | help | 375 | help |
376 | Saying yes here will turn coloring on by default, | 376 | Saying yes here will turn coloring on by default, |
@@ -381,123 +381,123 @@ config FEATURE_LS_COLOR_IS_DEFAULT | |||
381 | 381 | ||
382 | config MD5SUM | 382 | config MD5SUM |
383 | bool "md5sum" | 383 | bool "md5sum" |
384 | default n | 384 | default y |
385 | help | 385 | help |
386 | md5sum is used to print or check MD5 checksums. | 386 | md5sum is used to print or check MD5 checksums. |
387 | 387 | ||
388 | config MKDIR | 388 | config MKDIR |
389 | bool "mkdir" | 389 | bool "mkdir" |
390 | default n | 390 | default y |
391 | help | 391 | help |
392 | mkdir is used to create directories with the specified names. | 392 | mkdir is used to create directories with the specified names. |
393 | 393 | ||
394 | config FEATURE_MKDIR_LONG_OPTIONS | 394 | config FEATURE_MKDIR_LONG_OPTIONS |
395 | bool "Enable long options" | 395 | bool "Enable long options" |
396 | default n | 396 | default y |
397 | depends on MKDIR && LONG_OPTS | 397 | depends on MKDIR && LONG_OPTS |
398 | help | 398 | help |
399 | Support long options for the mkdir applet. | 399 | Support long options for the mkdir applet. |
400 | 400 | ||
401 | config MKFIFO | 401 | config MKFIFO |
402 | bool "mkfifo" | 402 | bool "mkfifo" |
403 | default n | 403 | default y |
404 | help | 404 | help |
405 | mkfifo is used to create FIFOs (named pipes). | 405 | mkfifo is used to create FIFOs (named pipes). |
406 | The `mknod' program can also create FIFOs. | 406 | The `mknod' program can also create FIFOs. |
407 | 407 | ||
408 | config MKNOD | 408 | config MKNOD |
409 | bool "mknod" | 409 | bool "mknod" |
410 | default n | 410 | default y |
411 | help | 411 | help |
412 | mknod is used to create FIFOs or block/character special | 412 | mknod is used to create FIFOs or block/character special |
413 | files with the specified names. | 413 | files with the specified names. |
414 | 414 | ||
415 | config MV | 415 | config MV |
416 | bool "mv" | 416 | bool "mv" |
417 | default n | 417 | default y |
418 | help | 418 | help |
419 | mv is used to move or rename files or directories. | 419 | mv is used to move or rename files or directories. |
420 | 420 | ||
421 | config FEATURE_MV_LONG_OPTIONS | 421 | config FEATURE_MV_LONG_OPTIONS |
422 | bool "Enable long options" | 422 | bool "Enable long options" |
423 | default n | 423 | default y |
424 | depends on MV && LONG_OPTS | 424 | depends on MV && LONG_OPTS |
425 | help | 425 | help |
426 | Support long options for the mv applet. | 426 | Support long options for the mv applet. |
427 | 427 | ||
428 | config NICE | 428 | config NICE |
429 | bool "nice" | 429 | bool "nice" |
430 | default n | 430 | default y |
431 | help | 431 | help |
432 | nice runs a program with modified scheduling priority. | 432 | nice runs a program with modified scheduling priority. |
433 | 433 | ||
434 | config NOHUP | 434 | config NOHUP |
435 | bool "nohup" | 435 | bool "nohup" |
436 | default n | 436 | default y |
437 | help | 437 | help |
438 | run a command immune to hangups, with output to a non-tty. | 438 | run a command immune to hangups, with output to a non-tty. |
439 | 439 | ||
440 | config OD | 440 | config OD |
441 | bool "od" | 441 | bool "od" |
442 | default n | 442 | default y |
443 | help | 443 | help |
444 | od is used to dump binary files in octal and other formats. | 444 | od is used to dump binary files in octal and other formats. |
445 | 445 | ||
446 | config PRINTENV | 446 | config PRINTENV |
447 | bool "printenv" | 447 | bool "printenv" |
448 | default n | 448 | default y |
449 | help | 449 | help |
450 | printenv is used to print all or part of environment. | 450 | printenv is used to print all or part of environment. |
451 | 451 | ||
452 | config PRINTF | 452 | config PRINTF |
453 | bool "printf" | 453 | bool "printf" |
454 | default n | 454 | default y |
455 | help | 455 | help |
456 | printf is used to format and print specified strings. | 456 | printf is used to format and print specified strings. |
457 | It's similar to `echo' except it has more options. | 457 | It's similar to `echo' except it has more options. |
458 | 458 | ||
459 | config PWD | 459 | config PWD |
460 | bool "pwd" | 460 | bool "pwd" |
461 | default n | 461 | default y |
462 | help | 462 | help |
463 | pwd is used to print the current directory. | 463 | pwd is used to print the current directory. |
464 | 464 | ||
465 | config READLINK | 465 | config READLINK |
466 | bool "readlink" | 466 | bool "readlink" |
467 | default n | 467 | default y |
468 | help | 468 | help |
469 | This program reads a symbolic link and returns the name | 469 | This program reads a symbolic link and returns the name |
470 | of the file it points to | 470 | of the file it points to |
471 | 471 | ||
472 | config FEATURE_READLINK_FOLLOW | 472 | config FEATURE_READLINK_FOLLOW |
473 | bool "Enable canonicalization by following all symlinks (-f)" | 473 | bool "Enable canonicalization by following all symlinks (-f)" |
474 | default n | 474 | default y |
475 | depends on READLINK | 475 | depends on READLINK |
476 | help | 476 | help |
477 | Enable the readlink option (-f). | 477 | Enable the readlink option (-f). |
478 | 478 | ||
479 | config REALPATH | 479 | config REALPATH |
480 | bool "realpath" | 480 | bool "realpath" |
481 | default n | 481 | default y |
482 | help | 482 | help |
483 | Return the canonicalized absolute pathname. | 483 | Return the canonicalized absolute pathname. |
484 | This isn't provided by GNU shellutils, but where else does it belong. | 484 | This isn't provided by GNU shellutils, but where else does it belong. |
485 | 485 | ||
486 | config RM | 486 | config RM |
487 | bool "rm" | 487 | bool "rm" |
488 | default n | 488 | default y |
489 | help | 489 | help |
490 | rm is used to remove files or directories. | 490 | rm is used to remove files or directories. |
491 | 491 | ||
492 | config RMDIR | 492 | config RMDIR |
493 | bool "rmdir" | 493 | bool "rmdir" |
494 | default n | 494 | default y |
495 | help | 495 | help |
496 | rmdir is used to remove empty directories. | 496 | rmdir is used to remove empty directories. |
497 | 497 | ||
498 | config FEATURE_RMDIR_LONG_OPTIONS | 498 | config FEATURE_RMDIR_LONG_OPTIONS |
499 | bool "Enable long options" | 499 | bool "Enable long options" |
500 | default n | 500 | default y |
501 | depends on RMDIR && LONG_OPTS | 501 | depends on RMDIR && LONG_OPTS |
502 | help | 502 | help |
503 | Support long options for the rmdir applet, including | 503 | Support long options for the rmdir applet, including |
@@ -505,31 +505,31 @@ config FEATURE_RMDIR_LONG_OPTIONS | |||
505 | 505 | ||
506 | config SEQ | 506 | config SEQ |
507 | bool "seq" | 507 | bool "seq" |
508 | default n | 508 | default y |
509 | help | 509 | help |
510 | print a sequence of numbers | 510 | print a sequence of numbers |
511 | 511 | ||
512 | config SHA1SUM | 512 | config SHA1SUM |
513 | bool "sha1sum" | 513 | bool "sha1sum" |
514 | default n | 514 | default y |
515 | help | 515 | help |
516 | Compute and check SHA1 message digest | 516 | Compute and check SHA1 message digest |
517 | 517 | ||
518 | config SHA256SUM | 518 | config SHA256SUM |
519 | bool "sha256sum" | 519 | bool "sha256sum" |
520 | default n | 520 | default y |
521 | help | 521 | help |
522 | Compute and check SHA256 message digest | 522 | Compute and check SHA256 message digest |
523 | 523 | ||
524 | config SHA512SUM | 524 | config SHA512SUM |
525 | bool "sha512sum" | 525 | bool "sha512sum" |
526 | default n | 526 | default y |
527 | help | 527 | help |
528 | Compute and check SHA512 message digest | 528 | Compute and check SHA512 message digest |
529 | 529 | ||
530 | config SLEEP | 530 | config SLEEP |
531 | bool "sleep" | 531 | bool "sleep" |
532 | default n | 532 | default y |
533 | help | 533 | help |
534 | sleep is used to pause for a specified number of seconds. | 534 | sleep is used to pause for a specified number of seconds. |
535 | It comes in 3 versions: | 535 | It comes in 3 versions: |
@@ -543,21 +543,21 @@ config SLEEP | |||
543 | 543 | ||
544 | config FEATURE_FANCY_SLEEP | 544 | config FEATURE_FANCY_SLEEP |
545 | bool "Enable multiple arguments and s/m/h/d suffixes" | 545 | bool "Enable multiple arguments and s/m/h/d suffixes" |
546 | default n | 546 | default y |
547 | depends on SLEEP | 547 | depends on SLEEP |
548 | help | 548 | help |
549 | Allow sleep to pause for specified minutes, hours, and days. | 549 | Allow sleep to pause for specified minutes, hours, and days. |
550 | 550 | ||
551 | config FEATURE_FLOAT_SLEEP | 551 | config FEATURE_FLOAT_SLEEP |
552 | bool "Enable fractional arguments" | 552 | bool "Enable fractional arguments" |
553 | default n | 553 | default y |
554 | depends on FEATURE_FANCY_SLEEP | 554 | depends on FEATURE_FANCY_SLEEP |
555 | help | 555 | help |
556 | Allow for fractional numeric parameters. | 556 | Allow for fractional numeric parameters. |
557 | 557 | ||
558 | config SORT | 558 | config SORT |
559 | bool "sort" | 559 | bool "sort" |
560 | default n | 560 | default y |
561 | help | 561 | help |
562 | sort is used to sort lines of text in specified files. | 562 | sort is used to sort lines of text in specified files. |
563 | 563 | ||
@@ -575,13 +575,13 @@ config FEATURE_SORT_BIG | |||
575 | 575 | ||
576 | config SPLIT | 576 | config SPLIT |
577 | bool "split" | 577 | bool "split" |
578 | default n | 578 | default y |
579 | help | 579 | help |
580 | split a file into pieces. | 580 | split a file into pieces. |
581 | 581 | ||
582 | config FEATURE_SPLIT_FANCY | 582 | config FEATURE_SPLIT_FANCY |
583 | bool "Fancy extensions" | 583 | bool "Fancy extensions" |
584 | default n | 584 | default y |
585 | depends on SPLIT | 585 | depends on SPLIT |
586 | help | 586 | help |
587 | Add support for features not required by SUSv3. | 587 | Add support for features not required by SUSv3. |
@@ -590,13 +590,13 @@ config FEATURE_SPLIT_FANCY | |||
590 | 590 | ||
591 | config STAT | 591 | config STAT |
592 | bool "stat" | 592 | bool "stat" |
593 | default n | 593 | default y |
594 | help | 594 | help |
595 | display file or filesystem status. | 595 | display file or filesystem status. |
596 | 596 | ||
597 | config FEATURE_STAT_FORMAT | 597 | config FEATURE_STAT_FORMAT |
598 | bool "Enable custom formats (-c)" | 598 | bool "Enable custom formats (-c)" |
599 | default n | 599 | default y |
600 | depends on STAT | 600 | depends on STAT |
601 | help | 601 | help |
602 | Without this, stat will not support the '-c format' option where | 602 | Without this, stat will not support the '-c format' option where |
@@ -605,31 +605,31 @@ config FEATURE_STAT_FORMAT | |||
605 | 605 | ||
606 | config STTY | 606 | config STTY |
607 | bool "stty" | 607 | bool "stty" |
608 | default n | 608 | default y |
609 | help | 609 | help |
610 | stty is used to change and print terminal line settings. | 610 | stty is used to change and print terminal line settings. |
611 | 611 | ||
612 | config SUM | 612 | config SUM |
613 | bool "sum" | 613 | bool "sum" |
614 | default n | 614 | default y |
615 | help | 615 | help |
616 | checksum and count the blocks in a file | 616 | checksum and count the blocks in a file |
617 | 617 | ||
618 | config SYNC | 618 | config SYNC |
619 | bool "sync" | 619 | bool "sync" |
620 | default n | 620 | default y |
621 | help | 621 | help |
622 | sync is used to flush filesystem buffers. | 622 | sync is used to flush filesystem buffers. |
623 | 623 | ||
624 | config TAC | 624 | config TAC |
625 | bool "tac" | 625 | bool "tac" |
626 | default n | 626 | default y |
627 | help | 627 | help |
628 | tac is used to concatenate and print files in reverse. | 628 | tac is used to concatenate and print files in reverse. |
629 | 629 | ||
630 | config TAIL | 630 | config TAIL |
631 | bool "tail" | 631 | bool "tail" |
632 | default n | 632 | default y |
633 | help | 633 | help |
634 | tail is used to print the last specified number of lines | 634 | tail is used to print the last specified number of lines |
635 | from files. | 635 | from files. |
@@ -648,112 +648,112 @@ config FEATURE_FANCY_TAIL | |||
648 | 648 | ||
649 | config TEE | 649 | config TEE |
650 | bool "tee" | 650 | bool "tee" |
651 | default n | 651 | default y |
652 | help | 652 | help |
653 | tee is used to read from standard input and write | 653 | tee is used to read from standard input and write |
654 | to standard output and files. | 654 | to standard output and files. |
655 | 655 | ||
656 | config FEATURE_TEE_USE_BLOCK_IO | 656 | config FEATURE_TEE_USE_BLOCK_IO |
657 | bool "Enable block I/O (larger/faster) instead of byte I/O" | 657 | bool "Enable block I/O (larger/faster) instead of byte I/O" |
658 | default n | 658 | default y |
659 | depends on TEE | 659 | depends on TEE |
660 | help | 660 | help |
661 | Enable this option for a faster tee, at expense of size. | 661 | Enable this option for a faster tee, at expense of size. |
662 | 662 | ||
663 | config TOUCH | 663 | config TOUCH |
664 | bool "touch" | 664 | bool "touch" |
665 | default n | 665 | default y |
666 | help | 666 | help |
667 | touch is used to create or change the access and/or | 667 | touch is used to create or change the access and/or |
668 | modification timestamp of specified files. | 668 | modification timestamp of specified files. |
669 | 669 | ||
670 | config TRUE | 670 | config TRUE |
671 | bool "true" | 671 | bool "true" |
672 | default n | 672 | default y |
673 | help | 673 | help |
674 | true returns an exit code of TRUE (0). | 674 | true returns an exit code of TRUE (0). |
675 | 675 | ||
676 | config TTY | 676 | config TTY |
677 | bool "tty" | 677 | bool "tty" |
678 | default n | 678 | default y |
679 | help | 679 | help |
680 | tty is used to print the name of the current terminal to | 680 | tty is used to print the name of the current terminal to |
681 | standard output. | 681 | standard output. |
682 | 682 | ||
683 | config UNAME | 683 | config UNAME |
684 | bool "uname" | 684 | bool "uname" |
685 | default n | 685 | default y |
686 | help | 686 | help |
687 | uname is used to print system information. | 687 | uname is used to print system information. |
688 | 688 | ||
689 | config UNEXPAND | 689 | config UNEXPAND |
690 | bool "unexpand" | 690 | bool "unexpand" |
691 | default n | 691 | default y |
692 | help | 692 | help |
693 | By default, convert only leading sequences of blanks to tabs. | 693 | By default, convert only leading sequences of blanks to tabs. |
694 | 694 | ||
695 | config FEATURE_UNEXPAND_LONG_OPTIONS | 695 | config FEATURE_UNEXPAND_LONG_OPTIONS |
696 | bool "Enable long options" | 696 | bool "Enable long options" |
697 | default n | 697 | default y |
698 | depends on UNEXPAND && LONG_OPTS | 698 | depends on UNEXPAND && LONG_OPTS |
699 | help | 699 | help |
700 | Support long options for the unexpand applet. | 700 | Support long options for the unexpand applet. |
701 | 701 | ||
702 | config UNIQ | 702 | config UNIQ |
703 | bool "uniq" | 703 | bool "uniq" |
704 | default n | 704 | default y |
705 | help | 705 | help |
706 | uniq is used to remove duplicate lines from a sorted file. | 706 | uniq is used to remove duplicate lines from a sorted file. |
707 | 707 | ||
708 | config USLEEP | 708 | config USLEEP |
709 | bool "usleep" | 709 | bool "usleep" |
710 | default n | 710 | default y |
711 | help | 711 | help |
712 | usleep is used to pause for a specified number of microseconds. | 712 | usleep is used to pause for a specified number of microseconds. |
713 | 713 | ||
714 | config UUDECODE | 714 | config UUDECODE |
715 | bool "uudecode" | 715 | bool "uudecode" |
716 | default n | 716 | default y |
717 | help | 717 | help |
718 | uudecode is used to decode a uuencoded file. | 718 | uudecode is used to decode a uuencoded file. |
719 | 719 | ||
720 | config UUENCODE | 720 | config UUENCODE |
721 | bool "uuencode" | 721 | bool "uuencode" |
722 | default n | 722 | default y |
723 | help | 723 | help |
724 | uuencode is used to uuencode a file. | 724 | uuencode is used to uuencode a file. |
725 | 725 | ||
726 | config WC | 726 | config WC |
727 | bool "wc" | 727 | bool "wc" |
728 | default n | 728 | default y |
729 | help | 729 | help |
730 | wc is used to print the number of bytes, words, and lines, | 730 | wc is used to print the number of bytes, words, and lines, |
731 | in specified files. | 731 | in specified files. |
732 | 732 | ||
733 | config FEATURE_WC_LARGE | 733 | config FEATURE_WC_LARGE |
734 | bool "Support very large files in wc" | 734 | bool "Support very large files in wc" |
735 | default n | 735 | default y |
736 | depends on WC | 736 | depends on WC |
737 | help | 737 | help |
738 | Use "unsigned long long" in wc for counter variables. | 738 | Use "unsigned long long" in wc for counter variables. |
739 | 739 | ||
740 | config WHO | 740 | config WHO |
741 | bool "who" | 741 | bool "who" |
742 | default n | 742 | default y |
743 | depends on FEATURE_UTMP | 743 | depends on FEATURE_UTMP |
744 | help | 744 | help |
745 | who is used to show who is logged on. | 745 | who is used to show who is logged on. |
746 | 746 | ||
747 | config WHOAMI | 747 | config WHOAMI |
748 | bool "whoami" | 748 | bool "whoami" |
749 | default n | 749 | default y |
750 | help | 750 | help |
751 | whoami is used to print the username of the current | 751 | whoami is used to print the username of the current |
752 | user id (same as id -un). | 752 | user id (same as id -un). |
753 | 753 | ||
754 | config YES | 754 | config YES |
755 | bool "yes" | 755 | bool "yes" |
756 | default n | 756 | default y |
757 | help | 757 | help |
758 | yes is used to repeatedly output a specific string, or | 758 | yes is used to repeatedly output a specific string, or |
759 | the default string `y'. | 759 | the default string `y'. |
@@ -763,7 +763,7 @@ comment "Common options for cp and mv" | |||
763 | 763 | ||
764 | config FEATURE_PRESERVE_HARDLINKS | 764 | config FEATURE_PRESERVE_HARDLINKS |
765 | bool "Preserve hard links" | 765 | bool "Preserve hard links" |
766 | default n | 766 | default y |
767 | depends on CP || MV | 767 | depends on CP || MV |
768 | help | 768 | help |
769 | Allow cp and mv to preserve hard links. | 769 | Allow cp and mv to preserve hard links. |
@@ -787,7 +787,7 @@ comment "Common options for df, du, ls" | |||
787 | 787 | ||
788 | config FEATURE_HUMAN_READABLE | 788 | config FEATURE_HUMAN_READABLE |
789 | bool "Support for human readable output (example 13k, 23M, 235G)" | 789 | bool "Support for human readable output (example 13k, 23M, 235G)" |
790 | default n | 790 | default y |
791 | depends on DF || DU || LS | 791 | depends on DF || DU || LS |
792 | help | 792 | help |
793 | Allow df, du, and ls to have human readable output. | 793 | Allow df, du, and ls to have human readable output. |
@@ -797,7 +797,7 @@ comment "Common options for md5sum, sha1sum, sha256sum, sha512sum" | |||
797 | 797 | ||
798 | config FEATURE_MD5_SHA1_SUM_CHECK | 798 | config FEATURE_MD5_SHA1_SUM_CHECK |
799 | bool "Enable -c, -s and -w options" | 799 | bool "Enable -c, -s and -w options" |
800 | default n | 800 | default y |
801 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM | 801 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM |
802 | help | 802 | help |
803 | Enabling the -c options allows files to be checked | 803 | Enabling the -c options allows files to be checked |
diff --git a/coreutils/basename.c b/coreutils/basename.c index f35bdf08e..d1ad91ba1 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c | |||
@@ -24,7 +24,7 @@ | |||
24 | 24 | ||
25 | //config:config BASENAME | 25 | //config:config BASENAME |
26 | //config: bool "basename" | 26 | //config: bool "basename" |
27 | //config: default n | 27 | //config: default y |
28 | //config: help | 28 | //config: help |
29 | //config: basename is used to strip the directory and suffix from filenames, | 29 | //config: basename is used to strip the directory and suffix from filenames, |
30 | //config: leaving just the filename itself. Enable this option if you wish | 30 | //config: leaving just the filename itself. Enable this option if you wish |
diff --git a/coreutils/cat.c b/coreutils/cat.c index dbb6246ba..ab682588f 100644 --- a/coreutils/cat.c +++ b/coreutils/cat.c | |||
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | //config:config CAT | 18 | //config:config CAT |
19 | //config: bool "cat" | 19 | //config: bool "cat" |
20 | //config: default n | 20 | //config: default y |
21 | //config: help | 21 | //config: help |
22 | //config: cat is used to concatenate files and print them to the standard | 22 | //config: cat is used to concatenate files and print them to the standard |
23 | //config: output. Enable this option if you wish to enable the 'cat' utility. | 23 | //config: output. Enable this option if you wish to enable the 'cat' utility. |
diff --git a/coreutils/date.c b/coreutils/date.c index 2720a3507..c599df735 100644 --- a/coreutils/date.c +++ b/coreutils/date.c | |||
@@ -56,7 +56,7 @@ | |||
56 | 56 | ||
57 | //config:config DATE | 57 | //config:config DATE |
58 | //config: bool "date" | 58 | //config: bool "date" |
59 | //config: default n | 59 | //config: default y |
60 | //config: help | 60 | //config: help |
61 | //config: date is used to set the system date or display the | 61 | //config: date is used to set the system date or display the |
62 | //config: current time in the given format. | 62 | //config: current time in the given format. |
@@ -71,7 +71,7 @@ | |||
71 | //config: | 71 | //config: |
72 | //config:config FEATURE_DATE_NANO | 72 | //config:config FEATURE_DATE_NANO |
73 | //config: bool "Support %[num]N nanosecond format specifier" | 73 | //config: bool "Support %[num]N nanosecond format specifier" |
74 | //config: default y | 74 | //config: default n |
75 | //config: depends on DATE | 75 | //config: depends on DATE |
76 | //config: help | 76 | //config: help |
77 | //config: Support %[num]N format specifier. Adds ~250 bytes of code. | 77 | //config: Support %[num]N format specifier. Adds ~250 bytes of code. |
diff --git a/coreutils/test.c b/coreutils/test.c index cc4a132a7..70eac5f6c 100644 --- a/coreutils/test.c +++ b/coreutils/test.c | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | //config:config TEST | 27 | //config:config TEST |
28 | //config: bool "test" | 28 | //config: bool "test" |
29 | //config: default n | 29 | //config: default y |
30 | //config: help | 30 | //config: help |
31 | //config: test is used to check file types and compare values, | 31 | //config: test is used to check file types and compare values, |
32 | //config: returning an appropriate exit code. The bash shell | 32 | //config: returning an appropriate exit code. The bash shell |
@@ -34,7 +34,7 @@ | |||
34 | //config: | 34 | //config: |
35 | //config:config FEATURE_TEST_64 | 35 | //config:config FEATURE_TEST_64 |
36 | //config: bool "Extend test to 64 bit" | 36 | //config: bool "Extend test to 64 bit" |
37 | //config: default n | 37 | //config: default y |
38 | //config: depends on TEST || ASH_BUILTIN_TEST || HUSH | 38 | //config: depends on TEST || ASH_BUILTIN_TEST || HUSH |
39 | //config: help | 39 | //config: help |
40 | //config: Enable 64-bit support in test. | 40 | //config: Enable 64-bit support in test. |
diff --git a/coreutils/tr.c b/coreutils/tr.c index 25f503860..f3db3793f 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c | |||
@@ -23,14 +23,14 @@ | |||
23 | 23 | ||
24 | //config:config TR | 24 | //config:config TR |
25 | //config: bool "tr" | 25 | //config: bool "tr" |
26 | //config: default n | 26 | //config: default y |
27 | //config: help | 27 | //config: help |
28 | //config: tr is used to squeeze, and/or delete characters from standard | 28 | //config: tr is used to squeeze, and/or delete characters from standard |
29 | //config: input, writing to standard output. | 29 | //config: input, writing to standard output. |
30 | //config: | 30 | //config: |
31 | //config:config FEATURE_TR_CLASSES | 31 | //config:config FEATURE_TR_CLASSES |
32 | //config: bool "Enable character classes (such as [:upper:])" | 32 | //config: bool "Enable character classes (such as [:upper:])" |
33 | //config: default n | 33 | //config: default y |
34 | //config: depends on TR | 34 | //config: depends on TR |
35 | //config: help | 35 | //config: help |
36 | //config: Enable character classes, enabling commands such as: | 36 | //config: Enable character classes, enabling commands such as: |
@@ -38,7 +38,7 @@ | |||
38 | //config: | 38 | //config: |
39 | //config:config FEATURE_TR_EQUIV | 39 | //config:config FEATURE_TR_EQUIV |
40 | //config: bool "Enable equivalence classes" | 40 | //config: bool "Enable equivalence classes" |
41 | //config: default n | 41 | //config: default y |
42 | //config: depends on TR | 42 | //config: depends on TR |
43 | //config: help | 43 | //config: help |
44 | //config: Enable equivalence classes, which essentially add the enclosed | 44 | //config: Enable equivalence classes, which essentially add the enclosed |
diff --git a/debianutils/Config.src b/debianutils/Config.src index 9146f3ef4..9bce0498c 100644 --- a/debianutils/Config.src +++ b/debianutils/Config.src | |||
@@ -7,19 +7,19 @@ menu "Debian Utilities" | |||
7 | 7 | ||
8 | config MKTEMP | 8 | config MKTEMP |
9 | bool "mktemp" | 9 | bool "mktemp" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | mktemp is used to create unique temporary files | 12 | mktemp is used to create unique temporary files |
13 | 13 | ||
14 | config PIPE_PROGRESS | 14 | config PIPE_PROGRESS |
15 | bool "pipe_progress" | 15 | bool "pipe_progress" |
16 | default n | 16 | default y |
17 | help | 17 | help |
18 | Display a dot to indicate pipe activity. | 18 | Display a dot to indicate pipe activity. |
19 | 19 | ||
20 | config RUN_PARTS | 20 | config RUN_PARTS |
21 | bool "run-parts" | 21 | bool "run-parts" |
22 | default n | 22 | default y |
23 | help | 23 | help |
24 | run-parts is a utility designed to run all the scripts in a directory. | 24 | run-parts is a utility designed to run all the scripts in a directory. |
25 | 25 | ||
@@ -34,14 +34,14 @@ config RUN_PARTS | |||
34 | 34 | ||
35 | config FEATURE_RUN_PARTS_LONG_OPTIONS | 35 | config FEATURE_RUN_PARTS_LONG_OPTIONS |
36 | bool "Enable long options" | 36 | bool "Enable long options" |
37 | default n | 37 | default y |
38 | depends on RUN_PARTS && LONG_OPTS | 38 | depends on RUN_PARTS && LONG_OPTS |
39 | help | 39 | help |
40 | Support long options for the run-parts applet. | 40 | Support long options for the run-parts applet. |
41 | 41 | ||
42 | config FEATURE_RUN_PARTS_FANCY | 42 | config FEATURE_RUN_PARTS_FANCY |
43 | bool "Support additional arguments" | 43 | bool "Support additional arguments" |
44 | default n | 44 | default y |
45 | depends on RUN_PARTS | 45 | depends on RUN_PARTS |
46 | help | 46 | help |
47 | Support additional options: | 47 | Support additional options: |
@@ -50,7 +50,7 @@ config FEATURE_RUN_PARTS_FANCY | |||
50 | 50 | ||
51 | config START_STOP_DAEMON | 51 | config START_STOP_DAEMON |
52 | bool "start-stop-daemon" | 52 | bool "start-stop-daemon" |
53 | default n | 53 | default y |
54 | help | 54 | help |
55 | start-stop-daemon is used to control the creation and | 55 | start-stop-daemon is used to control the creation and |
56 | termination of system-level processes, usually the ones | 56 | termination of system-level processes, usually the ones |
@@ -58,7 +58,7 @@ config START_STOP_DAEMON | |||
58 | 58 | ||
59 | config FEATURE_START_STOP_DAEMON_FANCY | 59 | config FEATURE_START_STOP_DAEMON_FANCY |
60 | bool "Support additional arguments" | 60 | bool "Support additional arguments" |
61 | default n | 61 | default y |
62 | depends on START_STOP_DAEMON | 62 | depends on START_STOP_DAEMON |
63 | help | 63 | help |
64 | Support additional arguments. | 64 | Support additional arguments. |
@@ -68,14 +68,14 @@ config FEATURE_START_STOP_DAEMON_FANCY | |||
68 | 68 | ||
69 | config FEATURE_START_STOP_DAEMON_LONG_OPTIONS | 69 | config FEATURE_START_STOP_DAEMON_LONG_OPTIONS |
70 | bool "Enable long options" | 70 | bool "Enable long options" |
71 | default n | 71 | default y |
72 | depends on START_STOP_DAEMON && LONG_OPTS | 72 | depends on START_STOP_DAEMON && LONG_OPTS |
73 | help | 73 | help |
74 | Support long options for the start-stop-daemon applet. | 74 | Support long options for the start-stop-daemon applet. |
75 | 75 | ||
76 | config WHICH | 76 | config WHICH |
77 | bool "which" | 77 | bool "which" |
78 | default n | 78 | default y |
79 | help | 79 | help |
80 | which is used to find programs in your PATH and | 80 | which is used to find programs in your PATH and |
81 | print out their pathnames. | 81 | print out their pathnames. |
diff --git a/e2fsprogs/Config.src b/e2fsprogs/Config.src index 964d08e4c..e331ee5ef 100644 --- a/e2fsprogs/Config.src +++ b/e2fsprogs/Config.src | |||
@@ -7,13 +7,13 @@ menu "Linux Ext2 FS Progs" | |||
7 | 7 | ||
8 | config CHATTR | 8 | config CHATTR |
9 | bool "chattr" | 9 | bool "chattr" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | chattr changes the file attributes on a second extended file system. | 12 | chattr changes the file attributes on a second extended file system. |
13 | 13 | ||
14 | ### config E2FSCK | 14 | ### config E2FSCK |
15 | ### bool "e2fsck" | 15 | ### bool "e2fsck" |
16 | ### default n | 16 | ### default y |
17 | ### help | 17 | ### help |
18 | ### e2fsck is used to check Linux second extended file systems (ext2fs). | 18 | ### e2fsck is used to check Linux second extended file systems (ext2fs). |
19 | ### e2fsck also supports ext2 filesystems countaining a journal (ext3). | 19 | ### e2fsck also supports ext2 filesystems countaining a journal (ext3). |
@@ -22,7 +22,7 @@ config CHATTR | |||
22 | 22 | ||
23 | config FSCK | 23 | config FSCK |
24 | bool "fsck" | 24 | bool "fsck" |
25 | default n | 25 | default y |
26 | help | 26 | help |
27 | fsck is used to check and optionally repair one or more filesystems. | 27 | fsck is used to check and optionally repair one or more filesystems. |
28 | In actuality, fsck is simply a front-end for the various file system | 28 | In actuality, fsck is simply a front-end for the various file system |
@@ -30,27 +30,27 @@ config FSCK | |||
30 | 30 | ||
31 | config LSATTR | 31 | config LSATTR |
32 | bool "lsattr" | 32 | bool "lsattr" |
33 | default n | 33 | default y |
34 | help | 34 | help |
35 | lsattr lists the file attributes on a second extended file system. | 35 | lsattr lists the file attributes on a second extended file system. |
36 | 36 | ||
37 | ### config MKE2FS | 37 | ### config MKE2FS |
38 | ### bool "mke2fs" | 38 | ### bool "mke2fs" |
39 | ### default n | 39 | ### default y |
40 | ### help | 40 | ### help |
41 | ### mke2fs is used to create an ext2/ext3 filesystem. The normal compat | 41 | ### mke2fs is used to create an ext2/ext3 filesystem. The normal compat |
42 | ### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided. | 42 | ### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided. |
43 | 43 | ||
44 | config TUNE2FS | 44 | config TUNE2FS |
45 | bool "tune2fs" | 45 | bool "tune2fs" |
46 | default n | 46 | default y |
47 | help | 47 | help |
48 | tune2fs allows the system administrator to adjust various tunable | 48 | tune2fs allows the system administrator to adjust various tunable |
49 | filesystem parameters on Linux ext2/ext3 filesystems. | 49 | filesystem parameters on Linux ext2/ext3 filesystems. |
50 | 50 | ||
51 | ### config E2LABEL | 51 | ### config E2LABEL |
52 | ### bool "e2label" | 52 | ### bool "e2label" |
53 | ### default n | 53 | ### default y |
54 | ### depends on TUNE2FS | 54 | ### depends on TUNE2FS |
55 | ### help | 55 | ### help |
56 | ### e2label will display or change the filesystem label on the ext2 | 56 | ### e2label will display or change the filesystem label on the ext2 |
@@ -59,7 +59,7 @@ config TUNE2FS | |||
59 | ### NB: this one is now provided by util-linux/volume_id/* | 59 | ### NB: this one is now provided by util-linux/volume_id/* |
60 | ### config FINDFS | 60 | ### config FINDFS |
61 | ### bool "findfs" | 61 | ### bool "findfs" |
62 | ### default n | 62 | ### default y |
63 | ### depends on TUNE2FS | 63 | ### depends on TUNE2FS |
64 | ### help | 64 | ### help |
65 | ### findfs will search the disks in the system looking for a filesystem | 65 | ### findfs will search the disks in the system looking for a filesystem |
diff --git a/editors/Config.src b/editors/Config.src index 5f9566f0a..6cf21919c 100644 --- a/editors/Config.src +++ b/editors/Config.src | |||
@@ -7,14 +7,14 @@ menu "Editors" | |||
7 | 7 | ||
8 | config AWK | 8 | config AWK |
9 | bool "awk" | 9 | bool "awk" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | Awk is used as a pattern scanning and processing language. This is | 12 | Awk is used as a pattern scanning and processing language. This is |
13 | the BusyBox implementation of that programming language. | 13 | the BusyBox implementation of that programming language. |
14 | 14 | ||
15 | config FEATURE_AWK_LIBM | 15 | config FEATURE_AWK_LIBM |
16 | bool "Enable math functions (requires libm)" | 16 | bool "Enable math functions (requires libm)" |
17 | default n | 17 | default y |
18 | depends on AWK | 18 | depends on AWK |
19 | help | 19 | help |
20 | Enable math functions of the Awk programming language. | 20 | Enable math functions of the Awk programming language. |
@@ -22,14 +22,14 @@ config FEATURE_AWK_LIBM | |||
22 | 22 | ||
23 | config CMP | 23 | config CMP |
24 | bool "cmp" | 24 | bool "cmp" |
25 | default n | 25 | default y |
26 | help | 26 | help |
27 | cmp is used to compare two files and returns the result | 27 | cmp is used to compare two files and returns the result |
28 | to standard output. | 28 | to standard output. |
29 | 29 | ||
30 | config DIFF | 30 | config DIFF |
31 | bool "diff" | 31 | bool "diff" |
32 | default n | 32 | default y |
33 | help | 33 | help |
34 | diff compares two files or directories and outputs the | 34 | diff compares two files or directories and outputs the |
35 | differences between them in a form that can be given to | 35 | differences between them in a form that can be given to |
@@ -37,7 +37,7 @@ config DIFF | |||
37 | 37 | ||
38 | config FEATURE_DIFF_LONG_OPTIONS | 38 | config FEATURE_DIFF_LONG_OPTIONS |
39 | bool "Enable long options" | 39 | bool "Enable long options" |
40 | default n | 40 | default y |
41 | depends on DIFF && LONG_OPTS | 41 | depends on DIFF && LONG_OPTS |
42 | help | 42 | help |
43 | Enable use of long options. | 43 | Enable use of long options. |
@@ -52,7 +52,7 @@ config FEATURE_DIFF_DIR | |||
52 | 52 | ||
53 | config ED | 53 | config ED |
54 | bool "ed" | 54 | bool "ed" |
55 | default n | 55 | default y |
56 | help | 56 | help |
57 | The original 1970's Unix text editor, from the days of teletypes. | 57 | The original 1970's Unix text editor, from the days of teletypes. |
58 | Small, simple, evil. Part of SUSv3. If you're not already using | 58 | Small, simple, evil. Part of SUSv3. If you're not already using |
@@ -60,20 +60,20 @@ config ED | |||
60 | 60 | ||
61 | config PATCH | 61 | config PATCH |
62 | bool "patch" | 62 | bool "patch" |
63 | default n | 63 | default y |
64 | help | 64 | help |
65 | Apply a unified diff formatted patch. | 65 | Apply a unified diff formatted patch. |
66 | 66 | ||
67 | config SED | 67 | config SED |
68 | bool "sed" | 68 | bool "sed" |
69 | default n | 69 | default y |
70 | help | 70 | help |
71 | sed is used to perform text transformations on a file | 71 | sed is used to perform text transformations on a file |
72 | or input from a pipeline. | 72 | or input from a pipeline. |
73 | 73 | ||
74 | config VI | 74 | config VI |
75 | bool "vi" | 75 | bool "vi" |
76 | default n | 76 | default y |
77 | help | 77 | help |
78 | 'vi' is a text editor. More specifically, it is the One True | 78 | 'vi' is a text editor. More specifically, it is the One True |
79 | text editor <grin>. It does, however, have a rather steep | 79 | text editor <grin>. It does, however, have a rather steep |
@@ -91,7 +91,7 @@ config FEATURE_VI_MAX_LEN | |||
91 | 91 | ||
92 | config FEATURE_VI_8BIT | 92 | config FEATURE_VI_8BIT |
93 | bool "Allow vi to display 8-bit chars (otherwise shows dots)" | 93 | bool "Allow vi to display 8-bit chars (otherwise shows dots)" |
94 | default y | 94 | default n |
95 | depends on VI | 95 | depends on VI |
96 | help | 96 | help |
97 | If your terminal can display characters with high bit set, | 97 | If your terminal can display characters with high bit set, |
@@ -170,7 +170,7 @@ config FEATURE_VI_WIN_RESIZE | |||
170 | 170 | ||
171 | config FEATURE_VI_ASK_TERMINAL | 171 | config FEATURE_VI_ASK_TERMINAL |
172 | bool "Use 'tell me cursor position' ESC sequence to measure window" | 172 | bool "Use 'tell me cursor position' ESC sequence to measure window" |
173 | default n | 173 | default y |
174 | depends on VI | 174 | depends on VI |
175 | help | 175 | help |
176 | If terminal size can't be retrieved and $LINES/$COLUMNS are not set, | 176 | If terminal size can't be retrieved and $LINES/$COLUMNS are not set, |
diff --git a/findutils/find.c b/findutils/find.c index 9022867a2..ca630b6c5 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -57,7 +57,7 @@ | |||
57 | //config: | 57 | //config: |
58 | //config:config FIND | 58 | //config:config FIND |
59 | //config: bool "find" | 59 | //config: bool "find" |
60 | //config: default n | 60 | //config: default y |
61 | //config: help | 61 | //config: help |
62 | //config: find is used to search your system to find specified files. | 62 | //config: find is used to search your system to find specified files. |
63 | //config: | 63 | //config: |
@@ -193,7 +193,7 @@ | |||
193 | //config: | 193 | //config: |
194 | //config:config FEATURE_FIND_DELETE | 194 | //config:config FEATURE_FIND_DELETE |
195 | //config: bool "Enable -delete: delete files/dirs" | 195 | //config: bool "Enable -delete: delete files/dirs" |
196 | //config: default n | 196 | //config: default y |
197 | //config: depends on FIND && FEATURE_FIND_DEPTH | 197 | //config: depends on FIND && FEATURE_FIND_DEPTH |
198 | //config: help | 198 | //config: help |
199 | //config: Support the 'find -delete' option for deleting files and directories. | 199 | //config: Support the 'find -delete' option for deleting files and directories. |
@@ -223,7 +223,7 @@ | |||
223 | //config: | 223 | //config: |
224 | //config:config FEATURE_FIND_LINKS | 224 | //config:config FEATURE_FIND_LINKS |
225 | //config: bool "Enable -links: link count matching" | 225 | //config: bool "Enable -links: link count matching" |
226 | //config: default n | 226 | //config: default y |
227 | //config: depends on FIND | 227 | //config: depends on FIND |
228 | //config: help | 228 | //config: help |
229 | //config: Support the 'find -links' option for matching number of links. | 229 | //config: Support the 'find -links' option for matching number of links. |
diff --git a/findutils/grep.c b/findutils/grep.c index be290118f..dd1a4efc4 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -23,7 +23,7 @@ | |||
23 | //config: | 23 | //config: |
24 | //config:config GREP | 24 | //config:config GREP |
25 | //config: bool "grep" | 25 | //config: bool "grep" |
26 | //config: default n | 26 | //config: default y |
27 | //config: help | 27 | //config: help |
28 | //config: grep is used to search files for a specified pattern. | 28 | //config: grep is used to search files for a specified pattern. |
29 | //config: | 29 | //config: |
diff --git a/findutils/xargs.c b/findutils/xargs.c index c55ac5724..7db374c4a 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -21,14 +21,14 @@ | |||
21 | //config: | 21 | //config: |
22 | //config:config XARGS | 22 | //config:config XARGS |
23 | //config: bool "xargs" | 23 | //config: bool "xargs" |
24 | //config: default n | 24 | //config: default y |
25 | //config: help | 25 | //config: help |
26 | //config: xargs is used to execute a specified command for | 26 | //config: xargs is used to execute a specified command for |
27 | //config: every item from standard input. | 27 | //config: every item from standard input. |
28 | //config: | 28 | //config: |
29 | //config:config FEATURE_XARGS_SUPPORT_CONFIRMATION | 29 | //config:config FEATURE_XARGS_SUPPORT_CONFIRMATION |
30 | //config: bool "Enable -p: prompt and confirmation" | 30 | //config: bool "Enable -p: prompt and confirmation" |
31 | //config: default n | 31 | //config: default y |
32 | //config: depends on XARGS | 32 | //config: depends on XARGS |
33 | //config: help | 33 | //config: help |
34 | //config: Support -p: prompt the user whether to run each command | 34 | //config: Support -p: prompt the user whether to run each command |
@@ -36,14 +36,14 @@ | |||
36 | //config: | 36 | //config: |
37 | //config:config FEATURE_XARGS_SUPPORT_QUOTES | 37 | //config:config FEATURE_XARGS_SUPPORT_QUOTES |
38 | //config: bool "Enable single and double quotes and backslash" | 38 | //config: bool "Enable single and double quotes and backslash" |
39 | //config: default n | 39 | //config: default y |
40 | //config: depends on XARGS | 40 | //config: depends on XARGS |
41 | //config: help | 41 | //config: help |
42 | //config: Support quoting in the input. | 42 | //config: Support quoting in the input. |
43 | //config: | 43 | //config: |
44 | //config:config FEATURE_XARGS_SUPPORT_TERMOPT | 44 | //config:config FEATURE_XARGS_SUPPORT_TERMOPT |
45 | //config: bool "Enable -x: exit if -s or -n is exceeded" | 45 | //config: bool "Enable -x: exit if -s or -n is exceeded" |
46 | //config: default n | 46 | //config: default y |
47 | //config: depends on XARGS | 47 | //config: depends on XARGS |
48 | //config: help | 48 | //config: help |
49 | //config: Support -x: exit if the command size (see the -s or -n option) | 49 | //config: Support -x: exit if the command size (see the -s or -n option) |
@@ -51,7 +51,7 @@ | |||
51 | //config: | 51 | //config: |
52 | //config:config FEATURE_XARGS_SUPPORT_ZERO_TERM | 52 | //config:config FEATURE_XARGS_SUPPORT_ZERO_TERM |
53 | //config: bool "Enable -0: NUL-terminated input" | 53 | //config: bool "Enable -0: NUL-terminated input" |
54 | //config: default n | 54 | //config: default y |
55 | //config: depends on XARGS | 55 | //config: depends on XARGS |
56 | //config: help | 56 | //config: help |
57 | //config: Support -0: input items are terminated by a NUL character | 57 | //config: Support -0: input items are terminated by a NUL character |
diff --git a/init/Config.src b/init/Config.src index 76d509207..e8121c96a 100644 --- a/init/Config.src +++ b/init/Config.src | |||
@@ -7,7 +7,7 @@ menu "Init Utilities" | |||
7 | 7 | ||
8 | config INIT | 8 | config INIT |
9 | bool "init" | 9 | bool "init" |
10 | default n | 10 | default y |
11 | select FEATURE_SYSLOG | 11 | select FEATURE_SYSLOG |
12 | help | 12 | help |
13 | init is the first program run when the system boots. | 13 | init is the first program run when the system boots. |
@@ -21,12 +21,12 @@ config FEATURE_USE_INITTAB | |||
21 | 21 | ||
22 | config FEATURE_KILL_REMOVED | 22 | config FEATURE_KILL_REMOVED |
23 | bool "Support killing processes that have been removed from inittab" | 23 | bool "Support killing processes that have been removed from inittab" |
24 | default y | 24 | default n |
25 | depends on FEATURE_USE_INITTAB | 25 | depends on FEATURE_USE_INITTAB |
26 | help | 26 | help |
27 | When respawn entries are removed from inittab and a SIGHUP is | 27 | When respawn entries are removed from inittab and a SIGHUP is |
28 | sent to init, this feature will kill the processes that have | 28 | sent to init, this option will make init kill the processes |
29 | been removed. | 29 | that have been removed. |
30 | 30 | ||
31 | config FEATURE_KILL_DELAY | 31 | config FEATURE_KILL_DELAY |
32 | int "How long to wait between TERM and KILL (0 - send TERM only)" if FEATURE_KILL_REMOVED | 32 | int "How long to wait between TERM and KILL (0 - send TERM only)" if FEATURE_KILL_REMOVED |
@@ -41,7 +41,7 @@ config FEATURE_KILL_DELAY | |||
41 | 41 | ||
42 | config FEATURE_INIT_SCTTY | 42 | config FEATURE_INIT_SCTTY |
43 | bool "Run commands with leading dash with controlling tty" | 43 | bool "Run commands with leading dash with controlling tty" |
44 | default n | 44 | default y |
45 | depends on INIT | 45 | depends on INIT |
46 | help | 46 | help |
47 | If this option is enabled, init will try to give a controlling | 47 | If this option is enabled, init will try to give a controlling |
@@ -56,7 +56,7 @@ config FEATURE_INIT_SCTTY | |||
56 | 56 | ||
57 | config FEATURE_INIT_SYSLOG | 57 | config FEATURE_INIT_SYSLOG |
58 | bool "Enable init to write to syslog" | 58 | bool "Enable init to write to syslog" |
59 | default n | 59 | default y |
60 | depends on INIT | 60 | depends on INIT |
61 | 61 | ||
62 | config FEATURE_EXTRA_QUIET | 62 | config FEATURE_EXTRA_QUIET |
@@ -68,7 +68,7 @@ config FEATURE_EXTRA_QUIET | |||
68 | 68 | ||
69 | config FEATURE_INIT_COREDUMPS | 69 | config FEATURE_INIT_COREDUMPS |
70 | bool "Support dumping core for child processes (debugging only)" | 70 | bool "Support dumping core for child processes (debugging only)" |
71 | default n | 71 | default y |
72 | depends on INIT | 72 | depends on INIT |
73 | help | 73 | help |
74 | If this option is enabled and the file /.init_enable_core | 74 | If this option is enabled and the file /.init_enable_core |
@@ -89,13 +89,13 @@ config FEATURE_INITRD | |||
89 | 89 | ||
90 | config HALT | 90 | config HALT |
91 | bool "poweroff, halt, and reboot" | 91 | bool "poweroff, halt, and reboot" |
92 | default n | 92 | default y |
93 | help | 93 | help |
94 | Stop all processes and either halt, reboot, or power off the system. | 94 | Stop all processes and either halt, reboot, or power off the system. |
95 | 95 | ||
96 | config FEATURE_CALL_TELINIT | 96 | config FEATURE_CALL_TELINIT |
97 | bool "Call telinit on shutdown and reboot" | 97 | bool "Call telinit on shutdown and reboot" |
98 | default n | 98 | default y |
99 | depends on HALT && !INIT | 99 | depends on HALT && !INIT |
100 | help | 100 | help |
101 | Call an external program (normally telinit) to facilitate | 101 | Call an external program (normally telinit) to facilitate |
@@ -115,14 +115,14 @@ config TELINIT_PATH | |||
115 | 115 | ||
116 | config MESG | 116 | config MESG |
117 | bool "mesg" | 117 | bool "mesg" |
118 | default n | 118 | default y |
119 | help | 119 | help |
120 | Mesg controls access to your terminal by others. It is typically | 120 | Mesg controls access to your terminal by others. It is typically |
121 | used to allow or disallow other users to write to your terminal | 121 | used to allow or disallow other users to write to your terminal |
122 | 122 | ||
123 | config BOOTCHARTD | 123 | config BOOTCHARTD |
124 | bool "bootchartd" | 124 | bool "bootchartd" |
125 | default n | 125 | default y |
126 | help | 126 | help |
127 | bootchartd is commonly used to profile the boot process | 127 | bootchartd is commonly used to profile the boot process |
128 | for the purpose of speeding it up. In this case, it is started | 128 | for the purpose of speeding it up. In this case, it is started |
diff --git a/libbb/Config.src b/libbb/Config.src index 55367b21b..a0aeb3683 100644 --- a/libbb/Config.src +++ b/libbb/Config.src | |||
@@ -28,7 +28,7 @@ config MD5_SIZE_VS_SPEED | |||
28 | 28 | ||
29 | config FEATURE_FAST_TOP | 29 | config FEATURE_FAST_TOP |
30 | bool "Faster /proc scanning code (+100 bytes)" | 30 | bool "Faster /proc scanning code (+100 bytes)" |
31 | default n | 31 | default y |
32 | help | 32 | help |
33 | This option makes top (and ps) ~20% faster (or 20% less CPU hungry), | 33 | This option makes top (and ps) ~20% faster (or 20% less CPU hungry), |
34 | but code size is slightly bigger. | 34 | but code size is slightly bigger. |
@@ -43,7 +43,7 @@ config FEATURE_ETC_NETWORKS | |||
43 | 43 | ||
44 | config FEATURE_EDITING | 44 | config FEATURE_EDITING |
45 | bool "Command line editing" | 45 | bool "Command line editing" |
46 | default n | 46 | default y |
47 | help | 47 | help |
48 | Enable line editing (mainly for shell command line). | 48 | Enable line editing (mainly for shell command line). |
49 | 49 | ||
@@ -68,21 +68,21 @@ config FEATURE_EDITING_VI | |||
68 | config FEATURE_EDITING_HISTORY | 68 | config FEATURE_EDITING_HISTORY |
69 | int "History size" | 69 | int "History size" |
70 | range 0 99999 | 70 | range 0 99999 |
71 | default 15 | 71 | default 255 |
72 | depends on FEATURE_EDITING | 72 | depends on FEATURE_EDITING |
73 | help | 73 | help |
74 | Specify command history size. | 74 | Specify command history size. |
75 | 75 | ||
76 | config FEATURE_EDITING_SAVEHISTORY | 76 | config FEATURE_EDITING_SAVEHISTORY |
77 | bool "History saving" | 77 | bool "History saving" |
78 | default n | 78 | default y |
79 | depends on ASH && FEATURE_EDITING | 79 | depends on ASH && FEATURE_EDITING |
80 | help | 80 | help |
81 | Enable history saving in ash shell. | 81 | Enable history saving in ash shell. |
82 | 82 | ||
83 | config FEATURE_TAB_COMPLETION | 83 | config FEATURE_TAB_COMPLETION |
84 | bool "Tab completion" | 84 | bool "Tab completion" |
85 | default n | 85 | default y |
86 | depends on FEATURE_EDITING | 86 | depends on FEATURE_EDITING |
87 | help | 87 | help |
88 | Enable tab completion. | 88 | Enable tab completion. |
@@ -150,7 +150,7 @@ config FEATURE_COPYBUF_KB | |||
150 | 150 | ||
151 | config MONOTONIC_SYSCALL | 151 | config MONOTONIC_SYSCALL |
152 | bool "Use clock_gettime(CLOCK_MONOTONIC) syscall" | 152 | bool "Use clock_gettime(CLOCK_MONOTONIC) syscall" |
153 | default y | 153 | default n |
154 | help | 154 | help |
155 | Use clock_gettime(CLOCK_MONOTONIC) syscall for measuring | 155 | Use clock_gettime(CLOCK_MONOTONIC) syscall for measuring |
156 | time intervals (time, ping, traceroute etc need this). | 156 | time intervals (time, ping, traceroute etc need this). |
diff --git a/loginutils/Config.src b/loginutils/Config.src index a9b5f5a9f..982d5d669 100644 --- a/loginutils/Config.src +++ b/loginutils/Config.src | |||
@@ -7,7 +7,7 @@ menu "Login/Password Management Utilities" | |||
7 | 7 | ||
8 | config FEATURE_SHADOWPASSWDS | 8 | config FEATURE_SHADOWPASSWDS |
9 | bool "Support for shadow passwords" | 9 | bool "Support for shadow passwords" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | Build support for shadow password in /etc/shadow. This file is only | 12 | Build support for shadow password in /etc/shadow. This file is only |
13 | readable by root and thus the encrypted passwords are no longer | 13 | readable by root and thus the encrypted passwords are no longer |
@@ -15,7 +15,7 @@ config FEATURE_SHADOWPASSWDS | |||
15 | 15 | ||
16 | config USE_BB_PWD_GRP | 16 | config USE_BB_PWD_GRP |
17 | bool "Use internal password and group functions rather than system functions" | 17 | bool "Use internal password and group functions rather than system functions" |
18 | default n | 18 | default y |
19 | help | 19 | help |
20 | If you leave this disabled, busybox will use the system's password | 20 | If you leave this disabled, busybox will use the system's password |
21 | and group functions. And if you are using the GNU C library | 21 | and group functions. And if you are using the GNU C library |
@@ -81,7 +81,7 @@ config USE_BB_CRYPT | |||
81 | 81 | ||
82 | config USE_BB_CRYPT_SHA | 82 | config USE_BB_CRYPT_SHA |
83 | bool "Enable SHA256/512 crypt functions" | 83 | bool "Enable SHA256/512 crypt functions" |
84 | default n | 84 | default y |
85 | depends on USE_BB_CRYPT | 85 | depends on USE_BB_CRYPT |
86 | help | 86 | help |
87 | Enable this if you have passwords starting with "$5$" or "$6$" | 87 | Enable this if you have passwords starting with "$5$" or "$6$" |
@@ -93,20 +93,20 @@ config USE_BB_CRYPT_SHA | |||
93 | 93 | ||
94 | config ADDGROUP | 94 | config ADDGROUP |
95 | bool "addgroup" | 95 | bool "addgroup" |
96 | default n | 96 | default y |
97 | help | 97 | help |
98 | Utility for creating a new group account. | 98 | Utility for creating a new group account. |
99 | 99 | ||
100 | config FEATURE_ADDGROUP_LONG_OPTIONS | 100 | config FEATURE_ADDGROUP_LONG_OPTIONS |
101 | bool "Enable long options" | 101 | bool "Enable long options" |
102 | default n | 102 | default y |
103 | depends on ADDGROUP && LONG_OPTS | 103 | depends on ADDGROUP && LONG_OPTS |
104 | help | 104 | help |
105 | Support long options for the addgroup applet. | 105 | Support long options for the addgroup applet. |
106 | 106 | ||
107 | config FEATURE_ADDUSER_TO_GROUP | 107 | config FEATURE_ADDUSER_TO_GROUP |
108 | bool "Support for adding users to groups" | 108 | bool "Support for adding users to groups" |
109 | default n | 109 | default y |
110 | depends on ADDGROUP | 110 | depends on ADDGROUP |
111 | help | 111 | help |
112 | If called with two non-option arguments, | 112 | If called with two non-option arguments, |
@@ -115,13 +115,13 @@ config FEATURE_ADDUSER_TO_GROUP | |||
115 | 115 | ||
116 | config DELGROUP | 116 | config DELGROUP |
117 | bool "delgroup" | 117 | bool "delgroup" |
118 | default n | 118 | default y |
119 | help | 119 | help |
120 | Utility for deleting a group account. | 120 | Utility for deleting a group account. |
121 | 121 | ||
122 | config FEATURE_DEL_USER_FROM_GROUP | 122 | config FEATURE_DEL_USER_FROM_GROUP |
123 | bool "Support for removing users from groups" | 123 | bool "Support for removing users from groups" |
124 | default n | 124 | default y |
125 | depends on DELGROUP | 125 | depends on DELGROUP |
126 | help | 126 | help |
127 | If called with two non-option arguments, deluser | 127 | If called with two non-option arguments, deluser |
@@ -141,13 +141,13 @@ config FEATURE_CHECK_NAMES | |||
141 | 141 | ||
142 | config ADDUSER | 142 | config ADDUSER |
143 | bool "adduser" | 143 | bool "adduser" |
144 | default n | 144 | default y |
145 | help | 145 | help |
146 | Utility for creating a new user account. | 146 | Utility for creating a new user account. |
147 | 147 | ||
148 | config FEATURE_ADDUSER_LONG_OPTIONS | 148 | config FEATURE_ADDUSER_LONG_OPTIONS |
149 | bool "Enable long options" | 149 | bool "Enable long options" |
150 | default n | 150 | default y |
151 | depends on ADDUSER && LONG_OPTS | 151 | depends on ADDUSER && LONG_OPTS |
152 | help | 152 | help |
153 | Support long options for the adduser applet. | 153 | Support long options for the adduser applet. |
@@ -170,20 +170,20 @@ config LAST_SYSTEM_ID | |||
170 | 170 | ||
171 | config DELUSER | 171 | config DELUSER |
172 | bool "deluser" | 172 | bool "deluser" |
173 | default n | 173 | default y |
174 | help | 174 | help |
175 | Utility for deleting a user account. | 175 | Utility for deleting a user account. |
176 | 176 | ||
177 | config GETTY | 177 | config GETTY |
178 | bool "getty" | 178 | bool "getty" |
179 | default n | 179 | default y |
180 | select FEATURE_SYSLOG | 180 | select FEATURE_SYSLOG |
181 | help | 181 | help |
182 | getty lets you log in on a tty, it is normally invoked by init. | 182 | getty lets you log in on a tty, it is normally invoked by init. |
183 | 183 | ||
184 | config LOGIN | 184 | config LOGIN |
185 | bool "login" | 185 | bool "login" |
186 | default n | 186 | default y |
187 | select FEATURE_SUID | 187 | select FEATURE_SUID |
188 | select FEATURE_SYSLOG | 188 | select FEATURE_SYSLOG |
189 | help | 189 | help |
@@ -202,7 +202,7 @@ config PAM | |||
202 | config LOGIN_SCRIPTS | 202 | config LOGIN_SCRIPTS |
203 | bool "Support for login scripts" | 203 | bool "Support for login scripts" |
204 | depends on LOGIN | 204 | depends on LOGIN |
205 | default n | 205 | default y |
206 | help | 206 | help |
207 | Enable this if you want login to execute $LOGIN_PRE_SUID_SCRIPT | 207 | Enable this if you want login to execute $LOGIN_PRE_SUID_SCRIPT |
208 | just prior to switching from root to logged-in user. | 208 | just prior to switching from root to logged-in user. |
@@ -226,7 +226,7 @@ config FEATURE_SECURETTY | |||
226 | 226 | ||
227 | config PASSWD | 227 | config PASSWD |
228 | bool "passwd" | 228 | bool "passwd" |
229 | default n | 229 | default y |
230 | select FEATURE_SUID | 230 | select FEATURE_SUID |
231 | select FEATURE_SYSLOG | 231 | select FEATURE_SYSLOG |
232 | help | 232 | help |
@@ -247,7 +247,7 @@ config FEATURE_PASSWD_WEAK_CHECK | |||
247 | 247 | ||
248 | config CRYPTPW | 248 | config CRYPTPW |
249 | bool "cryptpw" | 249 | bool "cryptpw" |
250 | default n | 250 | default y |
251 | help | 251 | help |
252 | Encrypts the given password with the crypt(3) libc function | 252 | Encrypts the given password with the crypt(3) libc function |
253 | using the given salt. Debian has this utility under mkpasswd | 253 | using the given salt. Debian has this utility under mkpasswd |
@@ -255,14 +255,14 @@ config CRYPTPW | |||
255 | 255 | ||
256 | config CHPASSWD | 256 | config CHPASSWD |
257 | bool "chpasswd" | 257 | bool "chpasswd" |
258 | default n | 258 | default y |
259 | help | 259 | help |
260 | Reads a file of user name and password pairs from standard input | 260 | Reads a file of user name and password pairs from standard input |
261 | and uses this information to update a group of existing users. | 261 | and uses this information to update a group of existing users. |
262 | 262 | ||
263 | config SU | 263 | config SU |
264 | bool "su" | 264 | bool "su" |
265 | default n | 265 | default y |
266 | select FEATURE_SUID | 266 | select FEATURE_SUID |
267 | select FEATURE_SYSLOG | 267 | select FEATURE_SYSLOG |
268 | help | 268 | help |
@@ -284,7 +284,7 @@ config FEATURE_SU_CHECKS_SHELLS | |||
284 | 284 | ||
285 | config SULOGIN | 285 | config SULOGIN |
286 | bool "sulogin" | 286 | bool "sulogin" |
287 | default n | 287 | default y |
288 | select FEATURE_SYSLOG | 288 | select FEATURE_SYSLOG |
289 | help | 289 | help |
290 | sulogin is invoked when the system goes into single user | 290 | sulogin is invoked when the system goes into single user |
@@ -292,7 +292,7 @@ config SULOGIN | |||
292 | 292 | ||
293 | config VLOCK | 293 | config VLOCK |
294 | bool "vlock" | 294 | bool "vlock" |
295 | default n | 295 | default y |
296 | select FEATURE_SUID | 296 | select FEATURE_SUID |
297 | help | 297 | help |
298 | Build the "vlock" applet which allows you to lock (virtual) terminals. | 298 | Build the "vlock" applet which allows you to lock (virtual) terminals. |
diff --git a/mailutils/Config.src b/mailutils/Config.src index 519d562ae..baa04331a 100644 --- a/mailutils/Config.src +++ b/mailutils/Config.src | |||
@@ -2,7 +2,7 @@ menu "Mail Utilities" | |||
2 | 2 | ||
3 | config MAKEMIME | 3 | config MAKEMIME |
4 | bool "makemime" | 4 | bool "makemime" |
5 | default n | 5 | default y |
6 | help | 6 | help |
7 | Create MIME-formatted messages. | 7 | Create MIME-formatted messages. |
8 | 8 | ||
@@ -15,14 +15,14 @@ config FEATURE_MIME_CHARSET | |||
15 | 15 | ||
16 | config POPMAILDIR | 16 | config POPMAILDIR |
17 | bool "popmaildir" | 17 | bool "popmaildir" |
18 | default n | 18 | default y |
19 | help | 19 | help |
20 | Simple yet powerful POP3 mail popper. Delivers content | 20 | Simple yet powerful POP3 mail popper. Delivers content |
21 | of remote mailboxes to local Maildir. | 21 | of remote mailboxes to local Maildir. |
22 | 22 | ||
23 | config FEATURE_POPMAILDIR_DELIVERY | 23 | config FEATURE_POPMAILDIR_DELIVERY |
24 | bool "Allow message filters and custom delivery program" | 24 | bool "Allow message filters and custom delivery program" |
25 | default n | 25 | default y |
26 | depends on POPMAILDIR | 26 | depends on POPMAILDIR |
27 | help | 27 | help |
28 | Allow to use a custom program to filter the content | 28 | Allow to use a custom program to filter the content |
@@ -32,7 +32,7 @@ config FEATURE_POPMAILDIR_DELIVERY | |||
32 | 32 | ||
33 | config REFORMIME | 33 | config REFORMIME |
34 | bool "reformime" | 34 | bool "reformime" |
35 | default n | 35 | default y |
36 | help | 36 | help |
37 | Parse MIME-formatted messages. | 37 | Parse MIME-formatted messages. |
38 | 38 | ||
@@ -46,7 +46,7 @@ config FEATURE_REFORMIME_COMPAT | |||
46 | 46 | ||
47 | config SENDMAIL | 47 | config SENDMAIL |
48 | bool "sendmail" | 48 | bool "sendmail" |
49 | default n | 49 | default y |
50 | help | 50 | help |
51 | Barebones sendmail. | 51 | Barebones sendmail. |
52 | 52 | ||
diff --git a/miscutils/Config.src b/miscutils/Config.src index 7a69dd10f..a822f2a19 100644 --- a/miscutils/Config.src +++ b/miscutils/Config.src | |||
@@ -7,7 +7,7 @@ menu "Miscellaneous Utilities" | |||
7 | 7 | ||
8 | config ADJTIMEX | 8 | config ADJTIMEX |
9 | bool "adjtimex" | 9 | bool "adjtimex" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | Adjtimex reads and optionally sets adjustment parameters for | 12 | Adjtimex reads and optionally sets adjustment parameters for |
13 | the Linux clock adjustment algorithm. | 13 | the Linux clock adjustment algorithm. |
@@ -21,7 +21,7 @@ config BBCONFIG | |||
21 | 21 | ||
22 | config BEEP | 22 | config BEEP |
23 | bool "beep" | 23 | bool "beep" |
24 | default n | 24 | default y |
25 | help | 25 | help |
26 | The beep applets beeps in a given freq/Hz. | 26 | The beep applets beeps in a given freq/Hz. |
27 | 27 | ||
@@ -43,7 +43,7 @@ config FEATURE_BEEP_LENGTH_MS | |||
43 | 43 | ||
44 | config CHAT | 44 | config CHAT |
45 | bool "chat" | 45 | bool "chat" |
46 | default n | 46 | default y |
47 | help | 47 | help |
48 | Simple chat utility. | 48 | Simple chat utility. |
49 | 49 | ||
@@ -77,7 +77,7 @@ config FEATURE_CHAT_IMPLICIT_CR | |||
77 | config FEATURE_CHAT_SWALLOW_OPTS | 77 | config FEATURE_CHAT_SWALLOW_OPTS |
78 | bool "Swallow options" | 78 | bool "Swallow options" |
79 | depends on CHAT | 79 | depends on CHAT |
80 | default n | 80 | default y |
81 | help | 81 | help |
82 | Busybox chat require no options. To make it not fail when used | 82 | Busybox chat require no options. To make it not fail when used |
83 | in place of original chat (which has a bunch of options) turn | 83 | in place of original chat (which has a bunch of options) turn |
@@ -86,7 +86,7 @@ config FEATURE_CHAT_SWALLOW_OPTS | |||
86 | config FEATURE_CHAT_SEND_ESCAPES | 86 | config FEATURE_CHAT_SEND_ESCAPES |
87 | bool "Support weird SEND escapes" | 87 | bool "Support weird SEND escapes" |
88 | depends on CHAT | 88 | depends on CHAT |
89 | default n | 89 | default y |
90 | help | 90 | help |
91 | Original chat uses some escape sequences in SEND arguments which | 91 | Original chat uses some escape sequences in SEND arguments which |
92 | are not sent to device but rather performs special actions. | 92 | are not sent to device but rather performs special actions. |
@@ -97,27 +97,27 @@ config FEATURE_CHAT_SEND_ESCAPES | |||
97 | config FEATURE_CHAT_VAR_ABORT_LEN | 97 | config FEATURE_CHAT_VAR_ABORT_LEN |
98 | bool "Support variable-length ABORT conditions" | 98 | bool "Support variable-length ABORT conditions" |
99 | depends on CHAT | 99 | depends on CHAT |
100 | default n | 100 | default y |
101 | help | 101 | help |
102 | Original chat uses fixed 50-bytes length ABORT conditions. Say N here. | 102 | Original chat uses fixed 50-bytes length ABORT conditions. Say N here. |
103 | 103 | ||
104 | config FEATURE_CHAT_CLR_ABORT | 104 | config FEATURE_CHAT_CLR_ABORT |
105 | bool "Support revoking of ABORT conditions" | 105 | bool "Support revoking of ABORT conditions" |
106 | depends on CHAT | 106 | depends on CHAT |
107 | default n | 107 | default y |
108 | help | 108 | help |
109 | Support CLR_ABORT directive. | 109 | Support CLR_ABORT directive. |
110 | 110 | ||
111 | config CHRT | 111 | config CHRT |
112 | bool "chrt" | 112 | bool "chrt" |
113 | default n | 113 | default y |
114 | help | 114 | help |
115 | manipulate real-time attributes of a process. | 115 | manipulate real-time attributes of a process. |
116 | This requires sched_{g,s}etparam support in your libc. | 116 | This requires sched_{g,s}etparam support in your libc. |
117 | 117 | ||
118 | config CROND | 118 | config CROND |
119 | bool "crond" | 119 | bool "crond" |
120 | default n | 120 | default y |
121 | select FEATURE_SUID | 121 | select FEATURE_SUID |
122 | select FEATURE_SYSLOG | 122 | select FEATURE_SYSLOG |
123 | help | 123 | help |
@@ -132,13 +132,13 @@ config CROND | |||
132 | config FEATURE_CROND_D | 132 | config FEATURE_CROND_D |
133 | bool "Support option -d to redirect output to stderr" | 133 | bool "Support option -d to redirect output to stderr" |
134 | depends on CROND | 134 | depends on CROND |
135 | default n | 135 | default y |
136 | help | 136 | help |
137 | -d sets loglevel to 0 (most verbose) and directs all output to stderr. | 137 | -d sets loglevel to 0 (most verbose) and directs all output to stderr. |
138 | 138 | ||
139 | config FEATURE_CROND_CALL_SENDMAIL | 139 | config FEATURE_CROND_CALL_SENDMAIL |
140 | bool "Report command output via email (using sendmail)" | 140 | bool "Report command output via email (using sendmail)" |
141 | default n | 141 | default y |
142 | depends on CROND | 142 | depends on CROND |
143 | help | 143 | help |
144 | Command output will be sent to corresponding user via email. | 144 | Command output will be sent to corresponding user via email. |
@@ -152,7 +152,7 @@ config FEATURE_CROND_DIR | |||
152 | 152 | ||
153 | config CRONTAB | 153 | config CRONTAB |
154 | bool "crontab" | 154 | bool "crontab" |
155 | default n | 155 | default y |
156 | select FEATURE_SUID | 156 | select FEATURE_SUID |
157 | help | 157 | help |
158 | Crontab manipulates the crontab for a particular user. Only | 158 | Crontab manipulates the crontab for a particular user. Only |
@@ -162,14 +162,14 @@ config CRONTAB | |||
162 | 162 | ||
163 | config DC | 163 | config DC |
164 | bool "dc" | 164 | bool "dc" |
165 | default n | 165 | default y |
166 | help | 166 | help |
167 | Dc is a reverse-polish desk calculator which supports unlimited | 167 | Dc is a reverse-polish desk calculator which supports unlimited |
168 | precision arithmetic. | 168 | precision arithmetic. |
169 | 169 | ||
170 | config FEATURE_DC_LIBM | 170 | config FEATURE_DC_LIBM |
171 | bool "Enable power and exp functions (requires libm)" | 171 | bool "Enable power and exp functions (requires libm)" |
172 | default n | 172 | default y |
173 | depends on DC | 173 | depends on DC |
174 | help | 174 | help |
175 | Enable power and exp functions. | 175 | Enable power and exp functions. |
@@ -196,7 +196,7 @@ config DEVFSD | |||
196 | 196 | ||
197 | config DEVFSD_MODLOAD | 197 | config DEVFSD_MODLOAD |
198 | bool "Adds support for MODLOAD keyword in devsfd.conf" | 198 | bool "Adds support for MODLOAD keyword in devsfd.conf" |
199 | default n | 199 | default y |
200 | depends on DEVFSD | 200 | depends on DEVFSD |
201 | help | 201 | help |
202 | This actually doesn't work with busybox modutils but needs | 202 | This actually doesn't work with busybox modutils but needs |
@@ -204,7 +204,7 @@ config DEVFSD_MODLOAD | |||
204 | 204 | ||
205 | config DEVFSD_FG_NP | 205 | config DEVFSD_FG_NP |
206 | bool "Enables the -fg and -np options" | 206 | bool "Enables the -fg and -np options" |
207 | default n | 207 | default y |
208 | depends on DEVFSD | 208 | depends on DEVFSD |
209 | help | 209 | help |
210 | -fg Run the daemon in the foreground. | 210 | -fg Run the daemon in the foreground. |
@@ -213,7 +213,7 @@ config DEVFSD_FG_NP | |||
213 | 213 | ||
214 | config DEVFSD_VERBOSE | 214 | config DEVFSD_VERBOSE |
215 | bool "Increases logging (and size)" | 215 | bool "Increases logging (and size)" |
216 | default n | 216 | default y |
217 | depends on DEVFSD | 217 | depends on DEVFSD |
218 | help | 218 | help |
219 | Increases logging to stderr or syslog. | 219 | Increases logging to stderr or syslog. |
@@ -232,20 +232,20 @@ config FEATURE_DEVFS | |||
232 | 232 | ||
233 | config DEVMEM | 233 | config DEVMEM |
234 | bool "devmem" | 234 | bool "devmem" |
235 | default n | 235 | default y |
236 | help | 236 | help |
237 | devmem is a small program that reads and writes from physical | 237 | devmem is a small program that reads and writes from physical |
238 | memory using /dev/mem. | 238 | memory using /dev/mem. |
239 | 239 | ||
240 | config EJECT | 240 | config EJECT |
241 | bool "eject" | 241 | bool "eject" |
242 | default n | 242 | default y |
243 | help | 243 | help |
244 | Used to eject cdroms. (defaults to /dev/cdrom) | 244 | Used to eject cdroms. (defaults to /dev/cdrom) |
245 | 245 | ||
246 | config FEATURE_EJECT_SCSI | 246 | config FEATURE_EJECT_SCSI |
247 | bool "SCSI support" | 247 | bool "SCSI support" |
248 | default n | 248 | default y |
249 | depends on EJECT | 249 | depends on EJECT |
250 | help | 250 | help |
251 | Add the -s option to eject, this allows to eject SCSI-Devices and | 251 | Add the -s option to eject, this allows to eject SCSI-Devices and |
@@ -253,7 +253,7 @@ config FEATURE_EJECT_SCSI | |||
253 | 253 | ||
254 | config FBSPLASH | 254 | config FBSPLASH |
255 | bool "fbsplash" | 255 | bool "fbsplash" |
256 | default n | 256 | default y |
257 | help | 257 | help |
258 | Shows splash image and progress bar on framebuffer device. | 258 | Shows splash image and progress bar on framebuffer device. |
259 | Can be used during boot phase of an embedded device. ~2kb. | 259 | Can be used during boot phase of an embedded device. ~2kb. |
@@ -274,49 +274,49 @@ config FBSPLASH | |||
274 | 274 | ||
275 | config FLASHCP | 275 | config FLASHCP |
276 | bool "flashcp" | 276 | bool "flashcp" |
277 | default n | 277 | default y |
278 | help | 278 | help |
279 | The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7. | 279 | The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7. |
280 | This utility is used to copy images into a MTD device. | 280 | This utility is used to copy images into a MTD device. |
281 | 281 | ||
282 | config FLASH_LOCK | 282 | config FLASH_LOCK |
283 | bool "flash_lock" | 283 | bool "flash_lock" |
284 | default n | 284 | default y |
285 | help | 285 | help |
286 | The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This | 286 | The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This |
287 | utility locks part or all of the flash device. | 287 | utility locks part or all of the flash device. |
288 | 288 | ||
289 | config FLASH_UNLOCK | 289 | config FLASH_UNLOCK |
290 | bool "flash_unlock" | 290 | bool "flash_unlock" |
291 | default n | 291 | default y |
292 | help | 292 | help |
293 | The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This | 293 | The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This |
294 | utility unlocks part or all of the flash device. | 294 | utility unlocks part or all of the flash device. |
295 | 295 | ||
296 | config FLASH_ERASEALL | 296 | config FLASH_ERASEALL |
297 | bool "flash_eraseall" | 297 | bool "flash_eraseall" |
298 | default n | 298 | default y |
299 | help | 299 | help |
300 | The flash_eraseall binary from mtd-utils as of git head c4c6a59eb. | 300 | The flash_eraseall binary from mtd-utils as of git head c4c6a59eb. |
301 | This utility is used to erase the whole MTD device. | 301 | This utility is used to erase the whole MTD device. |
302 | 302 | ||
303 | config IONICE | 303 | config IONICE |
304 | bool "ionice" | 304 | bool "ionice" |
305 | default n | 305 | default y |
306 | help | 306 | help |
307 | Set/set program io scheduling class and priority | 307 | Set/set program io scheduling class and priority |
308 | Requires kernel >= 2.6.13 | 308 | Requires kernel >= 2.6.13 |
309 | 309 | ||
310 | config INOTIFYD | 310 | config INOTIFYD |
311 | bool "inotifyd" | 311 | bool "inotifyd" |
312 | default n | 312 | default y |
313 | help | 313 | help |
314 | Simple inotify daemon. Reports filesystem changes. Requires | 314 | Simple inotify daemon. Reports filesystem changes. Requires |
315 | kernel >= 2.6.13 | 315 | kernel >= 2.6.13 |
316 | 316 | ||
317 | config LAST | 317 | config LAST |
318 | bool "last" | 318 | bool "last" |
319 | default n | 319 | default y |
320 | depends on FEATURE_WTMP | 320 | depends on FEATURE_WTMP |
321 | help | 321 | help |
322 | 'last' displays a list of the last users that logged into the system. | 322 | 'last' displays a list of the last users that logged into the system. |
@@ -324,7 +324,7 @@ config LAST | |||
324 | choice | 324 | choice |
325 | prompt "Choose last implementation" | 325 | prompt "Choose last implementation" |
326 | depends on LAST | 326 | depends on LAST |
327 | default FEATURE_LAST_SMALL | 327 | default FEATURE_LAST_FANCY |
328 | 328 | ||
329 | config FEATURE_LAST_SMALL | 329 | config FEATURE_LAST_SMALL |
330 | bool "small" | 330 | bool "small" |
@@ -341,7 +341,7 @@ endchoice | |||
341 | 341 | ||
342 | config LESS | 342 | config LESS |
343 | bool "less" | 343 | bool "less" |
344 | default n | 344 | default y |
345 | help | 345 | help |
346 | 'less' is a pager, meaning that it displays text files. It possesses | 346 | 'less' is a pager, meaning that it displays text files. It possesses |
347 | a wide array of features, and is an improvement over 'more'. | 347 | a wide array of features, and is an improvement over 'more'. |
@@ -371,28 +371,28 @@ config FEATURE_LESS_FLAGS | |||
371 | 371 | ||
372 | config FEATURE_LESS_MARKS | 372 | config FEATURE_LESS_MARKS |
373 | bool "Enable marks" | 373 | bool "Enable marks" |
374 | default n | 374 | default y |
375 | depends on LESS | 375 | depends on LESS |
376 | help | 376 | help |
377 | Marks enable positions in a file to be stored for easy reference. | 377 | Marks enable positions in a file to be stored for easy reference. |
378 | 378 | ||
379 | config FEATURE_LESS_REGEXP | 379 | config FEATURE_LESS_REGEXP |
380 | bool "Enable regular expressions" | 380 | bool "Enable regular expressions" |
381 | default n | 381 | default y |
382 | depends on LESS | 382 | depends on LESS |
383 | help | 383 | help |
384 | Enable regular expressions, allowing complex file searches. | 384 | Enable regular expressions, allowing complex file searches. |
385 | 385 | ||
386 | config FEATURE_LESS_WINCH | 386 | config FEATURE_LESS_WINCH |
387 | bool "Enable automatic resizing on window size changes" | 387 | bool "Enable automatic resizing on window size changes" |
388 | default n | 388 | default y |
389 | depends on LESS | 389 | depends on LESS |
390 | help | 390 | help |
391 | Makes less track window size changes. | 391 | Makes less track window size changes. |
392 | 392 | ||
393 | config FEATURE_LESS_DASHCMD | 393 | config FEATURE_LESS_DASHCMD |
394 | bool "Enable flag changes ('-' command)" | 394 | bool "Enable flag changes ('-' command)" |
395 | default n | 395 | default y |
396 | depends on LESS | 396 | depends on LESS |
397 | help | 397 | help |
398 | This enables the ability to change command-line flags within | 398 | This enables the ability to change command-line flags within |
@@ -400,14 +400,14 @@ config FEATURE_LESS_DASHCMD | |||
400 | 400 | ||
401 | config FEATURE_LESS_LINENUMS | 401 | config FEATURE_LESS_LINENUMS |
402 | bool "Enable dynamic switching of line numbers" | 402 | bool "Enable dynamic switching of line numbers" |
403 | default n | 403 | default y |
404 | depends on FEATURE_LESS_DASHCMD | 404 | depends on FEATURE_LESS_DASHCMD |
405 | help | 405 | help |
406 | Enable "-N" command. | 406 | Enable "-N" command. |
407 | 407 | ||
408 | config HDPARM | 408 | config HDPARM |
409 | bool "hdparm" | 409 | bool "hdparm" |
410 | default n | 410 | default y |
411 | help | 411 | help |
412 | Get/Set hard drive parameters. Primarily intended for ATA | 412 | Get/Set hard drive parameters. Primarily intended for ATA |
413 | drives. Adds about 13k (or around 30k if you enable the | 413 | drives. Adds about 13k (or around 30k if you enable the |
@@ -425,7 +425,7 @@ config FEATURE_HDPARM_GET_IDENTITY | |||
425 | 425 | ||
426 | config FEATURE_HDPARM_HDIO_SCAN_HWIF | 426 | config FEATURE_HDPARM_HDIO_SCAN_HWIF |
427 | bool "Register an IDE interface (DANGEROUS)" | 427 | bool "Register an IDE interface (DANGEROUS)" |
428 | default n | 428 | default y |
429 | depends on HDPARM | 429 | depends on HDPARM |
430 | help | 430 | help |
431 | Enables the 'hdparm -R' option to register an IDE interface. | 431 | Enables the 'hdparm -R' option to register an IDE interface. |
@@ -433,7 +433,7 @@ config FEATURE_HDPARM_HDIO_SCAN_HWIF | |||
433 | 433 | ||
434 | config FEATURE_HDPARM_HDIO_UNREGISTER_HWIF | 434 | config FEATURE_HDPARM_HDIO_UNREGISTER_HWIF |
435 | bool "Un-register an IDE interface (DANGEROUS)" | 435 | bool "Un-register an IDE interface (DANGEROUS)" |
436 | default n | 436 | default y |
437 | depends on HDPARM | 437 | depends on HDPARM |
438 | help | 438 | help |
439 | Enables the 'hdparm -U' option to un-register an IDE interface. | 439 | Enables the 'hdparm -U' option to un-register an IDE interface. |
@@ -441,7 +441,7 @@ config FEATURE_HDPARM_HDIO_UNREGISTER_HWIF | |||
441 | 441 | ||
442 | config FEATURE_HDPARM_HDIO_DRIVE_RESET | 442 | config FEATURE_HDPARM_HDIO_DRIVE_RESET |
443 | bool "Perform device reset (DANGEROUS)" | 443 | bool "Perform device reset (DANGEROUS)" |
444 | default n | 444 | default y |
445 | depends on HDPARM | 445 | depends on HDPARM |
446 | help | 446 | help |
447 | Enables the 'hdparm -w' option to perform a device reset. | 447 | Enables the 'hdparm -w' option to perform a device reset. |
@@ -449,7 +449,7 @@ config FEATURE_HDPARM_HDIO_DRIVE_RESET | |||
449 | 449 | ||
450 | config FEATURE_HDPARM_HDIO_TRISTATE_HWIF | 450 | config FEATURE_HDPARM_HDIO_TRISTATE_HWIF |
451 | bool "Tristate device for hotswap (DANGEROUS)" | 451 | bool "Tristate device for hotswap (DANGEROUS)" |
452 | default n | 452 | default y |
453 | depends on HDPARM | 453 | depends on HDPARM |
454 | help | 454 | help |
455 | Enables the 'hdparm -x' option to tristate device for hotswap, | 455 | Enables the 'hdparm -x' option to tristate device for hotswap, |
@@ -458,14 +458,14 @@ config FEATURE_HDPARM_HDIO_TRISTATE_HWIF | |||
458 | 458 | ||
459 | config FEATURE_HDPARM_HDIO_GETSET_DMA | 459 | config FEATURE_HDPARM_HDIO_GETSET_DMA |
460 | bool "Get/set using_dma flag" | 460 | bool "Get/set using_dma flag" |
461 | default n | 461 | default y |
462 | depends on HDPARM | 462 | depends on HDPARM |
463 | help | 463 | help |
464 | Enables the 'hdparm -d' option to get/set using_dma flag. | 464 | Enables the 'hdparm -d' option to get/set using_dma flag. |
465 | 465 | ||
466 | config MAKEDEVS | 466 | config MAKEDEVS |
467 | bool "makedevs" | 467 | bool "makedevs" |
468 | default n | 468 | default y |
469 | help | 469 | help |
470 | 'makedevs' is a utility used to create a batch of devices with | 470 | 'makedevs' is a utility used to create a batch of devices with |
471 | one command. | 471 | one command. |
@@ -497,25 +497,25 @@ endchoice | |||
497 | 497 | ||
498 | config MAN | 498 | config MAN |
499 | bool "man" | 499 | bool "man" |
500 | default n | 500 | default y |
501 | help | 501 | help |
502 | Format and display manual pages. | 502 | Format and display manual pages. |
503 | 503 | ||
504 | config MICROCOM | 504 | config MICROCOM |
505 | bool "microcom" | 505 | bool "microcom" |
506 | default n | 506 | default y |
507 | help | 507 | help |
508 | The poor man's minicom utility for chatting with serial port devices. | 508 | The poor man's minicom utility for chatting with serial port devices. |
509 | 509 | ||
510 | config MOUNTPOINT | 510 | config MOUNTPOINT |
511 | bool "mountpoint" | 511 | bool "mountpoint" |
512 | default n | 512 | default y |
513 | help | 513 | help |
514 | mountpoint checks if the directory is a mountpoint. | 514 | mountpoint checks if the directory is a mountpoint. |
515 | 515 | ||
516 | config MT | 516 | config MT |
517 | bool "mt" | 517 | bool "mt" |
518 | default n | 518 | default y |
519 | help | 519 | help |
520 | mt is used to control tape devices. You can use the mt utility | 520 | mt is used to control tape devices. You can use the mt utility |
521 | to advance or rewind a tape past a specified number of archive | 521 | to advance or rewind a tape past a specified number of archive |
@@ -523,14 +523,14 @@ config MT | |||
523 | 523 | ||
524 | config RAIDAUTORUN | 524 | config RAIDAUTORUN |
525 | bool "raidautorun" | 525 | bool "raidautorun" |
526 | default n | 526 | default y |
527 | help | 527 | help |
528 | raidautorun tells the kernel md driver to | 528 | raidautorun tells the kernel md driver to |
529 | search and start RAID arrays. | 529 | search and start RAID arrays. |
530 | 530 | ||
531 | config READAHEAD | 531 | config READAHEAD |
532 | bool "readahead" | 532 | bool "readahead" |
533 | default n | 533 | default y |
534 | depends on LFS | 534 | depends on LFS |
535 | help | 535 | help |
536 | Preload the files listed on the command line into RAM cache so that | 536 | Preload the files listed on the command line into RAM cache so that |
@@ -547,7 +547,7 @@ config READAHEAD | |||
547 | 547 | ||
548 | config RFKILL | 548 | config RFKILL |
549 | bool "rfkill" | 549 | bool "rfkill" |
550 | default n | 550 | default y |
551 | help | 551 | help |
552 | Enable/disable wireless devices. | 552 | Enable/disable wireless devices. |
553 | 553 | ||
@@ -558,7 +558,7 @@ config RFKILL | |||
558 | 558 | ||
559 | config RUNLEVEL | 559 | config RUNLEVEL |
560 | bool "runlevel" | 560 | bool "runlevel" |
561 | default n | 561 | default y |
562 | help | 562 | help |
563 | find the current and previous system runlevel. | 563 | find the current and previous system runlevel. |
564 | 564 | ||
@@ -567,26 +567,26 @@ config RUNLEVEL | |||
567 | 567 | ||
568 | config RX | 568 | config RX |
569 | bool "rx" | 569 | bool "rx" |
570 | default n | 570 | default y |
571 | help | 571 | help |
572 | Receive files using the Xmodem protocol. | 572 | Receive files using the Xmodem protocol. |
573 | 573 | ||
574 | config SETSID | 574 | config SETSID |
575 | bool "setsid" | 575 | bool "setsid" |
576 | default n | 576 | default y |
577 | help | 577 | help |
578 | setsid runs a program in a new session | 578 | setsid runs a program in a new session |
579 | 579 | ||
580 | config STRINGS | 580 | config STRINGS |
581 | bool "strings" | 581 | bool "strings" |
582 | default n | 582 | default y |
583 | help | 583 | help |
584 | strings prints the printable character sequences for each file | 584 | strings prints the printable character sequences for each file |
585 | specified. | 585 | specified. |
586 | 586 | ||
587 | config TASKSET | 587 | config TASKSET |
588 | bool "taskset" | 588 | bool "taskset" |
589 | default n | 589 | default y |
590 | help | 590 | help |
591 | Retrieve or set a processes's CPU affinity. | 591 | Retrieve or set a processes's CPU affinity. |
592 | This requires sched_{g,s}etaffinity support in your libc. | 592 | This requires sched_{g,s}etaffinity support in your libc. |
@@ -602,7 +602,7 @@ config FEATURE_TASKSET_FANCY | |||
602 | 602 | ||
603 | config TIME | 603 | config TIME |
604 | bool "time" | 604 | bool "time" |
605 | default n | 605 | default y |
606 | help | 606 | help |
607 | The time command runs the specified program with the given arguments. | 607 | The time command runs the specified program with the given arguments. |
608 | When the command finishes, time writes a message to standard output | 608 | When the command finishes, time writes a message to standard output |
@@ -610,14 +610,14 @@ config TIME | |||
610 | 610 | ||
611 | config TIMEOUT | 611 | config TIMEOUT |
612 | bool "timeout" | 612 | bool "timeout" |
613 | default n | 613 | default y |
614 | help | 614 | help |
615 | Runs a program and watches it. If it does not terminate in | 615 | Runs a program and watches it. If it does not terminate in |
616 | specified number of seconds, it is sent a signal. | 616 | specified number of seconds, it is sent a signal. |
617 | 617 | ||
618 | config TTYSIZE | 618 | config TTYSIZE |
619 | bool "ttysize" | 619 | bool "ttysize" |
620 | default n | 620 | default y |
621 | help | 621 | help |
622 | A replacement for "stty size". Unlike stty, can report only width, | 622 | A replacement for "stty size". Unlike stty, can report only width, |
623 | only height, or both, in any order. It also does not complain on | 623 | only height, or both, in any order. It also does not complain on |
@@ -626,19 +626,19 @@ config TTYSIZE | |||
626 | 626 | ||
627 | config VOLNAME | 627 | config VOLNAME |
628 | bool "volname" | 628 | bool "volname" |
629 | default n | 629 | default y |
630 | help | 630 | help |
631 | Prints a CD-ROM volume name. | 631 | Prints a CD-ROM volume name. |
632 | 632 | ||
633 | config WALL | 633 | config WALL |
634 | bool "wall" | 634 | bool "wall" |
635 | default n | 635 | default y |
636 | help | 636 | help |
637 | Write a message to all users that are logged in. | 637 | Write a message to all users that are logged in. |
638 | 638 | ||
639 | config WATCHDOG | 639 | config WATCHDOG |
640 | bool "watchdog" | 640 | bool "watchdog" |
641 | default n | 641 | default y |
642 | help | 642 | help |
643 | The watchdog utility is used with hardware or software watchdog | 643 | The watchdog utility is used with hardware or software watchdog |
644 | device drivers. It opens the specified watchdog device special file | 644 | device drivers. It opens the specified watchdog device special file |
diff --git a/modutils/Config.src b/modutils/Config.src index 83c12b67f..3d02f87ee 100644 --- a/modutils/Config.src +++ b/modutils/Config.src | |||
@@ -7,7 +7,7 @@ menu "Linux Module Utilities" | |||
7 | 7 | ||
8 | config MODPROBE_SMALL | 8 | config MODPROBE_SMALL |
9 | bool "Simplified modutils" | 9 | bool "Simplified modutils" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | Simplified modutils. | 12 | Simplified modutils. |
13 | 13 | ||
@@ -40,14 +40,14 @@ config MODPROBE_SMALL | |||
40 | 40 | ||
41 | config FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE | 41 | config FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE |
42 | bool "Accept module options on modprobe command line" | 42 | bool "Accept module options on modprobe command line" |
43 | default n | 43 | default y |
44 | depends on MODPROBE_SMALL | 44 | depends on MODPROBE_SMALL |
45 | help | 45 | help |
46 | Allow insmod and modprobe take module options from command line. | 46 | Allow insmod and modprobe take module options from command line. |
47 | 47 | ||
48 | config FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED | 48 | config FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED |
49 | bool "Skip loading of already loaded modules" | 49 | bool "Skip loading of already loaded modules" |
50 | default n | 50 | default y |
51 | depends on MODPROBE_SMALL | 51 | depends on MODPROBE_SMALL |
52 | help | 52 | help |
53 | Check if the module is already loaded. | 53 | Check if the module is already loaded. |
diff --git a/networking/Config.src b/networking/Config.src index ce7166f98..eb8dc1ce2 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -7,7 +7,7 @@ menu "Networking Utilities" | |||
7 | 7 | ||
8 | config FEATURE_IPV6 | 8 | config FEATURE_IPV6 |
9 | bool "Enable IPv6 support" | 9 | bool "Enable IPv6 support" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | Enable IPv6 support in busybox. | 12 | Enable IPv6 support in busybox. |
13 | This adds IPv6 support in the networking applets. | 13 | This adds IPv6 support in the networking applets. |
@@ -48,26 +48,26 @@ config VERBOSE_RESOLUTION_ERRORS | |||
48 | 48 | ||
49 | config ARP | 49 | config ARP |
50 | bool "arp" | 50 | bool "arp" |
51 | default n | 51 | default y |
52 | help | 52 | help |
53 | Manipulate the system ARP cache. | 53 | Manipulate the system ARP cache. |
54 | 54 | ||
55 | config ARPING | 55 | config ARPING |
56 | bool "arping" | 56 | bool "arping" |
57 | default n | 57 | default y |
58 | help | 58 | help |
59 | Ping hosts by ARP packets. | 59 | Ping hosts by ARP packets. |
60 | 60 | ||
61 | config BRCTL | 61 | config BRCTL |
62 | bool "brctl" | 62 | bool "brctl" |
63 | default n | 63 | default y |
64 | help | 64 | help |
65 | Manage ethernet bridges. | 65 | Manage ethernet bridges. |
66 | Supports addbr/delbr and addif/delif. | 66 | Supports addbr/delbr and addif/delif. |
67 | 67 | ||
68 | config FEATURE_BRCTL_FANCY | 68 | config FEATURE_BRCTL_FANCY |
69 | bool "Fancy options" | 69 | bool "Fancy options" |
70 | default n | 70 | default y |
71 | depends on BRCTL | 71 | depends on BRCTL |
72 | help | 72 | help |
73 | Add support for extended option like: | 73 | Add support for extended option like: |
@@ -78,7 +78,7 @@ config FEATURE_BRCTL_FANCY | |||
78 | 78 | ||
79 | config FEATURE_BRCTL_SHOW | 79 | config FEATURE_BRCTL_SHOW |
80 | bool "Support show, showmac and showstp" | 80 | bool "Support show, showmac and showstp" |
81 | default n | 81 | default y |
82 | depends on BRCTL && FEATURE_BRCTL_FANCY | 82 | depends on BRCTL && FEATURE_BRCTL_FANCY |
83 | help | 83 | help |
84 | Add support for option which prints the current config: | 84 | Add support for option which prints the current config: |
@@ -86,19 +86,19 @@ config FEATURE_BRCTL_SHOW | |||
86 | 86 | ||
87 | config DNSD | 87 | config DNSD |
88 | bool "dnsd" | 88 | bool "dnsd" |
89 | default n | 89 | default y |
90 | help | 90 | help |
91 | Small and static DNS server daemon. | 91 | Small and static DNS server daemon. |
92 | 92 | ||
93 | config ETHER_WAKE | 93 | config ETHER_WAKE |
94 | bool "ether-wake" | 94 | bool "ether-wake" |
95 | default n | 95 | default y |
96 | help | 96 | help |
97 | Send a magic packet to wake up sleeping machines. | 97 | Send a magic packet to wake up sleeping machines. |
98 | 98 | ||
99 | config FAKEIDENTD | 99 | config FAKEIDENTD |
100 | bool "fakeidentd" | 100 | bool "fakeidentd" |
101 | default n | 101 | default y |
102 | select FEATURE_SYSLOG | 102 | select FEATURE_SYSLOG |
103 | help | 103 | help |
104 | fakeidentd listens on the ident port and returns a predefined | 104 | fakeidentd listens on the ident port and returns a predefined |
@@ -106,7 +106,7 @@ config FAKEIDENTD | |||
106 | 106 | ||
107 | config FTPD | 107 | config FTPD |
108 | bool "ftpd" | 108 | bool "ftpd" |
109 | default n | 109 | default y |
110 | help | 110 | help |
111 | simple FTP daemon. You have to run it via inetd. | 111 | simple FTP daemon. You have to run it via inetd. |
112 | 112 | ||
@@ -130,38 +130,38 @@ config FEATURE_FTPD_ACCEPT_BROKEN_LIST | |||
130 | 130 | ||
131 | config FTPGET | 131 | config FTPGET |
132 | bool "ftpget" | 132 | bool "ftpget" |
133 | default n | 133 | default y |
134 | help | 134 | help |
135 | Retrieve a remote file via FTP. | 135 | Retrieve a remote file via FTP. |
136 | 136 | ||
137 | config FTPPUT | 137 | config FTPPUT |
138 | bool "ftpput" | 138 | bool "ftpput" |
139 | default n | 139 | default y |
140 | help | 140 | help |
141 | Store a remote file via FTP. | 141 | Store a remote file via FTP. |
142 | 142 | ||
143 | config FEATURE_FTPGETPUT_LONG_OPTIONS | 143 | config FEATURE_FTPGETPUT_LONG_OPTIONS |
144 | bool "Enable long options in ftpget/ftpput" | 144 | bool "Enable long options in ftpget/ftpput" |
145 | default n | 145 | default y |
146 | depends on LONG_OPTS && (FTPGET || FTPPUT) | 146 | depends on LONG_OPTS && (FTPGET || FTPPUT) |
147 | help | 147 | help |
148 | Support long options for the ftpget/ftpput applet. | 148 | Support long options for the ftpget/ftpput applet. |
149 | 149 | ||
150 | config HOSTNAME | 150 | config HOSTNAME |
151 | bool "hostname" | 151 | bool "hostname" |
152 | default n | 152 | default y |
153 | help | 153 | help |
154 | Show or set the system's host name. | 154 | Show or set the system's host name. |
155 | 155 | ||
156 | config HTTPD | 156 | config HTTPD |
157 | bool "httpd" | 157 | bool "httpd" |
158 | default n | 158 | default y |
159 | help | 159 | help |
160 | Serve web pages via an HTTP server. | 160 | Serve web pages via an HTTP server. |
161 | 161 | ||
162 | config FEATURE_HTTPD_RANGES | 162 | config FEATURE_HTTPD_RANGES |
163 | bool "Support 'Ranges:' header" | 163 | bool "Support 'Ranges:' header" |
164 | default n | 164 | default y |
165 | depends on HTTPD | 165 | depends on HTTPD |
166 | help | 166 | help |
167 | Makes httpd emit "Accept-Ranges: bytes" header and understand | 167 | Makes httpd emit "Accept-Ranges: bytes" header and understand |
@@ -170,7 +170,7 @@ config FEATURE_HTTPD_RANGES | |||
170 | 170 | ||
171 | config FEATURE_HTTPD_USE_SENDFILE | 171 | config FEATURE_HTTPD_USE_SENDFILE |
172 | bool "Use sendfile system call" | 172 | bool "Use sendfile system call" |
173 | default n | 173 | default y |
174 | depends on HTTPD | 174 | depends on HTTPD |
175 | help | 175 | help |
176 | When enabled, httpd will use the kernel sendfile() function | 176 | When enabled, httpd will use the kernel sendfile() function |
@@ -178,7 +178,7 @@ config FEATURE_HTTPD_USE_SENDFILE | |||
178 | 178 | ||
179 | config FEATURE_HTTPD_SETUID | 179 | config FEATURE_HTTPD_SETUID |
180 | bool "Enable -u <user> option" | 180 | bool "Enable -u <user> option" |
181 | default n | 181 | default y |
182 | depends on HTTPD | 182 | depends on HTTPD |
183 | help | 183 | help |
184 | This option allows the server to run as a specific user | 184 | This option allows the server to run as a specific user |
@@ -196,7 +196,7 @@ config FEATURE_HTTPD_BASIC_AUTH | |||
196 | 196 | ||
197 | config FEATURE_HTTPD_AUTH_MD5 | 197 | config FEATURE_HTTPD_AUTH_MD5 |
198 | bool "Support MD5 crypted passwords for http Authentication" | 198 | bool "Support MD5 crypted passwords for http Authentication" |
199 | default n | 199 | default y |
200 | depends on FEATURE_HTTPD_BASIC_AUTH | 200 | depends on FEATURE_HTTPD_BASIC_AUTH |
201 | help | 201 | help |
202 | Enables basic per URL authentication from /etc/httpd.conf | 202 | Enables basic per URL authentication from /etc/httpd.conf |
@@ -212,7 +212,7 @@ config FEATURE_HTTPD_CGI | |||
212 | 212 | ||
213 | config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR | 213 | config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR |
214 | bool "Support for running scripts through an interpreter" | 214 | bool "Support for running scripts through an interpreter" |
215 | default n | 215 | default y |
216 | depends on FEATURE_HTTPD_CGI | 216 | depends on FEATURE_HTTPD_CGI |
217 | help | 217 | help |
218 | This option enables support for running scripts through an | 218 | This option enables support for running scripts through an |
@@ -223,7 +223,7 @@ config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR | |||
223 | 223 | ||
224 | config FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV | 224 | config FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV |
225 | bool "Set REMOTE_PORT environment variable for CGI" | 225 | bool "Set REMOTE_PORT environment variable for CGI" |
226 | default n | 226 | default y |
227 | depends on FEATURE_HTTPD_CGI | 227 | depends on FEATURE_HTTPD_CGI |
228 | help | 228 | help |
229 | Use of this option can assist scripts in generating | 229 | Use of this option can assist scripts in generating |
@@ -241,7 +241,7 @@ config FEATURE_HTTPD_ENCODE_URL_STR | |||
241 | 241 | ||
242 | config FEATURE_HTTPD_ERROR_PAGES | 242 | config FEATURE_HTTPD_ERROR_PAGES |
243 | bool "Support for custom error pages" | 243 | bool "Support for custom error pages" |
244 | default n | 244 | default y |
245 | depends on HTTPD | 245 | depends on HTTPD |
246 | help | 246 | help |
247 | This option allows you to define custom error pages in | 247 | This option allows you to define custom error pages in |
@@ -254,7 +254,7 @@ config FEATURE_HTTPD_ERROR_PAGES | |||
254 | 254 | ||
255 | config FEATURE_HTTPD_PROXY | 255 | config FEATURE_HTTPD_PROXY |
256 | bool "Support for reverse proxy" | 256 | bool "Support for reverse proxy" |
257 | default n | 257 | default y |
258 | depends on HTTPD | 258 | depends on HTTPD |
259 | help | 259 | help |
260 | This option allows you to define URLs that will be forwarded | 260 | This option allows you to define URLs that will be forwarded |
@@ -266,7 +266,7 @@ config FEATURE_HTTPD_PROXY | |||
266 | 266 | ||
267 | config IFCONFIG | 267 | config IFCONFIG |
268 | bool "ifconfig" | 268 | bool "ifconfig" |
269 | default n | 269 | default y |
270 | help | 270 | help |
271 | Ifconfig is used to configure the kernel-resident network interfaces. | 271 | Ifconfig is used to configure the kernel-resident network interfaces. |
272 | 272 | ||
@@ -280,7 +280,7 @@ config FEATURE_IFCONFIG_STATUS | |||
280 | 280 | ||
281 | config FEATURE_IFCONFIG_SLIP | 281 | config FEATURE_IFCONFIG_SLIP |
282 | bool "Enable slip-specific options \"keepalive\" and \"outfill\"" | 282 | bool "Enable slip-specific options \"keepalive\" and \"outfill\"" |
283 | default n | 283 | default y |
284 | depends on IFCONFIG | 284 | depends on IFCONFIG |
285 | help | 285 | help |
286 | Allow "keepalive" and "outfill" support for SLIP. If you're not | 286 | Allow "keepalive" and "outfill" support for SLIP. If you're not |
@@ -288,7 +288,7 @@ config FEATURE_IFCONFIG_SLIP | |||
288 | 288 | ||
289 | config FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ | 289 | config FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ |
290 | bool "Enable options \"mem_start\", \"io_addr\", and \"irq\"" | 290 | bool "Enable options \"mem_start\", \"io_addr\", and \"irq\"" |
291 | default n | 291 | default y |
292 | depends on IFCONFIG | 292 | depends on IFCONFIG |
293 | help | 293 | help |
294 | Allow the start address for shared memory, start address for I/O, | 294 | Allow the start address for shared memory, start address for I/O, |
@@ -305,7 +305,7 @@ config FEATURE_IFCONFIG_HW | |||
305 | 305 | ||
306 | config FEATURE_IFCONFIG_BROADCAST_PLUS | 306 | config FEATURE_IFCONFIG_BROADCAST_PLUS |
307 | bool "Set the broadcast automatically" | 307 | bool "Set the broadcast automatically" |
308 | default n | 308 | default y |
309 | depends on IFCONFIG | 309 | depends on IFCONFIG |
310 | help | 310 | help |
311 | Setting this will make ifconfig attempt to find the broadcast | 311 | Setting this will make ifconfig attempt to find the broadcast |
@@ -313,20 +313,20 @@ config FEATURE_IFCONFIG_BROADCAST_PLUS | |||
313 | 313 | ||
314 | config IFENSLAVE | 314 | config IFENSLAVE |
315 | bool "ifenslave" | 315 | bool "ifenslave" |
316 | default n | 316 | default y |
317 | help | 317 | help |
318 | Userspace application to bind several interfaces | 318 | Userspace application to bind several interfaces |
319 | to a logical interface (use with kernel bonding driver). | 319 | to a logical interface (use with kernel bonding driver). |
320 | 320 | ||
321 | config IFPLUGD | 321 | config IFPLUGD |
322 | bool "ifplugd" | 322 | bool "ifplugd" |
323 | default n | 323 | default y |
324 | help | 324 | help |
325 | Network interface plug detection daemon. | 325 | Network interface plug detection daemon. |
326 | 326 | ||
327 | config IFUPDOWN | 327 | config IFUPDOWN |
328 | bool "ifupdown" | 328 | bool "ifupdown" |
329 | default n | 329 | default y |
330 | help | 330 | help |
331 | Activate or deactivate the specified interfaces. This applet makes | 331 | Activate or deactivate the specified interfaces. This applet makes |
332 | use of either "ifconfig" and "route" or the "ip" command to actually | 332 | use of either "ifconfig" and "route" or the "ip" command to actually |
@@ -353,7 +353,7 @@ config IFUPDOWN_IFSTATE_PATH | |||
353 | 353 | ||
354 | config FEATURE_IFUPDOWN_IP | 354 | config FEATURE_IFUPDOWN_IP |
355 | bool "Use ip applet" | 355 | bool "Use ip applet" |
356 | default n | 356 | default y |
357 | depends on IFUPDOWN | 357 | depends on IFUPDOWN |
358 | help | 358 | help |
359 | Use the iproute "ip" command to implement "ifup" and "ifdown", rather | 359 | Use the iproute "ip" command to implement "ifup" and "ifdown", rather |
@@ -375,7 +375,7 @@ config FEATURE_IFUPDOWN_IP_BUILTIN | |||
375 | 375 | ||
376 | config FEATURE_IFUPDOWN_IFCONFIG_BUILTIN | 376 | config FEATURE_IFUPDOWN_IFCONFIG_BUILTIN |
377 | bool "Use busybox ifconfig and route applets" | 377 | bool "Use busybox ifconfig and route applets" |
378 | default y | 378 | default n |
379 | depends on IFUPDOWN && !FEATURE_IFUPDOWN_IP | 379 | depends on IFUPDOWN && !FEATURE_IFUPDOWN_IP |
380 | select IFCONFIG | 380 | select IFCONFIG |
381 | select ROUTE | 381 | select ROUTE |
@@ -396,7 +396,7 @@ config FEATURE_IFUPDOWN_IPV4 | |||
396 | 396 | ||
397 | config FEATURE_IFUPDOWN_IPV6 | 397 | config FEATURE_IFUPDOWN_IPV6 |
398 | bool "Support for IPv6" | 398 | bool "Support for IPv6" |
399 | default n | 399 | default y |
400 | depends on IFUPDOWN && FEATURE_IPV6 | 400 | depends on IFUPDOWN && FEATURE_IPV6 |
401 | help | 401 | help |
402 | If you need support for IPv6, turn this option on. | 402 | If you need support for IPv6, turn this option on. |
@@ -404,7 +404,7 @@ config FEATURE_IFUPDOWN_IPV6 | |||
404 | ### UNUSED | 404 | ### UNUSED |
405 | ###config FEATURE_IFUPDOWN_IPX | 405 | ###config FEATURE_IFUPDOWN_IPX |
406 | ### bool "Support for IPX" | 406 | ### bool "Support for IPX" |
407 | ### default n | 407 | ### default y |
408 | ### depends on IFUPDOWN | 408 | ### depends on IFUPDOWN |
409 | ### help | 409 | ### help |
410 | ### If this option is selected you can use busybox to work with IPX | 410 | ### If this option is selected you can use busybox to work with IPX |
@@ -412,7 +412,7 @@ config FEATURE_IFUPDOWN_IPV6 | |||
412 | 412 | ||
413 | config FEATURE_IFUPDOWN_MAPPING | 413 | config FEATURE_IFUPDOWN_MAPPING |
414 | bool "Enable mapping support" | 414 | bool "Enable mapping support" |
415 | default n | 415 | default y |
416 | depends on IFUPDOWN | 416 | depends on IFUPDOWN |
417 | help | 417 | help |
418 | This enables support for the "mapping" stanza, unless you have | 418 | This enables support for the "mapping" stanza, unless you have |
@@ -430,7 +430,7 @@ config FEATURE_IFUPDOWN_EXTERNAL_DHCP | |||
430 | 430 | ||
431 | config INETD | 431 | config INETD |
432 | bool "inetd" | 432 | bool "inetd" |
433 | default n | 433 | default y |
434 | select FEATURE_SYSLOG | 434 | select FEATURE_SYSLOG |
435 | help | 435 | help |
436 | Internet superserver daemon | 436 | Internet superserver daemon |
@@ -472,7 +472,7 @@ config FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN | |||
472 | 472 | ||
473 | config FEATURE_INETD_RPC | 473 | config FEATURE_INETD_RPC |
474 | bool "Support RPC services" | 474 | bool "Support RPC services" |
475 | default n | 475 | default y |
476 | depends on INETD | 476 | depends on INETD |
477 | select FEATURE_HAVE_RPC | 477 | select FEATURE_HAVE_RPC |
478 | help | 478 | help |
@@ -480,7 +480,7 @@ config FEATURE_INETD_RPC | |||
480 | 480 | ||
481 | config IP | 481 | config IP |
482 | bool "ip" | 482 | bool "ip" |
483 | default n | 483 | default y |
484 | help | 484 | help |
485 | The "ip" applet is a TCP/IP interface configuration and routing | 485 | The "ip" applet is a TCP/IP interface configuration and routing |
486 | utility. You generally don't need "ip" to use busybox with | 486 | utility. You generally don't need "ip" to use busybox with |
@@ -509,21 +509,21 @@ config FEATURE_IP_ROUTE | |||
509 | 509 | ||
510 | config FEATURE_IP_TUNNEL | 510 | config FEATURE_IP_TUNNEL |
511 | bool "ip tunnel" | 511 | bool "ip tunnel" |
512 | default n | 512 | default y |
513 | depends on IP | 513 | depends on IP |
514 | help | 514 | help |
515 | Add support for tunneling commands to "ip". | 515 | Add support for tunneling commands to "ip". |
516 | 516 | ||
517 | config FEATURE_IP_RULE | 517 | config FEATURE_IP_RULE |
518 | bool "ip rule" | 518 | bool "ip rule" |
519 | default n | 519 | default y |
520 | depends on IP | 520 | depends on IP |
521 | help | 521 | help |
522 | Add support for rule commands to "ip". | 522 | Add support for rule commands to "ip". |
523 | 523 | ||
524 | config FEATURE_IP_SHORT_FORMS | 524 | config FEATURE_IP_SHORT_FORMS |
525 | bool "Support short forms of ip commands" | 525 | bool "Support short forms of ip commands" |
526 | default n | 526 | default y |
527 | depends on IP | 527 | depends on IP |
528 | help | 528 | help |
529 | Also support short-form of ip <OBJECT> commands: | 529 | Also support short-form of ip <OBJECT> commands: |
@@ -573,7 +573,7 @@ config IPRULE | |||
573 | 573 | ||
574 | config IPCALC | 574 | config IPCALC |
575 | bool "ipcalc" | 575 | bool "ipcalc" |
576 | default n | 576 | default y |
577 | help | 577 | help |
578 | ipcalc takes an IP address and netmask and calculates the | 578 | ipcalc takes an IP address and netmask and calculates the |
579 | resulting broadcast, network, and host range. | 579 | resulting broadcast, network, and host range. |
@@ -588,14 +588,14 @@ config FEATURE_IPCALC_FANCY | |||
588 | 588 | ||
589 | config FEATURE_IPCALC_LONG_OPTIONS | 589 | config FEATURE_IPCALC_LONG_OPTIONS |
590 | bool "Enable long options" | 590 | bool "Enable long options" |
591 | default n | 591 | default y |
592 | depends on IPCALC && LONG_OPTS | 592 | depends on IPCALC && LONG_OPTS |
593 | help | 593 | help |
594 | Support long options for the ipcalc applet. | 594 | Support long options for the ipcalc applet. |
595 | 595 | ||
596 | config NAMEIF | 596 | config NAMEIF |
597 | bool "nameif" | 597 | bool "nameif" |
598 | default n | 598 | default y |
599 | select FEATURE_SYSLOG | 599 | select FEATURE_SYSLOG |
600 | help | 600 | help |
601 | nameif is used to rename network interface by its MAC address. | 601 | nameif is used to rename network interface by its MAC address. |
@@ -610,7 +610,7 @@ config NAMEIF | |||
610 | 610 | ||
611 | config FEATURE_NAMEIF_EXTENDED | 611 | config FEATURE_NAMEIF_EXTENDED |
612 | bool "Extended nameif" | 612 | bool "Extended nameif" |
613 | default n | 613 | default y |
614 | depends on NAMEIF | 614 | depends on NAMEIF |
615 | help | 615 | help |
616 | This extends the nameif syntax to support the bus_info and driver | 616 | This extends the nameif syntax to support the bus_info and driver |
@@ -623,21 +623,21 @@ config FEATURE_NAMEIF_EXTENDED | |||
623 | 623 | ||
624 | config NC | 624 | config NC |
625 | bool "nc" | 625 | bool "nc" |
626 | default n | 626 | default y |
627 | help | 627 | help |
628 | A simple Unix utility which reads and writes data across network | 628 | A simple Unix utility which reads and writes data across network |
629 | connections. | 629 | connections. |
630 | 630 | ||
631 | config NC_SERVER | 631 | config NC_SERVER |
632 | bool "Netcat server options (-l)" | 632 | bool "Netcat server options (-l)" |
633 | default n | 633 | default y |
634 | depends on NC | 634 | depends on NC |
635 | help | 635 | help |
636 | Allow netcat to act as a server. | 636 | Allow netcat to act as a server. |
637 | 637 | ||
638 | config NC_EXTRA | 638 | config NC_EXTRA |
639 | bool "Netcat extensions (-eiw and filename)" | 639 | bool "Netcat extensions (-eiw and filename)" |
640 | default n | 640 | default y |
641 | depends on NC | 641 | depends on NC |
642 | help | 642 | help |
643 | Add -e (support for executing the rest of the command line after | 643 | Add -e (support for executing the rest of the command line after |
@@ -646,13 +646,13 @@ config NC_EXTRA | |||
646 | 646 | ||
647 | config NETSTAT | 647 | config NETSTAT |
648 | bool "netstat" | 648 | bool "netstat" |
649 | default n | 649 | default y |
650 | help | 650 | help |
651 | netstat prints information about the Linux networking subsystem. | 651 | netstat prints information about the Linux networking subsystem. |
652 | 652 | ||
653 | config FEATURE_NETSTAT_WIDE | 653 | config FEATURE_NETSTAT_WIDE |
654 | bool "Enable wide netstat output" | 654 | bool "Enable wide netstat output" |
655 | default n | 655 | default y |
656 | depends on NETSTAT | 656 | depends on NETSTAT |
657 | help | 657 | help |
658 | Add support for wide columns. Useful when displaying IPv6 addresses | 658 | Add support for wide columns. Useful when displaying IPv6 addresses |
@@ -660,7 +660,7 @@ config FEATURE_NETSTAT_WIDE | |||
660 | 660 | ||
661 | config FEATURE_NETSTAT_PRG | 661 | config FEATURE_NETSTAT_PRG |
662 | bool "Enable PID/Program name output" | 662 | bool "Enable PID/Program name output" |
663 | default n | 663 | default y |
664 | depends on NETSTAT | 664 | depends on NETSTAT |
665 | help | 665 | help |
666 | Add support for -p flag to print out PID and program name. | 666 | Add support for -p flag to print out PID and program name. |
@@ -668,13 +668,13 @@ config FEATURE_NETSTAT_PRG | |||
668 | 668 | ||
669 | config NSLOOKUP | 669 | config NSLOOKUP |
670 | bool "nslookup" | 670 | bool "nslookup" |
671 | default n | 671 | default y |
672 | help | 672 | help |
673 | nslookup is a tool to query Internet name servers. | 673 | nslookup is a tool to query Internet name servers. |
674 | 674 | ||
675 | config NTPD | 675 | config NTPD |
676 | bool "ntpd" | 676 | bool "ntpd" |
677 | default n | 677 | default y |
678 | help | 678 | help |
679 | The NTP client/server daemon. | 679 | The NTP client/server daemon. |
680 | 680 | ||
@@ -688,14 +688,14 @@ config FEATURE_NTPD_SERVER | |||
688 | 688 | ||
689 | config PING | 689 | config PING |
690 | bool "ping" | 690 | bool "ping" |
691 | default n | 691 | default y |
692 | help | 692 | help |
693 | ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to | 693 | ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to |
694 | elicit an ICMP ECHO_RESPONSE from a host or gateway. | 694 | elicit an ICMP ECHO_RESPONSE from a host or gateway. |
695 | 695 | ||
696 | config PING6 | 696 | config PING6 |
697 | bool "ping6" | 697 | bool "ping6" |
698 | default n | 698 | default y |
699 | depends on FEATURE_IPV6 && PING | 699 | depends on FEATURE_IPV6 && PING |
700 | help | 700 | help |
701 | This will give you a ping that can talk IPv6. | 701 | This will give you a ping that can talk IPv6. |
@@ -710,26 +710,26 @@ config FEATURE_FANCY_PING | |||
710 | 710 | ||
711 | config PSCAN | 711 | config PSCAN |
712 | bool "pscan" | 712 | bool "pscan" |
713 | default n | 713 | default y |
714 | help | 714 | help |
715 | Simple network port scanner. | 715 | Simple network port scanner. |
716 | 716 | ||
717 | config ROUTE | 717 | config ROUTE |
718 | bool "route" | 718 | bool "route" |
719 | default n | 719 | default y |
720 | help | 720 | help |
721 | Route displays or manipulates the kernel's IP routing tables. | 721 | Route displays or manipulates the kernel's IP routing tables. |
722 | 722 | ||
723 | config SLATTACH | 723 | config SLATTACH |
724 | bool "slattach" | 724 | bool "slattach" |
725 | default n | 725 | default y |
726 | help | 726 | help |
727 | slattach is a small utility to attach network interfaces to serial | 727 | slattach is a small utility to attach network interfaces to serial |
728 | lines. | 728 | lines. |
729 | 729 | ||
730 | #config TC | 730 | #config TC |
731 | # bool "tc" | 731 | # bool "tc" |
732 | # default n | 732 | # default y |
733 | # help | 733 | # help |
734 | # show / manipulate traffic control settings | 734 | # show / manipulate traffic control settings |
735 | # | 735 | # |
@@ -739,14 +739,14 @@ config SLATTACH | |||
739 | 739 | ||
740 | config TCPSVD | 740 | config TCPSVD |
741 | bool "tcpsvd" | 741 | bool "tcpsvd" |
742 | default n | 742 | default y |
743 | help | 743 | help |
744 | tcpsvd listens on a TCP port and runs a program for each new | 744 | tcpsvd listens on a TCP port and runs a program for each new |
745 | connection. | 745 | connection. |
746 | 746 | ||
747 | config TELNET | 747 | config TELNET |
748 | bool "telnet" | 748 | bool "telnet" |
749 | default n | 749 | default y |
750 | help | 750 | help |
751 | Telnet is an interface to the TELNET protocol, but is also commonly | 751 | Telnet is an interface to the TELNET protocol, but is also commonly |
752 | used to test other simple protocols. | 752 | used to test other simple protocols. |
@@ -772,7 +772,7 @@ config FEATURE_TELNET_AUTOLOGIN | |||
772 | 772 | ||
773 | config TELNETD | 773 | config TELNETD |
774 | bool "telnetd" | 774 | bool "telnetd" |
775 | default n | 775 | default y |
776 | select FEATURE_SYSLOG | 776 | select FEATURE_SYSLOG |
777 | help | 777 | help |
778 | A daemon for the TELNET protocol, allowing you to log onto the host | 778 | A daemon for the TELNET protocol, allowing you to log onto the host |
@@ -815,14 +815,14 @@ config TELNETD | |||
815 | 815 | ||
816 | config FEATURE_TELNETD_STANDALONE | 816 | config FEATURE_TELNETD_STANDALONE |
817 | bool "Support standalone telnetd (not inetd only)" | 817 | bool "Support standalone telnetd (not inetd only)" |
818 | default n | 818 | default y |
819 | depends on TELNETD | 819 | depends on TELNETD |
820 | help | 820 | help |
821 | Selecting this will make telnetd able to run standalone. | 821 | Selecting this will make telnetd able to run standalone. |
822 | 822 | ||
823 | config FEATURE_TELNETD_INETD_WAIT | 823 | config FEATURE_TELNETD_INETD_WAIT |
824 | bool "Support -w SEC option (inetd wait mode)" | 824 | bool "Support -w SEC option (inetd wait mode)" |
825 | default n | 825 | default y |
826 | depends on FEATURE_TELNETD_STANDALONE | 826 | depends on FEATURE_TELNETD_STANDALONE |
827 | help | 827 | help |
828 | This option allows you to run telnetd in "inet wait" mode. | 828 | This option allows you to run telnetd in "inet wait" mode. |
@@ -843,7 +843,7 @@ config FEATURE_TELNETD_INETD_WAIT | |||
843 | 843 | ||
844 | config TFTP | 844 | config TFTP |
845 | bool "tftp" | 845 | bool "tftp" |
846 | default n | 846 | default y |
847 | help | 847 | help |
848 | This enables the Trivial File Transfer Protocol client program. TFTP | 848 | This enables the Trivial File Transfer Protocol client program. TFTP |
849 | is usually used for simple, small transfers such as a root image | 849 | is usually used for simple, small transfers such as a root image |
@@ -851,7 +851,7 @@ config TFTP | |||
851 | 851 | ||
852 | config TFTPD | 852 | config TFTPD |
853 | bool "tftpd" | 853 | bool "tftpd" |
854 | default n | 854 | default y |
855 | help | 855 | help |
856 | This enables the Trivial File Transfer Protocol server program. | 856 | This enables the Trivial File Transfer Protocol server program. |
857 | It expects that stdin is a datagram socket and a packet | 857 | It expects that stdin is a datagram socket and a packet |
@@ -882,7 +882,7 @@ config FEATURE_TFTP_PUT | |||
882 | 882 | ||
883 | config FEATURE_TFTP_BLOCKSIZE | 883 | config FEATURE_TFTP_BLOCKSIZE |
884 | bool "Enable 'blksize' and 'tsize' protocol options" | 884 | bool "Enable 'blksize' and 'tsize' protocol options" |
885 | default n | 885 | default y |
886 | depends on TFTP || TFTPD | 886 | depends on TFTP || TFTPD |
887 | help | 887 | help |
888 | Allow tftp to specify block size, and tftpd to understand | 888 | Allow tftp to specify block size, and tftpd to understand |
@@ -890,7 +890,7 @@ config FEATURE_TFTP_BLOCKSIZE | |||
890 | 890 | ||
891 | config FEATURE_TFTP_PROGRESS_BAR | 891 | config FEATURE_TFTP_PROGRESS_BAR |
892 | bool "Enable tftp progress meter" | 892 | bool "Enable tftp progress meter" |
893 | default n | 893 | default y |
894 | depends on TFTP && FEATURE_TFTP_BLOCKSIZE | 894 | depends on TFTP && FEATURE_TFTP_BLOCKSIZE |
895 | help | 895 | help |
896 | Show progress bar. | 896 | Show progress bar. |
@@ -905,20 +905,20 @@ config TFTP_DEBUG | |||
905 | 905 | ||
906 | config TRACEROUTE | 906 | config TRACEROUTE |
907 | bool "traceroute" | 907 | bool "traceroute" |
908 | default n | 908 | default y |
909 | help | 909 | help |
910 | Utility to trace the route of IP packets. | 910 | Utility to trace the route of IP packets. |
911 | 911 | ||
912 | config TRACEROUTE6 | 912 | config TRACEROUTE6 |
913 | bool "traceroute6" | 913 | bool "traceroute6" |
914 | default n | 914 | default y |
915 | depends on FEATURE_IPV6 && TRACEROUTE | 915 | depends on FEATURE_IPV6 && TRACEROUTE |
916 | help | 916 | help |
917 | Utility to trace the route of IPv6 packets. | 917 | Utility to trace the route of IPv6 packets. |
918 | 918 | ||
919 | config FEATURE_TRACEROUTE_VERBOSE | 919 | config FEATURE_TRACEROUTE_VERBOSE |
920 | bool "Enable verbose output" | 920 | bool "Enable verbose output" |
921 | default n | 921 | default y |
922 | depends on TRACEROUTE | 922 | depends on TRACEROUTE |
923 | help | 923 | help |
924 | Add some verbosity to traceroute. This includes among other things | 924 | Add some verbosity to traceroute. This includes among other things |
@@ -941,13 +941,13 @@ config FEATURE_TRACEROUTE_USE_ICMP | |||
941 | 941 | ||
942 | config TUNCTL | 942 | config TUNCTL |
943 | bool "tunctl" | 943 | bool "tunctl" |
944 | default n | 944 | default y |
945 | help | 945 | help |
946 | tunctl creates or deletes tun devices. | 946 | tunctl creates or deletes tun devices. |
947 | 947 | ||
948 | config FEATURE_TUNCTL_UG | 948 | config FEATURE_TUNCTL_UG |
949 | bool "Support owner:group assignment" | 949 | bool "Support owner:group assignment" |
950 | default n | 950 | default y |
951 | depends on TUNCTL | 951 | depends on TUNCTL |
952 | help | 952 | help |
953 | Allow to specify owner and group of newly created interface. | 953 | Allow to specify owner and group of newly created interface. |
@@ -966,20 +966,20 @@ config IFUPDOWN_UDHCPC_CMD_OPTIONS | |||
966 | 966 | ||
967 | config UDPSVD | 967 | config UDPSVD |
968 | bool "udpsvd" | 968 | bool "udpsvd" |
969 | default n | 969 | default y |
970 | help | 970 | help |
971 | udpsvd listens on an UDP port and runs a program for each new | 971 | udpsvd listens on an UDP port and runs a program for each new |
972 | connection. | 972 | connection. |
973 | 973 | ||
974 | config VCONFIG | 974 | config VCONFIG |
975 | bool "vconfig" | 975 | bool "vconfig" |
976 | default n | 976 | default y |
977 | help | 977 | help |
978 | Creates, removes, and configures VLAN interfaces | 978 | Creates, removes, and configures VLAN interfaces |
979 | 979 | ||
980 | config WGET | 980 | config WGET |
981 | bool "wget" | 981 | bool "wget" |
982 | default n | 982 | default y |
983 | help | 983 | help |
984 | wget is a utility for non-interactive download of files from HTTP, | 984 | wget is a utility for non-interactive download of files from HTTP, |
985 | HTTPS, and FTP servers. | 985 | HTTPS, and FTP servers. |
@@ -1000,14 +1000,14 @@ config FEATURE_WGET_AUTHENTICATION | |||
1000 | 1000 | ||
1001 | config FEATURE_WGET_LONG_OPTIONS | 1001 | config FEATURE_WGET_LONG_OPTIONS |
1002 | bool "Enable long options" | 1002 | bool "Enable long options" |
1003 | default n | 1003 | default y |
1004 | depends on WGET && LONG_OPTS | 1004 | depends on WGET && LONG_OPTS |
1005 | help | 1005 | help |
1006 | Support long options for the wget applet. | 1006 | Support long options for the wget applet. |
1007 | 1007 | ||
1008 | config ZCIP | 1008 | config ZCIP |
1009 | bool "zcip" | 1009 | bool "zcip" |
1010 | default n | 1010 | default y |
1011 | select FEATURE_SYSLOG | 1011 | select FEATURE_SYSLOG |
1012 | help | 1012 | help |
1013 | ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927. | 1013 | ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927. |
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src index 34adf35fe..f5840a945 100644 --- a/networking/udhcp/Config.src +++ b/networking/udhcp/Config.src | |||
@@ -5,14 +5,14 @@ | |||
5 | 5 | ||
6 | config UDHCPD | 6 | config UDHCPD |
7 | bool "udhcp server (udhcpd)" | 7 | bool "udhcp server (udhcpd)" |
8 | default n | 8 | default y |
9 | help | 9 | help |
10 | udhcpd is a DHCP server geared primarily toward embedded systems, | 10 | udhcpd is a DHCP server geared primarily toward embedded systems, |
11 | while striving to be fully functional and RFC compliant. | 11 | while striving to be fully functional and RFC compliant. |
12 | 12 | ||
13 | config DHCPRELAY | 13 | config DHCPRELAY |
14 | bool "dhcprelay" | 14 | bool "dhcprelay" |
15 | default n | 15 | default y |
16 | depends on UDHCPD | 16 | depends on UDHCPD |
17 | help | 17 | help |
18 | dhcprelay listens for dhcp requests on one or more interfaces | 18 | dhcprelay listens for dhcp requests on one or more interfaces |
@@ -21,7 +21,7 @@ config DHCPRELAY | |||
21 | 21 | ||
22 | config DUMPLEASES | 22 | config DUMPLEASES |
23 | bool "Lease display utility (dumpleases)" | 23 | bool "Lease display utility (dumpleases)" |
24 | default n | 24 | default y |
25 | depends on UDHCPD | 25 | depends on UDHCPD |
26 | help | 26 | help |
27 | dumpleases displays the leases written out by the udhcpd server. | 27 | dumpleases displays the leases written out by the udhcpd server. |
@@ -30,7 +30,7 @@ config DUMPLEASES | |||
30 | 30 | ||
31 | config FEATURE_UDHCPD_WRITE_LEASES_EARLY | 31 | config FEATURE_UDHCPD_WRITE_LEASES_EARLY |
32 | bool "Rewrite the lease file at every new acknowledge" | 32 | bool "Rewrite the lease file at every new acknowledge" |
33 | default n | 33 | default y |
34 | depends on UDHCPD | 34 | depends on UDHCPD |
35 | help | 35 | help |
36 | If selected, udhcpd will write a new file with leases every | 36 | If selected, udhcpd will write a new file with leases every |
@@ -48,7 +48,7 @@ config DHCPD_LEASES_FILE | |||
48 | 48 | ||
49 | config UDHCPC | 49 | config UDHCPC |
50 | bool "udhcp client (udhcpc)" | 50 | bool "udhcp client (udhcpc)" |
51 | default n | 51 | default y |
52 | help | 52 | help |
53 | udhcpc is a DHCP client geared primarily toward embedded systems, | 53 | udhcpc is a DHCP client geared primarily toward embedded systems, |
54 | while striving to be fully functional and RFC compliant. | 54 | while striving to be fully functional and RFC compliant. |
@@ -68,7 +68,7 @@ config FEATURE_UDHCPC_ARPING | |||
68 | 68 | ||
69 | config FEATURE_UDHCP_PORT | 69 | config FEATURE_UDHCP_PORT |
70 | bool "Enable '-P port' option for udhcpd and udhcpc" | 70 | bool "Enable '-P port' option for udhcpd and udhcpc" |
71 | default n | 71 | default y |
72 | depends on UDHCPD || UDHCPC | 72 | depends on UDHCPD || UDHCPC |
73 | help | 73 | help |
74 | At the cost of ~300 bytes, enables -P port option. | 74 | At the cost of ~300 bytes, enables -P port option. |
@@ -76,7 +76,7 @@ config FEATURE_UDHCP_PORT | |||
76 | 76 | ||
77 | config UDHCP_DEBUG | 77 | config UDHCP_DEBUG |
78 | int "Maximum verbosity level for udhcp applets (0..9)" | 78 | int "Maximum verbosity level for udhcp applets (0..9)" |
79 | default 0 | 79 | default 9 |
80 | range 0 9 | 80 | range 0 9 |
81 | depends on UDHCPD || UDHCPC || DHCPRELAY | 81 | depends on UDHCPD || UDHCPC || DHCPRELAY |
82 | help | 82 | help |
@@ -88,7 +88,7 @@ config UDHCP_DEBUG | |||
88 | 88 | ||
89 | config FEATURE_UDHCP_RFC3397 | 89 | config FEATURE_UDHCP_RFC3397 |
90 | bool "Support for RFC3397 domain search (experimental)" | 90 | bool "Support for RFC3397 domain search (experimental)" |
91 | default n | 91 | default y |
92 | depends on UDHCPD || UDHCPC | 92 | depends on UDHCPD || UDHCPC |
93 | help | 93 | help |
94 | If selected, both client and server will support passing of domain | 94 | If selected, both client and server will support passing of domain |
diff --git a/printutils/Config.src b/printutils/Config.src index 6912ece6c..194789660 100644 --- a/printutils/Config.src +++ b/printutils/Config.src | |||
@@ -7,19 +7,19 @@ menu "Print Utilities" | |||
7 | 7 | ||
8 | config LPD | 8 | config LPD |
9 | bool "lpd" | 9 | bool "lpd" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | lpd is a print spooling daemon. | 12 | lpd is a print spooling daemon. |
13 | 13 | ||
14 | config LPR | 14 | config LPR |
15 | bool "lpr" | 15 | bool "lpr" |
16 | default n | 16 | default y |
17 | help | 17 | help |
18 | lpr sends files (or standard input) to a print spooling daemon. | 18 | lpr sends files (or standard input) to a print spooling daemon. |
19 | 19 | ||
20 | config LPQ | 20 | config LPQ |
21 | bool "lpq" | 21 | bool "lpq" |
22 | default n | 22 | default y |
23 | help | 23 | help |
24 | lpq is a print spool queue examination and manipulation program. | 24 | lpq is a print spool queue examination and manipulation program. |
25 | 25 | ||
diff --git a/procps/Config.src b/procps/Config.src index 6a9a36638..01f6b0cf9 100644 --- a/procps/Config.src +++ b/procps/Config.src | |||
@@ -7,7 +7,7 @@ menu "Process Utilities" | |||
7 | 7 | ||
8 | config FREE | 8 | config FREE |
9 | bool "free" | 9 | bool "free" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | free displays the total amount of free and used physical and swap | 12 | free displays the total amount of free and used physical and swap |
13 | memory in the system, as well as the buffers used by the kernel. | 13 | memory in the system, as well as the buffers used by the kernel. |
@@ -15,7 +15,7 @@ config FREE | |||
15 | 15 | ||
16 | config FUSER | 16 | config FUSER |
17 | bool "fuser" | 17 | bool "fuser" |
18 | default n | 18 | default y |
19 | help | 19 | help |
20 | fuser lists all PIDs (Process IDs) that currently have a given | 20 | fuser lists all PIDs (Process IDs) that currently have a given |
21 | file open. fuser can also list all PIDs that have a given network | 21 | file open. fuser can also list all PIDs that have a given network |
@@ -23,7 +23,7 @@ config FUSER | |||
23 | 23 | ||
24 | config KILL | 24 | config KILL |
25 | bool "kill" | 25 | bool "kill" |
26 | default n | 26 | default y |
27 | help | 27 | help |
28 | The command kill sends the specified signal to the specified | 28 | The command kill sends the specified signal to the specified |
29 | process or process group. If no signal is specified, the TERM | 29 | process or process group. If no signal is specified, the TERM |
@@ -31,7 +31,7 @@ config KILL | |||
31 | 31 | ||
32 | config KILLALL | 32 | config KILLALL |
33 | bool "killall" | 33 | bool "killall" |
34 | default n | 34 | default y |
35 | depends on KILL | 35 | depends on KILL |
36 | help | 36 | help |
37 | killall sends a signal to all processes running any of the | 37 | killall sends a signal to all processes running any of the |
@@ -40,38 +40,38 @@ config KILLALL | |||
40 | 40 | ||
41 | config KILLALL5 | 41 | config KILLALL5 |
42 | bool "killall5" | 42 | bool "killall5" |
43 | default n | 43 | default y |
44 | depends on KILL | 44 | depends on KILL |
45 | 45 | ||
46 | config NMETER | 46 | config NMETER |
47 | bool "nmeter" | 47 | bool "nmeter" |
48 | default n | 48 | default y |
49 | help | 49 | help |
50 | Prints selected system stats continuously, one line per update. | 50 | Prints selected system stats continuously, one line per update. |
51 | 51 | ||
52 | config PGREP | 52 | config PGREP |
53 | bool "pgrep" | 53 | bool "pgrep" |
54 | default n | 54 | default y |
55 | help | 55 | help |
56 | Look for processes by name. | 56 | Look for processes by name. |
57 | 57 | ||
58 | config PIDOF | 58 | config PIDOF |
59 | bool "pidof" | 59 | bool "pidof" |
60 | default n | 60 | default y |
61 | help | 61 | help |
62 | Pidof finds the process id's (pids) of the named programs. It prints | 62 | Pidof finds the process id's (pids) of the named programs. It prints |
63 | those id's on the standard output. | 63 | those id's on the standard output. |
64 | 64 | ||
65 | config FEATURE_PIDOF_SINGLE | 65 | config FEATURE_PIDOF_SINGLE |
66 | bool "Enable argument for single shot (-s)" | 66 | bool "Enable argument for single shot (-s)" |
67 | default n | 67 | default y |
68 | depends on PIDOF | 68 | depends on PIDOF |
69 | help | 69 | help |
70 | Support argument '-s' for returning only the first pid found. | 70 | Support argument '-s' for returning only the first pid found. |
71 | 71 | ||
72 | config FEATURE_PIDOF_OMIT | 72 | config FEATURE_PIDOF_OMIT |
73 | bool "Enable argument for omitting pids (-o)" | 73 | bool "Enable argument for omitting pids (-o)" |
74 | default n | 74 | default y |
75 | depends on PIDOF | 75 | depends on PIDOF |
76 | help | 76 | help |
77 | Support argument '-o' for omitting the given pids in output. | 77 | Support argument '-o' for omitting the given pids in output. |
@@ -80,19 +80,19 @@ config FEATURE_PIDOF_OMIT | |||
80 | 80 | ||
81 | config PKILL | 81 | config PKILL |
82 | bool "pkill" | 82 | bool "pkill" |
83 | default n | 83 | default y |
84 | help | 84 | help |
85 | Send signals to processes by name. | 85 | Send signals to processes by name. |
86 | 86 | ||
87 | config PS | 87 | config PS |
88 | bool "ps" | 88 | bool "ps" |
89 | default n | 89 | default y |
90 | help | 90 | help |
91 | ps gives a snapshot of the current processes. | 91 | ps gives a snapshot of the current processes. |
92 | 92 | ||
93 | config FEATURE_PS_WIDE | 93 | config FEATURE_PS_WIDE |
94 | bool "Enable wide output option (-w)" | 94 | bool "Enable wide output option (-w)" |
95 | default n | 95 | default y |
96 | depends on PS | 96 | depends on PS |
97 | help | 97 | help |
98 | Support argument 'w' for wide output. | 98 | Support argument 'w' for wide output. |
@@ -101,14 +101,14 @@ config FEATURE_PS_WIDE | |||
101 | 101 | ||
102 | config FEATURE_PS_TIME | 102 | config FEATURE_PS_TIME |
103 | bool "Enable time and elapsed time output" | 103 | bool "Enable time and elapsed time output" |
104 | default n | 104 | default y |
105 | depends on PS && DESKTOP | 105 | depends on PS && DESKTOP |
106 | help | 106 | help |
107 | Support -o time and -o etime output specifiers. | 107 | Support -o time and -o etime output specifiers. |
108 | 108 | ||
109 | config FEATURE_PS_ADDITIONAL_COLUMNS | 109 | config FEATURE_PS_ADDITIONAL_COLUMNS |
110 | bool "Enable additional ps columns" | 110 | bool "Enable additional ps columns" |
111 | default n | 111 | default y |
112 | depends on PS && DESKTOP | 112 | depends on PS && DESKTOP |
113 | help | 113 | help |
114 | Support -o rgroup, -o ruser, -o nice output specifiers. | 114 | Support -o rgroup, -o ruser, -o nice output specifiers. |
@@ -123,20 +123,20 @@ config FEATURE_PS_UNUSUAL_SYSTEMS | |||
123 | 123 | ||
124 | config RENICE | 124 | config RENICE |
125 | bool "renice" | 125 | bool "renice" |
126 | default n | 126 | default y |
127 | help | 127 | help |
128 | Renice alters the scheduling priority of one or more running | 128 | Renice alters the scheduling priority of one or more running |
129 | processes. | 129 | processes. |
130 | 130 | ||
131 | config BB_SYSCTL | 131 | config BB_SYSCTL |
132 | bool "sysctl" | 132 | bool "sysctl" |
133 | default n | 133 | default y |
134 | help | 134 | help |
135 | Configure kernel parameters at runtime. | 135 | Configure kernel parameters at runtime. |
136 | 136 | ||
137 | config TOP | 137 | config TOP |
138 | bool "top" | 138 | bool "top" |
139 | default n | 139 | default y |
140 | help | 140 | help |
141 | The top program provides a dynamic real-time view of a running | 141 | The top program provides a dynamic real-time view of a running |
142 | system. | 142 | system. |
@@ -159,7 +159,7 @@ config FEATURE_TOP_CPU_GLOBAL_PERCENTS | |||
159 | 159 | ||
160 | config FEATURE_TOP_SMP_CPU | 160 | config FEATURE_TOP_SMP_CPU |
161 | bool "SMP CPU usage display ('c' key)" | 161 | bool "SMP CPU usage display ('c' key)" |
162 | default n | 162 | default y |
163 | depends on FEATURE_TOP_CPU_GLOBAL_PERCENTS | 163 | depends on FEATURE_TOP_CPU_GLOBAL_PERCENTS |
164 | help | 164 | help |
165 | Allow 'c' key to switch between individual/cumulative CPU stats | 165 | Allow 'c' key to switch between individual/cumulative CPU stats |
@@ -167,7 +167,7 @@ config FEATURE_TOP_SMP_CPU | |||
167 | 167 | ||
168 | config FEATURE_TOP_DECIMALS | 168 | config FEATURE_TOP_DECIMALS |
169 | bool "Show 1/10th of a percent in CPU/mem statistics" | 169 | bool "Show 1/10th of a percent in CPU/mem statistics" |
170 | default n | 170 | default y |
171 | depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE | 171 | depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE |
172 | help | 172 | help |
173 | Show 1/10th of a percent in CPU/mem statistics. | 173 | Show 1/10th of a percent in CPU/mem statistics. |
@@ -175,7 +175,7 @@ config FEATURE_TOP_DECIMALS | |||
175 | 175 | ||
176 | config FEATURE_TOP_SMP_PROCESS | 176 | config FEATURE_TOP_SMP_PROCESS |
177 | bool "Show CPU process runs on ('j' field)" | 177 | bool "Show CPU process runs on ('j' field)" |
178 | default n | 178 | default y |
179 | depends on TOP | 179 | depends on TOP |
180 | help | 180 | help |
181 | Show CPU where process was last found running on. | 181 | Show CPU where process was last found running on. |
@@ -183,21 +183,21 @@ config FEATURE_TOP_SMP_PROCESS | |||
183 | 183 | ||
184 | config FEATURE_TOPMEM | 184 | config FEATURE_TOPMEM |
185 | bool "Topmem command ('s' key)" | 185 | bool "Topmem command ('s' key)" |
186 | default n | 186 | default y |
187 | depends on TOP | 187 | depends on TOP |
188 | help | 188 | help |
189 | Enable 's' in top (gives lots of memory info). | 189 | Enable 's' in top (gives lots of memory info). |
190 | 190 | ||
191 | config FEATURE_SHOW_THREADS | 191 | config FEATURE_SHOW_THREADS |
192 | bool "Support for showing threads in ps/top" | 192 | bool "Support for showing threads in ps/top" |
193 | default n | 193 | default y |
194 | depends on PS || TOP | 194 | depends on PS || TOP |
195 | help | 195 | help |
196 | Enables ps -T option and 'h' command in top | 196 | Enables ps -T option and 'h' command in top |
197 | 197 | ||
198 | config UPTIME | 198 | config UPTIME |
199 | bool "uptime" | 199 | bool "uptime" |
200 | default n | 200 | default y |
201 | help | 201 | help |
202 | uptime gives a one line display of the current time, how long | 202 | uptime gives a one line display of the current time, how long |
203 | the system has been running, how many users are currently logged | 203 | the system has been running, how many users are currently logged |
@@ -205,7 +205,7 @@ config UPTIME | |||
205 | 205 | ||
206 | config WATCH | 206 | config WATCH |
207 | bool "watch" | 207 | bool "watch" |
208 | default n | 208 | default y |
209 | help | 209 | help |
210 | watch is used to execute a program periodically, showing | 210 | watch is used to execute a program periodically, showing |
211 | output to the screen. | 211 | output to the screen. |
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 | ||
diff --git a/scripts/defconfig b/scripts/defconfig deleted file mode 100644 index 896571bd9..000000000 --- a/scripts/defconfig +++ /dev/null | |||
@@ -1,927 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Busybox version: 1.16.0 | ||
4 | # Wed Jan 27 20:00:00 2010 | ||
5 | # | ||
6 | CONFIG_HAVE_DOT_CONFIG=y | ||
7 | |||
8 | # | ||
9 | # Busybox Settings | ||
10 | # | ||
11 | |||
12 | # | ||
13 | # General Configuration | ||
14 | # | ||
15 | # CONFIG_DESKTOP is not set | ||
16 | # CONFIG_EXTRA_COMPAT is not set | ||
17 | CONFIG_INCLUDE_SUSv2=y | ||
18 | # CONFIG_USE_PORTABLE_CODE is not set | ||
19 | CONFIG_FEATURE_BUFFERS_USE_MALLOC=y | ||
20 | # CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set | ||
21 | # CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set | ||
22 | CONFIG_SHOW_USAGE=y | ||
23 | CONFIG_FEATURE_VERBOSE_USAGE=y | ||
24 | CONFIG_FEATURE_COMPRESS_USAGE=y | ||
25 | CONFIG_FEATURE_INSTALLER=y | ||
26 | CONFIG_LOCALE_SUPPORT=y | ||
27 | CONFIG_UNICODE_SUPPORT=y | ||
28 | # CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set | ||
29 | CONFIG_LONG_OPTS=y | ||
30 | CONFIG_FEATURE_DEVPTS=y | ||
31 | # CONFIG_FEATURE_CLEAN_UP is not set | ||
32 | CONFIG_FEATURE_PIDFILE=y | ||
33 | CONFIG_FEATURE_SUID=y | ||
34 | CONFIG_FEATURE_SUID_CONFIG=y | ||
35 | CONFIG_FEATURE_SUID_CONFIG_QUIET=y | ||
36 | # CONFIG_SELINUX is not set | ||
37 | # CONFIG_FEATURE_PREFER_APPLETS is not set | ||
38 | CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe" | ||
39 | CONFIG_FEATURE_SYSLOG=y | ||
40 | CONFIG_FEATURE_HAVE_RPC=y | ||
41 | |||
42 | # | ||
43 | # Build Options | ||
44 | # | ||
45 | # CONFIG_STATIC is not set | ||
46 | # CONFIG_PIE is not set | ||
47 | # CONFIG_NOMMU is not set | ||
48 | # CONFIG_BUILD_LIBBUSYBOX is not set | ||
49 | # CONFIG_FEATURE_INDIVIDUAL is not set | ||
50 | # CONFIG_FEATURE_SHARED_BUSYBOX is not set | ||
51 | CONFIG_LFS=y | ||
52 | CONFIG_CROSS_COMPILER_PREFIX="" | ||
53 | CONFIG_EXTRA_CFLAGS="" | ||
54 | |||
55 | # | ||
56 | # Debugging Options | ||
57 | # | ||
58 | # CONFIG_DEBUG is not set | ||
59 | # CONFIG_DEBUG_PESSIMIZE is not set | ||
60 | # CONFIG_WERROR is not set | ||
61 | CONFIG_NO_DEBUG_LIB=y | ||
62 | # CONFIG_DMALLOC is not set | ||
63 | # CONFIG_EFENCE is not set | ||
64 | |||
65 | # | ||
66 | # Installation Options | ||
67 | # | ||
68 | # CONFIG_INSTALL_NO_USR is not set | ||
69 | CONFIG_INSTALL_APPLET_SYMLINKS=y | ||
70 | # CONFIG_INSTALL_APPLET_HARDLINKS is not set | ||
71 | # CONFIG_INSTALL_APPLET_SCRIPT_WRAPPERS is not set | ||
72 | # CONFIG_INSTALL_APPLET_DONT is not set | ||
73 | # CONFIG_INSTALL_SH_APPLET_SYMLINK is not set | ||
74 | # CONFIG_INSTALL_SH_APPLET_HARDLINK is not set | ||
75 | # CONFIG_INSTALL_SH_APPLET_SCRIPT_WRAPPER is not set | ||
76 | CONFIG_PREFIX="./_install" | ||
77 | |||
78 | # | ||
79 | # Busybox Library Tuning | ||
80 | # | ||
81 | CONFIG_PASSWORD_MINLEN=6 | ||
82 | CONFIG_MD5_SIZE_VS_SPEED=2 | ||
83 | CONFIG_FEATURE_FAST_TOP=y | ||
84 | # CONFIG_FEATURE_ETC_NETWORKS is not set | ||
85 | CONFIG_FEATURE_EDITING=y | ||
86 | CONFIG_FEATURE_EDITING_MAX_LEN=1024 | ||
87 | # CONFIG_FEATURE_EDITING_VI is not set | ||
88 | CONFIG_FEATURE_EDITING_HISTORY=15 | ||
89 | CONFIG_FEATURE_EDITING_SAVEHISTORY=y | ||
90 | CONFIG_FEATURE_TAB_COMPLETION=y | ||
91 | # CONFIG_FEATURE_USERNAME_COMPLETION is not set | ||
92 | # CONFIG_FEATURE_EDITING_FANCY_PROMPT is not set | ||
93 | # CONFIG_FEATURE_EDITING_ASK_TERMINAL is not set | ||
94 | CONFIG_FEATURE_NON_POSIX_CP=y | ||
95 | # CONFIG_FEATURE_VERBOSE_CP_MESSAGE is not set | ||
96 | CONFIG_FEATURE_COPYBUF_KB=4 | ||
97 | # CONFIG_MONOTONIC_SYSCALL is not set | ||
98 | CONFIG_IOCTL_HEX2STR_ERROR=y | ||
99 | CONFIG_FEATURE_HWIB=y | ||
100 | |||
101 | # | ||
102 | # Applets | ||
103 | # | ||
104 | |||
105 | # | ||
106 | # Archival Utilities | ||
107 | # | ||
108 | CONFIG_FEATURE_SEAMLESS_LZMA=y | ||
109 | CONFIG_FEATURE_SEAMLESS_BZ2=y | ||
110 | CONFIG_FEATURE_SEAMLESS_GZ=y | ||
111 | CONFIG_FEATURE_SEAMLESS_Z=y | ||
112 | CONFIG_AR=y | ||
113 | CONFIG_FEATURE_AR_LONG_FILENAMES=y | ||
114 | CONFIG_FEATURE_AR_CREATE=y | ||
115 | CONFIG_BUNZIP2=y | ||
116 | CONFIG_BZIP2=y | ||
117 | CONFIG_CPIO=y | ||
118 | CONFIG_FEATURE_CPIO_O=y | ||
119 | CONFIG_FEATURE_CPIO_P=y | ||
120 | # CONFIG_DPKG is not set | ||
121 | # CONFIG_DPKG_DEB is not set | ||
122 | # CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set | ||
123 | CONFIG_GUNZIP=y | ||
124 | CONFIG_GZIP=y | ||
125 | CONFIG_FEATURE_GZIP_LONG_OPTIONS=y | ||
126 | CONFIG_LZOP=y | ||
127 | # CONFIG_LZOP_COMPR_HIGH is not set | ||
128 | CONFIG_RPM2CPIO=y | ||
129 | CONFIG_RPM=y | ||
130 | CONFIG_TAR=y | ||
131 | CONFIG_FEATURE_TAR_CREATE=y | ||
132 | CONFIG_FEATURE_TAR_AUTODETECT=y | ||
133 | CONFIG_FEATURE_TAR_FROM=y | ||
134 | CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY=y | ||
135 | CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY=y | ||
136 | CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y | ||
137 | CONFIG_FEATURE_TAR_LONG_OPTIONS=y | ||
138 | CONFIG_FEATURE_TAR_UNAME_GNAME=y | ||
139 | CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y | ||
140 | CONFIG_UNCOMPRESS=y | ||
141 | CONFIG_UNLZMA=y | ||
142 | CONFIG_FEATURE_LZMA_FAST=y | ||
143 | CONFIG_UNZIP=y | ||
144 | |||
145 | # | ||
146 | # Coreutils | ||
147 | # | ||
148 | CONFIG_BASENAME=y | ||
149 | CONFIG_CAL=y | ||
150 | CONFIG_CAT=y | ||
151 | CONFIG_CATV=y | ||
152 | CONFIG_CHGRP=y | ||
153 | CONFIG_CHMOD=y | ||
154 | CONFIG_CHOWN=y | ||
155 | CONFIG_FEATURE_CHOWN_LONG_OPTIONS=y | ||
156 | CONFIG_CHROOT=y | ||
157 | CONFIG_CKSUM=y | ||
158 | CONFIG_COMM=y | ||
159 | CONFIG_CP=y | ||
160 | CONFIG_FEATURE_CP_LONG_OPTIONS=y | ||
161 | CONFIG_CUT=y | ||
162 | CONFIG_DATE=y | ||
163 | CONFIG_FEATURE_DATE_ISOFMT=y | ||
164 | CONFIG_FEATURE_DATE_COMPAT=y | ||
165 | CONFIG_DD=y | ||
166 | CONFIG_FEATURE_DD_SIGNAL_HANDLING=y | ||
167 | CONFIG_FEATURE_DD_THIRD_STATUS_LINE=y | ||
168 | CONFIG_FEATURE_DD_IBS_OBS=y | ||
169 | CONFIG_DF=y | ||
170 | CONFIG_FEATURE_DF_FANCY=y | ||
171 | CONFIG_DIRNAME=y | ||
172 | CONFIG_DOS2UNIX=y | ||
173 | CONFIG_UNIX2DOS=y | ||
174 | CONFIG_DU=y | ||
175 | CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K=y | ||
176 | CONFIG_ECHO=y | ||
177 | CONFIG_FEATURE_FANCY_ECHO=y | ||
178 | CONFIG_ENV=y | ||
179 | CONFIG_FEATURE_ENV_LONG_OPTIONS=y | ||
180 | CONFIG_EXPAND=y | ||
181 | CONFIG_FEATURE_EXPAND_LONG_OPTIONS=y | ||
182 | CONFIG_EXPR=y | ||
183 | CONFIG_EXPR_MATH_SUPPORT_64=y | ||
184 | CONFIG_FALSE=y | ||
185 | CONFIG_FOLD=y | ||
186 | CONFIG_FSYNC=y | ||
187 | CONFIG_HEAD=y | ||
188 | CONFIG_FEATURE_FANCY_HEAD=y | ||
189 | CONFIG_HOSTID=y | ||
190 | CONFIG_ID=y | ||
191 | CONFIG_INSTALL=y | ||
192 | CONFIG_FEATURE_INSTALL_LONG_OPTIONS=y | ||
193 | CONFIG_LENGTH=y | ||
194 | CONFIG_LN=y | ||
195 | CONFIG_LOGNAME=y | ||
196 | CONFIG_LS=y | ||
197 | CONFIG_FEATURE_LS_FILETYPES=y | ||
198 | CONFIG_FEATURE_LS_FOLLOWLINKS=y | ||
199 | CONFIG_FEATURE_LS_RECURSIVE=y | ||
200 | CONFIG_FEATURE_LS_SORTFILES=y | ||
201 | CONFIG_FEATURE_LS_TIMESTAMPS=y | ||
202 | CONFIG_FEATURE_LS_USERNAME=y | ||
203 | CONFIG_FEATURE_LS_COLOR=y | ||
204 | CONFIG_FEATURE_LS_COLOR_IS_DEFAULT=y | ||
205 | CONFIG_MD5SUM=y | ||
206 | CONFIG_MKDIR=y | ||
207 | CONFIG_FEATURE_MKDIR_LONG_OPTIONS=y | ||
208 | CONFIG_MKFIFO=y | ||
209 | CONFIG_MKNOD=y | ||
210 | CONFIG_MV=y | ||
211 | CONFIG_FEATURE_MV_LONG_OPTIONS=y | ||
212 | CONFIG_NICE=y | ||
213 | CONFIG_NOHUP=y | ||
214 | CONFIG_OD=y | ||
215 | CONFIG_PRINTENV=y | ||
216 | CONFIG_PRINTF=y | ||
217 | CONFIG_PWD=y | ||
218 | CONFIG_READLINK=y | ||
219 | CONFIG_FEATURE_READLINK_FOLLOW=y | ||
220 | CONFIG_REALPATH=y | ||
221 | CONFIG_RM=y | ||
222 | CONFIG_RMDIR=y | ||
223 | CONFIG_FEATURE_RMDIR_LONG_OPTIONS=y | ||
224 | CONFIG_SEQ=y | ||
225 | CONFIG_SHA1SUM=y | ||
226 | CONFIG_SHA256SUM=y | ||
227 | CONFIG_SHA512SUM=y | ||
228 | CONFIG_SLEEP=y | ||
229 | CONFIG_FEATURE_FANCY_SLEEP=y | ||
230 | CONFIG_FEATURE_FLOAT_SLEEP=y | ||
231 | CONFIG_SORT=y | ||
232 | CONFIG_FEATURE_SORT_BIG=y | ||
233 | CONFIG_SPLIT=y | ||
234 | CONFIG_FEATURE_SPLIT_FANCY=y | ||
235 | CONFIG_STAT=y | ||
236 | CONFIG_FEATURE_STAT_FORMAT=y | ||
237 | CONFIG_STTY=y | ||
238 | CONFIG_SUM=y | ||
239 | CONFIG_SYNC=y | ||
240 | CONFIG_TAC=y | ||
241 | CONFIG_TAIL=y | ||
242 | CONFIG_FEATURE_FANCY_TAIL=y | ||
243 | CONFIG_TEE=y | ||
244 | CONFIG_FEATURE_TEE_USE_BLOCK_IO=y | ||
245 | CONFIG_TEST=y | ||
246 | CONFIG_FEATURE_TEST_64=y | ||
247 | CONFIG_TOUCH=y | ||
248 | CONFIG_TR=y | ||
249 | CONFIG_FEATURE_TR_CLASSES=y | ||
250 | CONFIG_FEATURE_TR_EQUIV=y | ||
251 | CONFIG_TRUE=y | ||
252 | CONFIG_TTY=y | ||
253 | CONFIG_UNAME=y | ||
254 | CONFIG_UNEXPAND=y | ||
255 | CONFIG_FEATURE_UNEXPAND_LONG_OPTIONS=y | ||
256 | CONFIG_UNIQ=y | ||
257 | CONFIG_USLEEP=y | ||
258 | CONFIG_UUDECODE=y | ||
259 | CONFIG_UUENCODE=y | ||
260 | CONFIG_WC=y | ||
261 | CONFIG_FEATURE_WC_LARGE=y | ||
262 | CONFIG_WHO=y | ||
263 | CONFIG_WHOAMI=y | ||
264 | CONFIG_YES=y | ||
265 | |||
266 | # | ||
267 | # Common options for cp and mv | ||
268 | # | ||
269 | CONFIG_FEATURE_PRESERVE_HARDLINKS=y | ||
270 | |||
271 | # | ||
272 | # Common options for ls, more and telnet | ||
273 | # | ||
274 | CONFIG_FEATURE_AUTOWIDTH=y | ||
275 | |||
276 | # | ||
277 | # Common options for df, du, ls | ||
278 | # | ||
279 | CONFIG_FEATURE_HUMAN_READABLE=y | ||
280 | |||
281 | # | ||
282 | # Common options for md5sum, sha1sum, sha256sum, sha512sum | ||
283 | # | ||
284 | CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y | ||
285 | |||
286 | # | ||
287 | # Console Utilities | ||
288 | # | ||
289 | CONFIG_CHVT=y | ||
290 | CONFIG_FGCONSOLE=y | ||
291 | CONFIG_CLEAR=y | ||
292 | CONFIG_DEALLOCVT=y | ||
293 | CONFIG_DUMPKMAP=y | ||
294 | CONFIG_KBD_MODE=y | ||
295 | CONFIG_LOADFONT=y | ||
296 | CONFIG_LOADKMAP=y | ||
297 | CONFIG_OPENVT=y | ||
298 | CONFIG_RESET=y | ||
299 | CONFIG_RESIZE=y | ||
300 | CONFIG_FEATURE_RESIZE_PRINT=y | ||
301 | CONFIG_SETCONSOLE=y | ||
302 | CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS=y | ||
303 | CONFIG_SETFONT=y | ||
304 | CONFIG_FEATURE_SETFONT_TEXTUAL_MAP=y | ||
305 | CONFIG_DEFAULT_SETFONT_DIR="" | ||
306 | CONFIG_SETKEYCODES=y | ||
307 | CONFIG_SETLOGCONS=y | ||
308 | CONFIG_SHOWKEY=y | ||
309 | |||
310 | # | ||
311 | # Debian Utilities | ||
312 | # | ||
313 | CONFIG_MKTEMP=y | ||
314 | CONFIG_PIPE_PROGRESS=y | ||
315 | CONFIG_RUN_PARTS=y | ||
316 | CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS=y | ||
317 | CONFIG_FEATURE_RUN_PARTS_FANCY=y | ||
318 | CONFIG_START_STOP_DAEMON=y | ||
319 | CONFIG_FEATURE_START_STOP_DAEMON_FANCY=y | ||
320 | CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS=y | ||
321 | CONFIG_WHICH=y | ||
322 | |||
323 | # | ||
324 | # Editors | ||
325 | # | ||
326 | CONFIG_AWK=y | ||
327 | CONFIG_FEATURE_AWK_LIBM=y | ||
328 | CONFIG_CMP=y | ||
329 | CONFIG_DIFF=y | ||
330 | CONFIG_FEATURE_DIFF_LONG_OPTIONS=y | ||
331 | CONFIG_FEATURE_DIFF_DIR=y | ||
332 | CONFIG_ED=y | ||
333 | CONFIG_PATCH=y | ||
334 | CONFIG_SED=y | ||
335 | CONFIG_VI=y | ||
336 | CONFIG_FEATURE_VI_MAX_LEN=4096 | ||
337 | # CONFIG_FEATURE_VI_8BIT is not set | ||
338 | CONFIG_FEATURE_VI_COLON=y | ||
339 | CONFIG_FEATURE_VI_YANKMARK=y | ||
340 | CONFIG_FEATURE_VI_SEARCH=y | ||
341 | CONFIG_FEATURE_VI_USE_SIGNALS=y | ||
342 | CONFIG_FEATURE_VI_DOT_CMD=y | ||
343 | CONFIG_FEATURE_VI_READONLY=y | ||
344 | CONFIG_FEATURE_VI_SETOPTS=y | ||
345 | CONFIG_FEATURE_VI_SET=y | ||
346 | CONFIG_FEATURE_VI_WIN_RESIZE=y | ||
347 | CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y | ||
348 | CONFIG_FEATURE_ALLOW_EXEC=y | ||
349 | |||
350 | # | ||
351 | # Finding Utilities | ||
352 | # | ||
353 | CONFIG_FIND=y | ||
354 | CONFIG_FEATURE_FIND_PRINT0=y | ||
355 | CONFIG_FEATURE_FIND_MTIME=y | ||
356 | CONFIG_FEATURE_FIND_MMIN=y | ||
357 | CONFIG_FEATURE_FIND_PERM=y | ||
358 | CONFIG_FEATURE_FIND_TYPE=y | ||
359 | CONFIG_FEATURE_FIND_XDEV=y | ||
360 | CONFIG_FEATURE_FIND_MAXDEPTH=y | ||
361 | CONFIG_FEATURE_FIND_NEWER=y | ||
362 | CONFIG_FEATURE_FIND_INUM=y | ||
363 | CONFIG_FEATURE_FIND_EXEC=y | ||
364 | CONFIG_FEATURE_FIND_USER=y | ||
365 | CONFIG_FEATURE_FIND_GROUP=y | ||
366 | CONFIG_FEATURE_FIND_NOT=y | ||
367 | CONFIG_FEATURE_FIND_DEPTH=y | ||
368 | CONFIG_FEATURE_FIND_PAREN=y | ||
369 | CONFIG_FEATURE_FIND_SIZE=y | ||
370 | CONFIG_FEATURE_FIND_PRUNE=y | ||
371 | CONFIG_FEATURE_FIND_DELETE=y | ||
372 | CONFIG_FEATURE_FIND_PATH=y | ||
373 | CONFIG_FEATURE_FIND_REGEX=y | ||
374 | # CONFIG_FEATURE_FIND_CONTEXT is not set | ||
375 | CONFIG_FEATURE_FIND_LINKS=y | ||
376 | CONFIG_GREP=y | ||
377 | CONFIG_FEATURE_GREP_EGREP_ALIAS=y | ||
378 | CONFIG_FEATURE_GREP_FGREP_ALIAS=y | ||
379 | CONFIG_FEATURE_GREP_CONTEXT=y | ||
380 | CONFIG_XARGS=y | ||
381 | CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION=y | ||
382 | CONFIG_FEATURE_XARGS_SUPPORT_QUOTES=y | ||
383 | CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT=y | ||
384 | CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM=y | ||
385 | |||
386 | # | ||
387 | # Init Utilities | ||
388 | # | ||
389 | CONFIG_INIT=y | ||
390 | CONFIG_FEATURE_USE_INITTAB=y | ||
391 | # CONFIG_FEATURE_KILL_REMOVED is not set | ||
392 | CONFIG_FEATURE_KILL_DELAY=0 | ||
393 | CONFIG_FEATURE_INIT_SCTTY=y | ||
394 | CONFIG_FEATURE_INIT_SYSLOG=y | ||
395 | CONFIG_FEATURE_EXTRA_QUIET=y | ||
396 | CONFIG_FEATURE_INIT_COREDUMPS=y | ||
397 | CONFIG_FEATURE_INITRD=y | ||
398 | CONFIG_HALT=y | ||
399 | # CONFIG_FEATURE_CALL_TELINIT is not set | ||
400 | CONFIG_TELINIT_PATH="" | ||
401 | CONFIG_MESG=y | ||
402 | |||
403 | # | ||
404 | # Login/Password Management Utilities | ||
405 | # | ||
406 | CONFIG_FEATURE_SHADOWPASSWDS=y | ||
407 | CONFIG_USE_BB_PWD_GRP=y | ||
408 | CONFIG_USE_BB_SHADOW=y | ||
409 | CONFIG_USE_BB_CRYPT=y | ||
410 | CONFIG_USE_BB_CRYPT_SHA=y | ||
411 | CONFIG_ADDGROUP=y | ||
412 | CONFIG_FEATURE_ADDGROUP_LONG_OPTIONS=y | ||
413 | CONFIG_FEATURE_ADDUSER_TO_GROUP=y | ||
414 | CONFIG_DELGROUP=y | ||
415 | CONFIG_FEATURE_DEL_USER_FROM_GROUP=y | ||
416 | # CONFIG_FEATURE_CHECK_NAMES is not set | ||
417 | CONFIG_ADDUSER=y | ||
418 | CONFIG_FEATURE_ADDUSER_LONG_OPTIONS=y | ||
419 | CONFIG_FIRST_SYSTEM_ID=100 | ||
420 | CONFIG_LAST_SYSTEM_ID=999 | ||
421 | CONFIG_DELUSER=y | ||
422 | CONFIG_GETTY=y | ||
423 | CONFIG_FEATURE_UTMP=y | ||
424 | CONFIG_FEATURE_WTMP=y | ||
425 | CONFIG_LOGIN=y | ||
426 | # CONFIG_PAM is not set | ||
427 | CONFIG_LOGIN_SCRIPTS=y | ||
428 | CONFIG_FEATURE_NOLOGIN=y | ||
429 | CONFIG_FEATURE_SECURETTY=y | ||
430 | CONFIG_PASSWD=y | ||
431 | CONFIG_FEATURE_PASSWD_WEAK_CHECK=y | ||
432 | CONFIG_CRYPTPW=y | ||
433 | CONFIG_CHPASSWD=y | ||
434 | CONFIG_SU=y | ||
435 | CONFIG_FEATURE_SU_SYSLOG=y | ||
436 | CONFIG_FEATURE_SU_CHECKS_SHELLS=y | ||
437 | CONFIG_SULOGIN=y | ||
438 | CONFIG_VLOCK=y | ||
439 | |||
440 | # | ||
441 | # Linux Ext2 FS Progs | ||
442 | # | ||
443 | CONFIG_CHATTR=y | ||
444 | CONFIG_FSCK=y | ||
445 | CONFIG_LSATTR=y | ||
446 | |||
447 | # | ||
448 | # Linux Module Utilities | ||
449 | # | ||
450 | CONFIG_MODPROBE_SMALL=y | ||
451 | CONFIG_FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE=y | ||
452 | CONFIG_FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED=y | ||
453 | # CONFIG_INSMOD is not set | ||
454 | # CONFIG_RMMOD is not set | ||
455 | # CONFIG_LSMOD is not set | ||
456 | # CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT is not set | ||
457 | # CONFIG_MODPROBE is not set | ||
458 | # CONFIG_FEATURE_MODPROBE_BLACKLIST is not set | ||
459 | # CONFIG_DEPMOD is not set | ||
460 | |||
461 | # | ||
462 | # Options common to multiple modutils | ||
463 | # | ||
464 | # CONFIG_FEATURE_2_4_MODULES is not set | ||
465 | # CONFIG_FEATURE_INSMOD_TRY_MMAP is not set | ||
466 | # CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set | ||
467 | # CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set | ||
468 | # CONFIG_FEATURE_INSMOD_LOADINKMEM is not set | ||
469 | # CONFIG_FEATURE_INSMOD_LOAD_MAP is not set | ||
470 | # CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL is not set | ||
471 | # CONFIG_FEATURE_CHECK_TAINTED_MODULE is not set | ||
472 | # CONFIG_FEATURE_MODUTILS_ALIAS is not set | ||
473 | # CONFIG_FEATURE_MODUTILS_SYMBOLS is not set | ||
474 | CONFIG_DEFAULT_MODULES_DIR="/lib/modules" | ||
475 | CONFIG_DEFAULT_DEPMOD_FILE="modules.dep" | ||
476 | |||
477 | # | ||
478 | # Linux System Utilities | ||
479 | # | ||
480 | CONFIG_ACPID=y | ||
481 | CONFIG_FEATURE_ACPID_COMPAT=y | ||
482 | CONFIG_BLKID=y | ||
483 | CONFIG_DMESG=y | ||
484 | CONFIG_FEATURE_DMESG_PRETTY=y | ||
485 | CONFIG_FBSET=y | ||
486 | CONFIG_FEATURE_FBSET_FANCY=y | ||
487 | CONFIG_FEATURE_FBSET_READMODE=y | ||
488 | CONFIG_FDFLUSH=y | ||
489 | CONFIG_FDFORMAT=y | ||
490 | CONFIG_FDISK=y | ||
491 | CONFIG_FDISK_SUPPORT_LARGE_DISKS=y | ||
492 | CONFIG_FEATURE_FDISK_WRITABLE=y | ||
493 | # CONFIG_FEATURE_AIX_LABEL is not set | ||
494 | # CONFIG_FEATURE_SGI_LABEL is not set | ||
495 | # CONFIG_FEATURE_SUN_LABEL is not set | ||
496 | # CONFIG_FEATURE_OSF_LABEL is not set | ||
497 | CONFIG_FEATURE_FDISK_ADVANCED=y | ||
498 | CONFIG_FINDFS=y | ||
499 | CONFIG_FREERAMDISK=y | ||
500 | CONFIG_FSCK_MINIX=y | ||
501 | CONFIG_MKFS_EXT2=y | ||
502 | CONFIG_MKFS_MINIX=y | ||
503 | |||
504 | # | ||
505 | # Minix filesystem support | ||
506 | # | ||
507 | CONFIG_FEATURE_MINIX2=y | ||
508 | # CONFIG_MKFS_REISER is not set | ||
509 | CONFIG_MKFS_VFAT=y | ||
510 | CONFIG_GETOPT=y | ||
511 | CONFIG_FEATURE_GETOPT_LONG=y | ||
512 | CONFIG_HEXDUMP=y | ||
513 | CONFIG_FEATURE_HEXDUMP_REVERSE=y | ||
514 | CONFIG_HD=y | ||
515 | CONFIG_HWCLOCK=y | ||
516 | CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS=y | ||
517 | CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS=y | ||
518 | CONFIG_IPCRM=y | ||
519 | CONFIG_IPCS=y | ||
520 | CONFIG_LOSETUP=y | ||
521 | CONFIG_LSPCI=y | ||
522 | CONFIG_LSUSB=y | ||
523 | CONFIG_MDEV=y | ||
524 | CONFIG_FEATURE_MDEV_CONF=y | ||
525 | CONFIG_FEATURE_MDEV_RENAME=y | ||
526 | CONFIG_FEATURE_MDEV_RENAME_REGEXP=y | ||
527 | CONFIG_FEATURE_MDEV_EXEC=y | ||
528 | CONFIG_FEATURE_MDEV_LOAD_FIRMWARE=y | ||
529 | CONFIG_MKSWAP=y | ||
530 | CONFIG_FEATURE_MKSWAP_UUID=y | ||
531 | CONFIG_MORE=y | ||
532 | CONFIG_FEATURE_USE_TERMIOS=y | ||
533 | CONFIG_VOLUMEID=y | ||
534 | CONFIG_FEATURE_VOLUMEID_EXT=y | ||
535 | CONFIG_FEATURE_VOLUMEID_BTRFS=y | ||
536 | CONFIG_FEATURE_VOLUMEID_REISERFS=y | ||
537 | CONFIG_FEATURE_VOLUMEID_FAT=y | ||
538 | CONFIG_FEATURE_VOLUMEID_HFS=y | ||
539 | CONFIG_FEATURE_VOLUMEID_JFS=y | ||
540 | CONFIG_FEATURE_VOLUMEID_XFS=y | ||
541 | CONFIG_FEATURE_VOLUMEID_NTFS=y | ||
542 | CONFIG_FEATURE_VOLUMEID_ISO9660=y | ||
543 | CONFIG_FEATURE_VOLUMEID_UDF=y | ||
544 | CONFIG_FEATURE_VOLUMEID_LUKS=y | ||
545 | CONFIG_FEATURE_VOLUMEID_LINUXSWAP=y | ||
546 | CONFIG_FEATURE_VOLUMEID_CRAMFS=y | ||
547 | CONFIG_FEATURE_VOLUMEID_ROMFS=y | ||
548 | CONFIG_FEATURE_VOLUMEID_SYSV=y | ||
549 | CONFIG_FEATURE_VOLUMEID_OCFS2=y | ||
550 | CONFIG_FEATURE_VOLUMEID_LINUXRAID=y | ||
551 | CONFIG_MOUNT=y | ||
552 | CONFIG_FEATURE_MOUNT_FAKE=y | ||
553 | CONFIG_FEATURE_MOUNT_VERBOSE=y | ||
554 | # CONFIG_FEATURE_MOUNT_HELPERS is not set | ||
555 | CONFIG_FEATURE_MOUNT_LABEL=y | ||
556 | CONFIG_FEATURE_MOUNT_NFS=y | ||
557 | CONFIG_FEATURE_MOUNT_CIFS=y | ||
558 | CONFIG_FEATURE_MOUNT_FLAGS=y | ||
559 | CONFIG_FEATURE_MOUNT_FSTAB=y | ||
560 | CONFIG_PIVOT_ROOT=y | ||
561 | CONFIG_RDATE=y | ||
562 | CONFIG_RDEV=y | ||
563 | CONFIG_READPROFILE=y | ||
564 | CONFIG_RTCWAKE=y | ||
565 | CONFIG_SCRIPT=y | ||
566 | CONFIG_SCRIPTREPLAY=y | ||
567 | CONFIG_SETARCH=y | ||
568 | CONFIG_SWAPONOFF=y | ||
569 | CONFIG_FEATURE_SWAPON_PRI=y | ||
570 | CONFIG_SWITCH_ROOT=y | ||
571 | CONFIG_UMOUNT=y | ||
572 | CONFIG_FEATURE_UMOUNT_ALL=y | ||
573 | |||
574 | # | ||
575 | # Common options for mount/umount | ||
576 | # | ||
577 | CONFIG_FEATURE_MOUNT_LOOP=y | ||
578 | # CONFIG_FEATURE_MOUNT_LOOP_CREATE is not set | ||
579 | # CONFIG_FEATURE_MTAB_SUPPORT is not set | ||
580 | |||
581 | # | ||
582 | # Miscellaneous Utilities | ||
583 | # | ||
584 | CONFIG_ADJTIMEX=y | ||
585 | # CONFIG_BBCONFIG is not set | ||
586 | CONFIG_BEEP=y | ||
587 | CONFIG_FEATURE_BEEP_FREQ=4000 | ||
588 | CONFIG_FEATURE_BEEP_LENGTH_MS=30 | ||
589 | CONFIG_CHAT=y | ||
590 | CONFIG_FEATURE_CHAT_NOFAIL=y | ||
591 | # CONFIG_FEATURE_CHAT_TTY_HIFI is not set | ||
592 | CONFIG_FEATURE_CHAT_IMPLICIT_CR=y | ||
593 | CONFIG_FEATURE_CHAT_SWALLOW_OPTS=y | ||
594 | CONFIG_FEATURE_CHAT_SEND_ESCAPES=y | ||
595 | CONFIG_FEATURE_CHAT_VAR_ABORT_LEN=y | ||
596 | CONFIG_FEATURE_CHAT_CLR_ABORT=y | ||
597 | CONFIG_CHRT=y | ||
598 | CONFIG_CROND=y | ||
599 | CONFIG_FEATURE_CROND_D=y | ||
600 | CONFIG_FEATURE_CROND_CALL_SENDMAIL=y | ||
601 | CONFIG_FEATURE_CROND_DIR="/var/spool/cron" | ||
602 | CONFIG_CRONTAB=y | ||
603 | CONFIG_DC=y | ||
604 | CONFIG_FEATURE_DC_LIBM=y | ||
605 | # CONFIG_DEVFSD is not set | ||
606 | # CONFIG_DEVFSD_MODLOAD is not set | ||
607 | # CONFIG_DEVFSD_FG_NP is not set | ||
608 | # CONFIG_DEVFSD_VERBOSE is not set | ||
609 | # CONFIG_FEATURE_DEVFS is not set | ||
610 | CONFIG_DEVMEM=y | ||
611 | CONFIG_EJECT=y | ||
612 | CONFIG_FEATURE_EJECT_SCSI=y | ||
613 | CONFIG_FBSPLASH=y | ||
614 | CONFIG_FLASHCP=y | ||
615 | CONFIG_FLASH_LOCK=y | ||
616 | CONFIG_FLASH_UNLOCK=y | ||
617 | CONFIG_FLASH_ERASEALL=y | ||
618 | CONFIG_IONICE=y | ||
619 | CONFIG_INOTIFYD=y | ||
620 | CONFIG_LAST=y | ||
621 | # CONFIG_FEATURE_LAST_SMALL is not set | ||
622 | CONFIG_FEATURE_LAST_FANCY=y | ||
623 | CONFIG_LESS=y | ||
624 | CONFIG_FEATURE_LESS_MAXLINES=9999999 | ||
625 | CONFIG_FEATURE_LESS_BRACKETS=y | ||
626 | CONFIG_FEATURE_LESS_FLAGS=y | ||
627 | CONFIG_FEATURE_LESS_MARKS=y | ||
628 | CONFIG_FEATURE_LESS_REGEXP=y | ||
629 | CONFIG_FEATURE_LESS_WINCH=y | ||
630 | CONFIG_FEATURE_LESS_DASHCMD=y | ||
631 | CONFIG_FEATURE_LESS_LINENUMS=y | ||
632 | CONFIG_HDPARM=y | ||
633 | CONFIG_FEATURE_HDPARM_GET_IDENTITY=y | ||
634 | CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF=y | ||
635 | CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF=y | ||
636 | CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET=y | ||
637 | CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF=y | ||
638 | CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA=y | ||
639 | CONFIG_MAKEDEVS=y | ||
640 | # CONFIG_FEATURE_MAKEDEVS_LEAF is not set | ||
641 | CONFIG_FEATURE_MAKEDEVS_TABLE=y | ||
642 | CONFIG_MAN=y | ||
643 | CONFIG_MICROCOM=y | ||
644 | CONFIG_MOUNTPOINT=y | ||
645 | CONFIG_MT=y | ||
646 | CONFIG_RAIDAUTORUN=y | ||
647 | CONFIG_READAHEAD=y | ||
648 | CONFIG_RUNLEVEL=y | ||
649 | CONFIG_RX=y | ||
650 | CONFIG_SETSID=y | ||
651 | CONFIG_STRINGS=y | ||
652 | CONFIG_TASKSET=y | ||
653 | CONFIG_FEATURE_TASKSET_FANCY=y | ||
654 | CONFIG_TIME=y | ||
655 | CONFIG_TIMEOUT=y | ||
656 | CONFIG_TTYSIZE=y | ||
657 | CONFIG_VOLNAME=y | ||
658 | CONFIG_WALL=y | ||
659 | CONFIG_WATCHDOG=y | ||
660 | |||
661 | # | ||
662 | # Networking Utilities | ||
663 | # | ||
664 | CONFIG_FEATURE_IPV6=y | ||
665 | # CONFIG_FEATURE_UNIX_LOCAL is not set | ||
666 | CONFIG_FEATURE_PREFER_IPV4_ADDRESS=y | ||
667 | # CONFIG_VERBOSE_RESOLUTION_ERRORS is not set | ||
668 | CONFIG_ARP=y | ||
669 | CONFIG_ARPING=y | ||
670 | CONFIG_BRCTL=y | ||
671 | CONFIG_FEATURE_BRCTL_FANCY=y | ||
672 | CONFIG_FEATURE_BRCTL_SHOW=y | ||
673 | CONFIG_DNSD=y | ||
674 | CONFIG_ETHER_WAKE=y | ||
675 | CONFIG_FAKEIDENTD=y | ||
676 | CONFIG_FTPD=y | ||
677 | CONFIG_FEATURE_FTP_WRITE=y | ||
678 | CONFIG_FEATURE_FTPD_ACCEPT_BROKEN_LIST=y | ||
679 | CONFIG_FTPGET=y | ||
680 | CONFIG_FTPPUT=y | ||
681 | CONFIG_FEATURE_FTPGETPUT_LONG_OPTIONS=y | ||
682 | CONFIG_HOSTNAME=y | ||
683 | CONFIG_HTTPD=y | ||
684 | CONFIG_FEATURE_HTTPD_RANGES=y | ||
685 | CONFIG_FEATURE_HTTPD_USE_SENDFILE=y | ||
686 | CONFIG_FEATURE_HTTPD_SETUID=y | ||
687 | CONFIG_FEATURE_HTTPD_BASIC_AUTH=y | ||
688 | CONFIG_FEATURE_HTTPD_AUTH_MD5=y | ||
689 | CONFIG_FEATURE_HTTPD_CGI=y | ||
690 | CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR=y | ||
691 | CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV=y | ||
692 | CONFIG_FEATURE_HTTPD_ENCODE_URL_STR=y | ||
693 | CONFIG_FEATURE_HTTPD_ERROR_PAGES=y | ||
694 | CONFIG_FEATURE_HTTPD_PROXY=y | ||
695 | CONFIG_IFCONFIG=y | ||
696 | CONFIG_FEATURE_IFCONFIG_STATUS=y | ||
697 | CONFIG_FEATURE_IFCONFIG_SLIP=y | ||
698 | CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ=y | ||
699 | CONFIG_FEATURE_IFCONFIG_HW=y | ||
700 | CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS=y | ||
701 | CONFIG_IFENSLAVE=y | ||
702 | CONFIG_IFPLUGD=y | ||
703 | CONFIG_IFUPDOWN=y | ||
704 | CONFIG_IFUPDOWN_IFSTATE_PATH="/var/run/ifstate" | ||
705 | CONFIG_FEATURE_IFUPDOWN_IP=y | ||
706 | CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN=y | ||
707 | # CONFIG_FEATURE_IFUPDOWN_IFCONFIG_BUILTIN is not set | ||
708 | CONFIG_FEATURE_IFUPDOWN_IPV4=y | ||
709 | CONFIG_FEATURE_IFUPDOWN_IPV6=y | ||
710 | CONFIG_FEATURE_IFUPDOWN_MAPPING=y | ||
711 | # CONFIG_FEATURE_IFUPDOWN_EXTERNAL_DHCP is not set | ||
712 | CONFIG_INETD=y | ||
713 | CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_ECHO=y | ||
714 | CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DISCARD=y | ||
715 | CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_TIME=y | ||
716 | CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME=y | ||
717 | CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN=y | ||
718 | CONFIG_FEATURE_INETD_RPC=y | ||
719 | CONFIG_IP=y | ||
720 | CONFIG_FEATURE_IP_ADDRESS=y | ||
721 | CONFIG_FEATURE_IP_LINK=y | ||
722 | CONFIG_FEATURE_IP_ROUTE=y | ||
723 | CONFIG_FEATURE_IP_TUNNEL=y | ||
724 | CONFIG_FEATURE_IP_RULE=y | ||
725 | CONFIG_FEATURE_IP_SHORT_FORMS=y | ||
726 | # CONFIG_FEATURE_IP_RARE_PROTOCOLS is not set | ||
727 | CONFIG_IPADDR=y | ||
728 | CONFIG_IPLINK=y | ||
729 | CONFIG_IPROUTE=y | ||
730 | CONFIG_IPTUNNEL=y | ||
731 | CONFIG_IPRULE=y | ||
732 | CONFIG_IPCALC=y | ||
733 | CONFIG_FEATURE_IPCALC_FANCY=y | ||
734 | CONFIG_FEATURE_IPCALC_LONG_OPTIONS=y | ||
735 | CONFIG_NAMEIF=y | ||
736 | CONFIG_FEATURE_NAMEIF_EXTENDED=y | ||
737 | CONFIG_NC=y | ||
738 | CONFIG_NC_SERVER=y | ||
739 | CONFIG_NC_EXTRA=y | ||
740 | CONFIG_NETSTAT=y | ||
741 | CONFIG_FEATURE_NETSTAT_WIDE=y | ||
742 | CONFIG_FEATURE_NETSTAT_PRG=y | ||
743 | CONFIG_NSLOOKUP=y | ||
744 | CONFIG_NTPD=y | ||
745 | CONFIG_FEATURE_NTPD_SERVER=y | ||
746 | CONFIG_PING=y | ||
747 | CONFIG_PING6=y | ||
748 | CONFIG_FEATURE_FANCY_PING=y | ||
749 | CONFIG_PSCAN=y | ||
750 | CONFIG_ROUTE=y | ||
751 | CONFIG_SLATTACH=y | ||
752 | CONFIG_TELNET=y | ||
753 | CONFIG_FEATURE_TELNET_TTYPE=y | ||
754 | CONFIG_FEATURE_TELNET_AUTOLOGIN=y | ||
755 | CONFIG_TELNETD=y | ||
756 | CONFIG_FEATURE_TELNETD_STANDALONE=y | ||
757 | CONFIG_FEATURE_TELNETD_INETD_WAIT=y | ||
758 | CONFIG_TFTP=y | ||
759 | CONFIG_TFTPD=y | ||
760 | CONFIG_FEATURE_TFTP_GET=y | ||
761 | CONFIG_FEATURE_TFTP_PUT=y | ||
762 | CONFIG_FEATURE_TFTP_BLOCKSIZE=y | ||
763 | CONFIG_FEATURE_TFTP_PROGRESS_BAR=y | ||
764 | # CONFIG_TFTP_DEBUG is not set | ||
765 | CONFIG_TRACEROUTE=y | ||
766 | CONFIG_TRACEROUTE6=y | ||
767 | CONFIG_FEATURE_TRACEROUTE_VERBOSE=y | ||
768 | # CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE is not set | ||
769 | # CONFIG_FEATURE_TRACEROUTE_USE_ICMP is not set | ||
770 | CONFIG_UDHCPD=y | ||
771 | CONFIG_DHCPRELAY=y | ||
772 | CONFIG_DUMPLEASES=y | ||
773 | CONFIG_FEATURE_UDHCPD_WRITE_LEASES_EARLY=y | ||
774 | CONFIG_DHCPD_LEASES_FILE="/var/lib/misc/udhcpd.leases" | ||
775 | CONFIG_UDHCPC=y | ||
776 | CONFIG_FEATURE_UDHCPC_ARPING=y | ||
777 | CONFIG_FEATURE_UDHCP_PORT=y | ||
778 | CONFIG_UDHCP_DEBUG=9 | ||
779 | CONFIG_FEATURE_UDHCP_RFC3397=y | ||
780 | CONFIG_UDHCPC_DEFAULT_SCRIPT="/usr/share/udhcpc/default.script" | ||
781 | CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80 | ||
782 | CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n" | ||
783 | CONFIG_VCONFIG=y | ||
784 | CONFIG_WGET=y | ||
785 | CONFIG_FEATURE_WGET_STATUSBAR=y | ||
786 | CONFIG_FEATURE_WGET_AUTHENTICATION=y | ||
787 | CONFIG_FEATURE_WGET_LONG_OPTIONS=y | ||
788 | CONFIG_ZCIP=y | ||
789 | CONFIG_TCPSVD=y | ||
790 | CONFIG_TUNCTL=y | ||
791 | CONFIG_FEATURE_TUNCTL_UG=y | ||
792 | CONFIG_UDPSVD=y | ||
793 | |||
794 | # | ||
795 | # Print Utilities | ||
796 | # | ||
797 | CONFIG_LPD=y | ||
798 | CONFIG_LPR=y | ||
799 | CONFIG_LPQ=y | ||
800 | |||
801 | # | ||
802 | # Mail Utilities | ||
803 | # | ||
804 | CONFIG_MAKEMIME=y | ||
805 | CONFIG_FEATURE_MIME_CHARSET="us-ascii" | ||
806 | CONFIG_POPMAILDIR=y | ||
807 | CONFIG_FEATURE_POPMAILDIR_DELIVERY=y | ||
808 | CONFIG_REFORMIME=y | ||
809 | CONFIG_FEATURE_REFORMIME_COMPAT=y | ||
810 | CONFIG_SENDMAIL=y | ||
811 | |||
812 | # | ||
813 | # Process Utilities | ||
814 | # | ||
815 | CONFIG_FREE=y | ||
816 | CONFIG_FUSER=y | ||
817 | CONFIG_KILL=y | ||
818 | CONFIG_KILLALL=y | ||
819 | CONFIG_KILLALL5=y | ||
820 | CONFIG_NMETER=y | ||
821 | CONFIG_PGREP=y | ||
822 | CONFIG_PIDOF=y | ||
823 | CONFIG_FEATURE_PIDOF_SINGLE=y | ||
824 | CONFIG_FEATURE_PIDOF_OMIT=y | ||
825 | CONFIG_PKILL=y | ||
826 | CONFIG_PS=y | ||
827 | CONFIG_FEATURE_PS_WIDE=y | ||
828 | # CONFIG_FEATURE_PS_TIME is not set | ||
829 | # CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS is not set | ||
830 | # CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS is not set | ||
831 | CONFIG_RENICE=y | ||
832 | CONFIG_BB_SYSCTL=y | ||
833 | CONFIG_TOP=y | ||
834 | CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=y | ||
835 | CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS=y | ||
836 | CONFIG_FEATURE_TOP_SMP_CPU=y | ||
837 | CONFIG_FEATURE_TOP_DECIMALS=y | ||
838 | CONFIG_FEATURE_TOP_SMP_PROCESS=y | ||
839 | CONFIG_FEATURE_TOPMEM=y | ||
840 | CONFIG_FEATURE_SHOW_THREADS=y | ||
841 | CONFIG_UPTIME=y | ||
842 | CONFIG_WATCH=y | ||
843 | |||
844 | # | ||
845 | # Runit Utilities | ||
846 | # | ||
847 | CONFIG_RUNSV=y | ||
848 | CONFIG_RUNSVDIR=y | ||
849 | # CONFIG_FEATURE_RUNSVDIR_LOG is not set | ||
850 | CONFIG_SV=y | ||
851 | CONFIG_SV_DEFAULT_SERVICE_DIR="/var/service" | ||
852 | CONFIG_SVLOGD=y | ||
853 | CONFIG_CHPST=y | ||
854 | CONFIG_SETUIDGID=y | ||
855 | CONFIG_ENVUIDGID=y | ||
856 | CONFIG_ENVDIR=y | ||
857 | CONFIG_SOFTLIMIT=y | ||
858 | # CONFIG_CHCON is not set | ||
859 | # CONFIG_FEATURE_CHCON_LONG_OPTIONS is not set | ||
860 | # CONFIG_GETENFORCE is not set | ||
861 | # CONFIG_GETSEBOOL is not set | ||
862 | # CONFIG_LOAD_POLICY is not set | ||
863 | # CONFIG_MATCHPATHCON is not set | ||
864 | # CONFIG_RESTORECON is not set | ||
865 | # CONFIG_RUNCON is not set | ||
866 | # CONFIG_FEATURE_RUNCON_LONG_OPTIONS is not set | ||
867 | # CONFIG_SELINUXENABLED is not set | ||
868 | # CONFIG_SETENFORCE is not set | ||
869 | # CONFIG_SETFILES is not set | ||
870 | # CONFIG_FEATURE_SETFILES_CHECK_OPTION is not set | ||
871 | # CONFIG_SETSEBOOL is not set | ||
872 | # CONFIG_SESTATUS is not set | ||
873 | |||
874 | # | ||
875 | # Shells | ||
876 | # | ||
877 | CONFIG_FEATURE_SH_IS_ASH=y | ||
878 | # CONFIG_FEATURE_SH_IS_HUSH is not set | ||
879 | # CONFIG_FEATURE_SH_IS_NONE is not set | ||
880 | CONFIG_ASH=y | ||
881 | CONFIG_ASH_BASH_COMPAT=y | ||
882 | CONFIG_ASH_JOB_CONTROL=y | ||
883 | CONFIG_ASH_ALIAS=y | ||
884 | CONFIG_ASH_GETOPTS=y | ||
885 | CONFIG_ASH_BUILTIN_ECHO=y | ||
886 | CONFIG_ASH_BUILTIN_PRINTF=y | ||
887 | CONFIG_ASH_BUILTIN_TEST=y | ||
888 | CONFIG_ASH_CMDCMD=y | ||
889 | # CONFIG_ASH_MAIL is not set | ||
890 | CONFIG_ASH_OPTIMIZE_FOR_SIZE=y | ||
891 | CONFIG_ASH_RANDOM_SUPPORT=y | ||
892 | CONFIG_ASH_EXPAND_PRMT=y | ||
893 | CONFIG_HUSH=y | ||
894 | CONFIG_HUSH_BASH_COMPAT=y | ||
895 | CONFIG_HUSH_HELP=y | ||
896 | CONFIG_HUSH_INTERACTIVE=y | ||
897 | CONFIG_HUSH_JOB=y | ||
898 | CONFIG_HUSH_TICK=y | ||
899 | CONFIG_HUSH_IF=y | ||
900 | CONFIG_HUSH_LOOPS=y | ||
901 | CONFIG_HUSH_CASE=y | ||
902 | CONFIG_HUSH_FUNCTIONS=y | ||
903 | CONFIG_HUSH_LOCAL=y | ||
904 | CONFIG_HUSH_EXPORT_N=y | ||
905 | CONFIG_HUSH_RANDOM_SUPPORT=y | ||
906 | # CONFIG_LASH is not set | ||
907 | CONFIG_MSH=y | ||
908 | CONFIG_SH_MATH_SUPPORT=y | ||
909 | CONFIG_SH_MATH_SUPPORT_64=y | ||
910 | CONFIG_FEATURE_SH_EXTRA_QUIET=y | ||
911 | # CONFIG_FEATURE_SH_STANDALONE is not set | ||
912 | # CONFIG_FEATURE_SH_NOFORK is not set | ||
913 | CONFIG_CTTYHACK=y | ||
914 | |||
915 | # | ||
916 | # System Logging Utilities | ||
917 | # | ||
918 | CONFIG_SYSLOGD=y | ||
919 | CONFIG_FEATURE_ROTATE_LOGFILE=y | ||
920 | CONFIG_FEATURE_REMOTE_LOG=y | ||
921 | CONFIG_FEATURE_SYSLOGD_DUP=y | ||
922 | CONFIG_FEATURE_IPC_SYSLOG=y | ||
923 | CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE=16 | ||
924 | CONFIG_LOGREAD=y | ||
925 | CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING=y | ||
926 | CONFIG_KLOGD=y | ||
927 | CONFIG_LOGGER=y | ||
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index 4f83fbfa2..bd2d70e19 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c | |||
@@ -22,7 +22,7 @@ static int conf_lineno, conf_warnings, conf_unsaved; | |||
22 | 22 | ||
23 | const char conf_def_filename[] = ".config"; | 23 | const char conf_def_filename[] = ".config"; |
24 | 24 | ||
25 | const char conf_defname[] = "scripts/defconfig"; | 25 | const char conf_defname[] = "/dev/null"; //bbox |
26 | 26 | ||
27 | const char *conf_confnames[] = { | 27 | const char *conf_confnames[] = { |
28 | conf_def_filename, | 28 | conf_def_filename, |
diff --git a/scripts/test_make_clean b/scripts/test_make_clean new file mode 100755 index 000000000..fa3a543d8 --- /dev/null +++ b/scripts/test_make_clean | |||
@@ -0,0 +1,14 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | b=`basename $PWD` | ||
4 | test "${b#busybox}" != "$b" || { echo "Must be run in busybox tree"; exit 1; } | ||
5 | |||
6 | cd .. | ||
7 | cp -pPR "$b" busybox.$$.test_tree | ||
8 | cd busybox.$$.test_tree | ||
9 | make defconfig | ||
10 | make $MAKEOPTS | ||
11 | make clean | ||
12 | cd .. | ||
13 | diff -urp "$b" busybox.$$.test_tree >busybox.$$.test_tree.diff | ||
14 | cat busybox.$$.test_tree.diff | ||
diff --git a/shell/Config.src b/shell/Config.src index 286a3415e..234d05367 100644 --- a/shell/Config.src +++ b/shell/Config.src | |||
@@ -7,7 +7,7 @@ menu "Shells" | |||
7 | 7 | ||
8 | choice | 8 | choice |
9 | prompt "Choose which shell is aliased to 'sh' name" | 9 | prompt "Choose which shell is aliased to 'sh' name" |
10 | default FEATURE_SH_IS_NONE | 10 | default FEATURE_SH_IS_ASH |
11 | help | 11 | help |
12 | Choose which shell you want to be executed by 'sh' alias. | 12 | Choose which shell you want to be executed by 'sh' alias. |
13 | The ash shell is the most bash compatible and full featured one. | 13 | The ash shell is the most bash compatible and full featured one. |
@@ -59,7 +59,7 @@ endchoice | |||
59 | 59 | ||
60 | config ASH | 60 | config ASH |
61 | bool "ash" | 61 | bool "ash" |
62 | default n | 62 | default y |
63 | depends on !NOMMU | 63 | depends on !NOMMU |
64 | help | 64 | help |
65 | Tha 'ash' shell adds about 60k in the default configuration and is | 65 | Tha 'ash' shell adds about 60k in the default configuration and is |
@@ -91,7 +91,7 @@ config ASH_ALIAS | |||
91 | 91 | ||
92 | config ASH_GETOPTS | 92 | config ASH_GETOPTS |
93 | bool "Builtin getopt to parse positional parameters" | 93 | bool "Builtin getopt to parse positional parameters" |
94 | default n | 94 | default y |
95 | depends on ASH | 95 | depends on ASH |
96 | help | 96 | help |
97 | Enable getopts builtin in the ash shell. | 97 | Enable getopts builtin in the ash shell. |
@@ -119,7 +119,7 @@ config ASH_BUILTIN_TEST | |||
119 | 119 | ||
120 | config ASH_CMDCMD | 120 | config ASH_CMDCMD |
121 | bool "'command' command to override shell builtins" | 121 | bool "'command' command to override shell builtins" |
122 | default n | 122 | default y |
123 | depends on ASH | 123 | depends on ASH |
124 | help | 124 | help |
125 | Enable support for the ash 'command' builtin, which allows | 125 | Enable support for the ash 'command' builtin, which allows |
@@ -128,7 +128,7 @@ config ASH_CMDCMD | |||
128 | 128 | ||
129 | config ASH_MAIL | 129 | config ASH_MAIL |
130 | bool "Check for new mail on interactive shells" | 130 | bool "Check for new mail on interactive shells" |
131 | default y | 131 | default n |
132 | depends on ASH | 132 | depends on ASH |
133 | help | 133 | help |
134 | Enable "check for new mail" in the ash shell. | 134 | Enable "check for new mail" in the ash shell. |
@@ -142,7 +142,7 @@ config ASH_OPTIMIZE_FOR_SIZE | |||
142 | 142 | ||
143 | config ASH_RANDOM_SUPPORT | 143 | config ASH_RANDOM_SUPPORT |
144 | bool "Pseudorandom generator and $RANDOM variable" | 144 | bool "Pseudorandom generator and $RANDOM variable" |
145 | default n | 145 | default y |
146 | depends on ASH | 146 | depends on ASH |
147 | help | 147 | help |
148 | Enable pseudorandom generator and dynamic variable "$RANDOM". | 148 | Enable pseudorandom generator and dynamic variable "$RANDOM". |
@@ -153,7 +153,7 @@ config ASH_RANDOM_SUPPORT | |||
153 | 153 | ||
154 | config ASH_EXPAND_PRMT | 154 | config ASH_EXPAND_PRMT |
155 | bool "Expand prompt string" | 155 | bool "Expand prompt string" |
156 | default n | 156 | default y |
157 | depends on ASH | 157 | depends on ASH |
158 | help | 158 | help |
159 | "PS#" may contain volatile content, such as backquote commands. | 159 | "PS#" may contain volatile content, such as backquote commands. |
@@ -162,7 +162,7 @@ config ASH_EXPAND_PRMT | |||
162 | 162 | ||
163 | config HUSH | 163 | config HUSH |
164 | bool "hush" | 164 | bool "hush" |
165 | default n | 165 | default y |
166 | help | 166 | help |
167 | hush is a small shell (22k). It handles the normal flow control | 167 | hush is a small shell (22k). It handles the normal flow control |
168 | constructs such as if/then/elif/else/fi, for/in/do/done, while loops, | 168 | constructs such as if/then/elif/else/fi, for/in/do/done, while loops, |
@@ -183,7 +183,7 @@ config HUSH_BASH_COMPAT | |||
183 | 183 | ||
184 | config HUSH_HELP | 184 | config HUSH_HELP |
185 | bool "help builtin" | 185 | bool "help builtin" |
186 | default n | 186 | default y |
187 | depends on HUSH | 187 | depends on HUSH |
188 | help | 188 | help |
189 | Enable help builtin in hush. Code size + ~1 kbyte. | 189 | Enable help builtin in hush. Code size + ~1 kbyte. |
@@ -200,7 +200,7 @@ config HUSH_INTERACTIVE | |||
200 | 200 | ||
201 | config HUSH_JOB | 201 | config HUSH_JOB |
202 | bool "Job control" | 202 | bool "Job control" |
203 | default n | 203 | default y |
204 | depends on HUSH_INTERACTIVE | 204 | depends on HUSH_INTERACTIVE |
205 | help | 205 | help |
206 | Enable job control: Ctrl-Z backgrounds, Ctrl-C interrupts current | 206 | Enable job control: Ctrl-Z backgrounds, Ctrl-C interrupts current |
@@ -211,56 +211,56 @@ config HUSH_JOB | |||
211 | 211 | ||
212 | config HUSH_TICK | 212 | config HUSH_TICK |
213 | bool "Process substitution" | 213 | bool "Process substitution" |
214 | default n | 214 | default y |
215 | depends on HUSH | 215 | depends on HUSH |
216 | help | 216 | help |
217 | Enable process substitution `command` and $(command) in hush. | 217 | Enable process substitution `command` and $(command) in hush. |
218 | 218 | ||
219 | config HUSH_IF | 219 | config HUSH_IF |
220 | bool "Support if/then/elif/else/fi" | 220 | bool "Support if/then/elif/else/fi" |
221 | default n | 221 | default y |
222 | depends on HUSH | 222 | depends on HUSH |
223 | help | 223 | help |
224 | Enable if/then/elif/else/fi in hush. | 224 | Enable if/then/elif/else/fi in hush. |
225 | 225 | ||
226 | config HUSH_LOOPS | 226 | config HUSH_LOOPS |
227 | bool "Support for, while and until loops" | 227 | bool "Support for, while and until loops" |
228 | default n | 228 | default y |
229 | depends on HUSH | 229 | depends on HUSH |
230 | help | 230 | help |
231 | Enable for, while and until loops in hush. | 231 | Enable for, while and until loops in hush. |
232 | 232 | ||
233 | config HUSH_CASE | 233 | config HUSH_CASE |
234 | bool "Support case ... esac statement" | 234 | bool "Support case ... esac statement" |
235 | default n | 235 | default y |
236 | depends on HUSH | 236 | depends on HUSH |
237 | help | 237 | help |
238 | Enable case ... esac statement in hush. +400 bytes. | 238 | Enable case ... esac statement in hush. +400 bytes. |
239 | 239 | ||
240 | config HUSH_FUNCTIONS | 240 | config HUSH_FUNCTIONS |
241 | bool "Support funcname() { commands; } syntax" | 241 | bool "Support funcname() { commands; } syntax" |
242 | default n | 242 | default y |
243 | depends on HUSH | 243 | depends on HUSH |
244 | help | 244 | help |
245 | Enable support for shell functions in hush. +800 bytes. | 245 | Enable support for shell functions in hush. +800 bytes. |
246 | 246 | ||
247 | config HUSH_LOCAL | 247 | config HUSH_LOCAL |
248 | bool "Support local builtin" | 248 | bool "Support local builtin" |
249 | default n | 249 | default y |
250 | depends on HUSH_FUNCTIONS | 250 | depends on HUSH_FUNCTIONS |
251 | help | 251 | help |
252 | Enable support for local variables in functions. | 252 | Enable support for local variables in functions. |
253 | 253 | ||
254 | config HUSH_EXPORT_N | 254 | config HUSH_EXPORT_N |
255 | bool "Support export '-n' option" | 255 | bool "Support export '-n' option" |
256 | default n | 256 | default y |
257 | depends on HUSH | 257 | depends on HUSH |
258 | help | 258 | help |
259 | Enable support for export '-n' option in hush. It is a bash extension. | 259 | Enable support for export '-n' option in hush. It is a bash extension. |
260 | 260 | ||
261 | config HUSH_RANDOM_SUPPORT | 261 | config HUSH_RANDOM_SUPPORT |
262 | bool "Pseudorandom generator and $RANDOM variable" | 262 | bool "Pseudorandom generator and $RANDOM variable" |
263 | default n | 263 | default y |
264 | depends on HUSH | 264 | depends on HUSH |
265 | help | 265 | help |
266 | Enable pseudorandom generator and dynamic variable "$RANDOM". | 266 | Enable pseudorandom generator and dynamic variable "$RANDOM". |
@@ -298,7 +298,7 @@ config SH_MATH_SUPPORT | |||
298 | 298 | ||
299 | config SH_MATH_SUPPORT_64 | 299 | config SH_MATH_SUPPORT_64 |
300 | bool "Extend POSIX math support to 64 bit" | 300 | bool "Extend POSIX math support to 64 bit" |
301 | default n | 301 | default y |
302 | depends on SH_MATH_SUPPORT | 302 | depends on SH_MATH_SUPPORT |
303 | help | 303 | help |
304 | Enable 64-bit math support in the shell. This will make the shell | 304 | Enable 64-bit math support in the shell. This will make the shell |
@@ -307,15 +307,15 @@ config SH_MATH_SUPPORT_64 | |||
307 | 307 | ||
308 | config FEATURE_SH_EXTRA_QUIET | 308 | config FEATURE_SH_EXTRA_QUIET |
309 | bool "Hide message on interactive shell startup" | 309 | bool "Hide message on interactive shell startup" |
310 | default n | 310 | default y |
311 | depends on MSH || LASH || HUSH || ASH | 311 | depends on HUSH || ASH |
312 | help | 312 | help |
313 | Remove the busybox introduction when starting a shell. | 313 | Remove the busybox introduction when starting a shell. |
314 | 314 | ||
315 | config FEATURE_SH_STANDALONE | 315 | config FEATURE_SH_STANDALONE |
316 | bool "Standalone shell" | 316 | bool "Standalone shell" |
317 | default n | 317 | default n |
318 | depends on (MSH || LASH || HUSH || ASH) && FEATURE_PREFER_APPLETS | 318 | depends on (HUSH || ASH) && FEATURE_PREFER_APPLETS |
319 | help | 319 | help |
320 | This option causes busybox shells to use busybox applets | 320 | This option causes busybox shells to use busybox applets |
321 | in preference to executables in the PATH whenever possible. For | 321 | in preference to executables in the PATH whenever possible. For |
@@ -348,7 +348,7 @@ config FEATURE_SH_STANDALONE | |||
348 | config FEATURE_SH_NOFORK | 348 | config FEATURE_SH_NOFORK |
349 | bool "Run 'nofork' applets directly" | 349 | bool "Run 'nofork' applets directly" |
350 | default n | 350 | default n |
351 | depends on (MSH || LASH || HUSH || ASH) && FEATURE_PREFER_APPLETS | 351 | depends on (HUSH || ASH) && FEATURE_PREFER_APPLETS |
352 | help | 352 | help |
353 | This option causes busybox shells [currently only ash] | 353 | This option causes busybox shells [currently only ash] |
354 | to not execute typical fork/exec/wait sequence, but call <applet>_main | 354 | to not execute typical fork/exec/wait sequence, but call <applet>_main |
@@ -364,7 +364,7 @@ config FEATURE_SH_NOFORK | |||
364 | 364 | ||
365 | config CTTYHACK | 365 | config CTTYHACK |
366 | bool "cttyhack" | 366 | bool "cttyhack" |
367 | default n | 367 | default y |
368 | help | 368 | help |
369 | One common problem reported on the mailing list is "can't access tty; | 369 | One common problem reported on the mailing list is "can't access tty; |
370 | job control turned off" error message which typically appears when | 370 | job control turned off" error message which typically appears when |
diff --git a/sysklogd/Config.src b/sysklogd/Config.src index b500d5471..af00d65bb 100644 --- a/sysklogd/Config.src +++ b/sysklogd/Config.src | |||
@@ -7,7 +7,7 @@ menu "System Logging Utilities" | |||
7 | 7 | ||
8 | config SYSLOGD | 8 | config SYSLOGD |
9 | bool "syslogd" | 9 | bool "syslogd" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | The syslogd utility is used to record logs of all the | 12 | The syslogd utility is used to record logs of all the |
13 | significant events that occur on a system. Every | 13 | significant events that occur on a system. Every |
@@ -22,7 +22,7 @@ config SYSLOGD | |||
22 | 22 | ||
23 | config FEATURE_ROTATE_LOGFILE | 23 | config FEATURE_ROTATE_LOGFILE |
24 | bool "Rotate message files" | 24 | bool "Rotate message files" |
25 | default n | 25 | default y |
26 | depends on SYSLOGD | 26 | depends on SYSLOGD |
27 | help | 27 | help |
28 | This enables syslogd to rotate the message files | 28 | This enables syslogd to rotate the message files |
@@ -30,7 +30,7 @@ config FEATURE_ROTATE_LOGFILE | |||
30 | 30 | ||
31 | config FEATURE_REMOTE_LOG | 31 | config FEATURE_REMOTE_LOG |
32 | bool "Remote Log support" | 32 | bool "Remote Log support" |
33 | default n | 33 | default y |
34 | depends on SYSLOGD | 34 | depends on SYSLOGD |
35 | help | 35 | help |
36 | When you enable this feature, the syslogd utility can | 36 | When you enable this feature, the syslogd utility can |
@@ -44,7 +44,7 @@ config FEATURE_REMOTE_LOG | |||
44 | 44 | ||
45 | config FEATURE_SYSLOGD_DUP | 45 | config FEATURE_SYSLOGD_DUP |
46 | bool "Support -D (drop dups) option" | 46 | bool "Support -D (drop dups) option" |
47 | default n | 47 | default y |
48 | depends on SYSLOGD | 48 | depends on SYSLOGD |
49 | help | 49 | help |
50 | Option -D instructs syslogd to drop consecutive messages | 50 | Option -D instructs syslogd to drop consecutive messages |
@@ -62,7 +62,7 @@ config FEATURE_SYSLOGD_READ_BUFFER_SIZE | |||
62 | 62 | ||
63 | config FEATURE_IPC_SYSLOG | 63 | config FEATURE_IPC_SYSLOG |
64 | bool "Circular Buffer support" | 64 | bool "Circular Buffer support" |
65 | default n | 65 | default y |
66 | depends on SYSLOGD | 66 | depends on SYSLOGD |
67 | help | 67 | help |
68 | When you enable this feature, the syslogd utility will | 68 | When you enable this feature, the syslogd utility will |
@@ -95,7 +95,7 @@ config LOGREAD | |||
95 | 95 | ||
96 | config FEATURE_LOGREAD_REDUCED_LOCKING | 96 | config FEATURE_LOGREAD_REDUCED_LOCKING |
97 | bool "Double buffering" | 97 | bool "Double buffering" |
98 | default n | 98 | default y |
99 | depends on LOGREAD | 99 | depends on LOGREAD |
100 | help | 100 | help |
101 | 'logread' ouput to slow serial terminals can have | 101 | 'logread' ouput to slow serial terminals can have |
@@ -106,7 +106,7 @@ config FEATURE_LOGREAD_REDUCED_LOCKING | |||
106 | 106 | ||
107 | config KLOGD | 107 | config KLOGD |
108 | bool "klogd" | 108 | bool "klogd" |
109 | default n | 109 | default y |
110 | help | 110 | help |
111 | klogd is a utility which intercepts and logs all | 111 | klogd is a utility which intercepts and logs all |
112 | messages from the Linux kernel and sends the messages | 112 | messages from the Linux kernel and sends the messages |
@@ -116,7 +116,7 @@ config KLOGD | |||
116 | 116 | ||
117 | config LOGGER | 117 | config LOGGER |
118 | bool "logger" | 118 | bool "logger" |
119 | default n | 119 | default y |
120 | select FEATURE_SYSLOG | 120 | select FEATURE_SYSLOG |
121 | help | 121 | help |
122 | The logger utility allows you to send arbitrary text | 122 | The logger utility allows you to send arbitrary text |
diff --git a/util-linux/Config.src b/util-linux/Config.src index a59cc1ddf..27c741813 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
@@ -7,7 +7,7 @@ menu "Linux System Utilities" | |||
7 | 7 | ||
8 | config ACPID | 8 | config ACPID |
9 | bool "acpid" | 9 | bool "acpid" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | acpid listens to ACPI events coming either in textual form from | 12 | acpid listens to ACPI events coming either in textual form from |
13 | /proc/acpi/event (though it is marked deprecated it is still widely | 13 | /proc/acpi/event (though it is marked deprecated it is still widely |
@@ -22,14 +22,14 @@ config ACPID | |||
22 | 22 | ||
23 | config FEATURE_ACPID_COMPAT | 23 | config FEATURE_ACPID_COMPAT |
24 | bool "Accept and ignore redundant options" | 24 | bool "Accept and ignore redundant options" |
25 | default n | 25 | default y |
26 | depends on ACPID | 26 | depends on ACPID |
27 | help | 27 | help |
28 | Accept and ignore compatibility options -g -m -s -S -v. | 28 | Accept and ignore compatibility options -g -m -s -S -v. |
29 | 29 | ||
30 | config BLKID | 30 | config BLKID |
31 | bool "blkid" | 31 | bool "blkid" |
32 | default n | 32 | default y |
33 | select VOLUMEID | 33 | select VOLUMEID |
34 | help | 34 | help |
35 | Lists labels and UUIDs of all filesystems. | 35 | Lists labels and UUIDs of all filesystems. |
@@ -38,7 +38,7 @@ config BLKID | |||
38 | 38 | ||
39 | config DMESG | 39 | config DMESG |
40 | bool "dmesg" | 40 | bool "dmesg" |
41 | default n | 41 | default y |
42 | help | 42 | help |
43 | dmesg is used to examine or control the kernel ring buffer. When the | 43 | dmesg is used to examine or control the kernel ring buffer. When the |
44 | Linux kernel prints messages to the system log, they are stored in | 44 | Linux kernel prints messages to the system log, they are stored in |
@@ -71,7 +71,7 @@ config FEATURE_DMESG_PRETTY | |||
71 | 71 | ||
72 | config FBSET | 72 | config FBSET |
73 | bool "fbset" | 73 | bool "fbset" |
74 | default n | 74 | default y |
75 | help | 75 | help |
76 | fbset is used to show or change the settings of a Linux frame buffer | 76 | fbset is used to show or change the settings of a Linux frame buffer |
77 | device. The frame buffer device provides a simple and unique | 77 | device. The frame buffer device provides a simple and unique |
@@ -80,7 +80,7 @@ config FBSET | |||
80 | 80 | ||
81 | config FEATURE_FBSET_FANCY | 81 | config FEATURE_FBSET_FANCY |
82 | bool "Turn on extra fbset options" | 82 | bool "Turn on extra fbset options" |
83 | default n | 83 | default y |
84 | depends on FBSET | 84 | depends on FBSET |
85 | help | 85 | help |
86 | This option enables extended fbset options, allowing one to set the | 86 | This option enables extended fbset options, allowing one to set the |
@@ -90,7 +90,7 @@ config FEATURE_FBSET_FANCY | |||
90 | 90 | ||
91 | config FEATURE_FBSET_READMODE | 91 | config FEATURE_FBSET_READMODE |
92 | bool "Turn on fbset readmode support" | 92 | bool "Turn on fbset readmode support" |
93 | default n | 93 | default y |
94 | depends on FBSET | 94 | depends on FBSET |
95 | help | 95 | help |
96 | This option allows fbset to read the video mode database stored by | 96 | This option allows fbset to read the video mode database stored by |
@@ -99,7 +99,7 @@ config FEATURE_FBSET_READMODE | |||
99 | 99 | ||
100 | config FDFLUSH | 100 | config FDFLUSH |
101 | bool "fdflush" | 101 | bool "fdflush" |
102 | default n | 102 | default y |
103 | help | 103 | help |
104 | fdflush is only needed when changing media on slightly-broken | 104 | fdflush is only needed when changing media on slightly-broken |
105 | removable media drives. It is used to make Linux believe that a | 105 | removable media drives. It is used to make Linux believe that a |
@@ -111,13 +111,13 @@ config FDFLUSH | |||
111 | 111 | ||
112 | config FDFORMAT | 112 | config FDFORMAT |
113 | bool "fdformat" | 113 | bool "fdformat" |
114 | default n | 114 | default y |
115 | help | 115 | help |
116 | fdformat is used to low-level format a floppy disk. | 116 | fdformat is used to low-level format a floppy disk. |
117 | 117 | ||
118 | config FDISK | 118 | config FDISK |
119 | bool "fdisk" | 119 | bool "fdisk" |
120 | default n | 120 | default y |
121 | help | 121 | help |
122 | The fdisk utility is used to divide hard disks into one or more | 122 | The fdisk utility is used to divide hard disks into one or more |
123 | logical disks, which are generally called partitions. This utility | 123 | logical disks, which are generally called partitions. This utility |
@@ -174,7 +174,7 @@ config FEATURE_OSF_LABEL | |||
174 | 174 | ||
175 | config FEATURE_FDISK_ADVANCED | 175 | config FEATURE_FDISK_ADVANCED |
176 | bool "Support expert mode" | 176 | bool "Support expert mode" |
177 | default n | 177 | default y |
178 | depends on FDISK && FEATURE_FDISK_WRITABLE | 178 | depends on FDISK && FEATURE_FDISK_WRITABLE |
179 | help | 179 | help |
180 | Enabling this option allows you to do terribly unsafe things like | 180 | Enabling this option allows you to do terribly unsafe things like |
@@ -184,7 +184,7 @@ config FEATURE_FDISK_ADVANCED | |||
184 | 184 | ||
185 | config FINDFS | 185 | config FINDFS |
186 | bool "findfs" | 186 | bool "findfs" |
187 | default n | 187 | default y |
188 | select VOLUMEID | 188 | select VOLUMEID |
189 | help | 189 | help |
190 | Prints the name of a filesystem with given label or UUID. | 190 | Prints the name of a filesystem with given label or UUID. |
@@ -193,13 +193,13 @@ config FINDFS | |||
193 | 193 | ||
194 | config FLOCK | 194 | config FLOCK |
195 | bool "flock" | 195 | bool "flock" |
196 | default n | 196 | default y |
197 | help | 197 | help |
198 | Manage locks from shell scripts | 198 | Manage locks from shell scripts |
199 | 199 | ||
200 | config FREERAMDISK | 200 | config FREERAMDISK |
201 | bool "freeramdisk" | 201 | bool "freeramdisk" |
202 | default n | 202 | default y |
203 | help | 203 | help |
204 | Linux allows you to create ramdisks. This utility allows you to | 204 | Linux allows you to create ramdisks. This utility allows you to |
205 | delete them and completely free all memory that was used for the | 205 | delete them and completely free all memory that was used for the |
@@ -210,7 +210,7 @@ config FREERAMDISK | |||
210 | 210 | ||
211 | config FSCK_MINIX | 211 | config FSCK_MINIX |
212 | bool "fsck_minix" | 212 | bool "fsck_minix" |
213 | default n | 213 | default y |
214 | help | 214 | help |
215 | The minix filesystem is a nice, small, compact, read-write filesystem | 215 | The minix filesystem is a nice, small, compact, read-write filesystem |
216 | with little overhead. It is not a journaling filesystem however and | 216 | with little overhead. It is not a journaling filesystem however and |
@@ -221,21 +221,18 @@ config FSCK_MINIX | |||
221 | 221 | ||
222 | config MKFS_EXT2 | 222 | config MKFS_EXT2 |
223 | bool "mkfs_ext2" | 223 | bool "mkfs_ext2" |
224 | default n | 224 | default y |
225 | help | 225 | help |
226 | Utility to create EXT2 filesystems. | 226 | Utility to create EXT2 filesystems. |
227 | 227 | ||
228 | config MKFS_MINIX | 228 | config MKFS_MINIX |
229 | bool "mkfs_minix" | 229 | bool "mkfs_minix" |
230 | default n | 230 | default y |
231 | help | 231 | help |
232 | The minix filesystem is a nice, small, compact, read-write filesystem | 232 | The minix filesystem is a nice, small, compact, read-write filesystem |
233 | with little overhead. If you wish to be able to create minix | 233 | with little overhead. If you wish to be able to create minix |
234 | filesystems this utility will do the job for you. | 234 | filesystems this utility will do the job for you. |
235 | 235 | ||
236 | comment "Minix filesystem support" | ||
237 | depends on FSCK_MINIX || MKFS_MINIX | ||
238 | |||
239 | config FEATURE_MINIX2 | 236 | config FEATURE_MINIX2 |
240 | bool "Support Minix fs v2 (fsck_minix/mkfs_minix)" | 237 | bool "Support Minix fs v2 (fsck_minix/mkfs_minix)" |
241 | default y | 238 | default y |
@@ -250,16 +247,17 @@ config MKFS_REISER | |||
250 | default n | 247 | default n |
251 | help | 248 | help |
252 | Utility to create ReiserFS filesystems. | 249 | Utility to create ReiserFS filesystems. |
250 | Note: this applet needs a lot of testing and polishing. | ||
253 | 251 | ||
254 | config MKFS_VFAT | 252 | config MKFS_VFAT |
255 | bool "mkfs_vfat" | 253 | bool "mkfs_vfat" |
256 | default n | 254 | default y |
257 | help | 255 | help |
258 | Utility to create FAT32 filesystems. | 256 | Utility to create FAT32 filesystems. |
259 | 257 | ||
260 | config GETOPT | 258 | config GETOPT |
261 | bool "getopt" | 259 | bool "getopt" |
262 | default n | 260 | default y |
263 | help | 261 | help |
264 | The getopt utility is used to break up (parse) options in command | 262 | The getopt utility is used to break up (parse) options in command |
265 | lines to make it easy to write complex shell scripts that also check | 263 | lines to make it easy to write complex shell scripts that also check |
@@ -277,14 +275,14 @@ config FEATURE_GETOPT_LONG | |||
277 | 275 | ||
278 | config HEXDUMP | 276 | config HEXDUMP |
279 | bool "hexdump" | 277 | bool "hexdump" |
280 | default n | 278 | default y |
281 | help | 279 | help |
282 | The hexdump utility is used to display binary data in a readable | 280 | The hexdump utility is used to display binary data in a readable |
283 | way that is comparable to the output from most hex editors. | 281 | way that is comparable to the output from most hex editors. |
284 | 282 | ||
285 | config FEATURE_HEXDUMP_REVERSE | 283 | config FEATURE_HEXDUMP_REVERSE |
286 | bool "Support -R, reverse of 'hexdump -Cv'" | 284 | bool "Support -R, reverse of 'hexdump -Cv'" |
287 | default n | 285 | default y |
288 | depends on HEXDUMP | 286 | depends on HEXDUMP |
289 | help | 287 | help |
290 | The hexdump utility is used to display binary data in an ascii | 288 | The hexdump utility is used to display binary data in an ascii |
@@ -294,14 +292,14 @@ config FEATURE_HEXDUMP_REVERSE | |||
294 | 292 | ||
295 | config HD | 293 | config HD |
296 | bool "hd" | 294 | bool "hd" |
297 | default n | 295 | default y |
298 | select HEXDUMP | 296 | select HEXDUMP |
299 | help | 297 | help |
300 | hd is an alias to hexdump -C. | 298 | hd is an alias to hexdump -C. |
301 | 299 | ||
302 | config HWCLOCK | 300 | config HWCLOCK |
303 | bool "hwclock" | 301 | bool "hwclock" |
304 | default n | 302 | default y |
305 | help | 303 | help |
306 | The hwclock utility is used to read and set the hardware clock | 304 | The hwclock utility is used to read and set the hardware clock |
307 | on a system. This is primarily used to set the current time on | 305 | on a system. This is primarily used to set the current time on |
@@ -310,7 +308,7 @@ config HWCLOCK | |||
310 | 308 | ||
311 | config FEATURE_HWCLOCK_LONG_OPTIONS | 309 | config FEATURE_HWCLOCK_LONG_OPTIONS |
312 | bool "Support long options (--hctosys,...)" | 310 | bool "Support long options (--hctosys,...)" |
313 | default n | 311 | default y |
314 | depends on HWCLOCK && LONG_OPTS | 312 | depends on HWCLOCK && LONG_OPTS |
315 | help | 313 | help |
316 | By default, the hwclock utility only uses short options. If you | 314 | By default, the hwclock utility only uses short options. If you |
@@ -331,7 +329,7 @@ config FEATURE_HWCLOCK_ADJTIME_FHS | |||
331 | 329 | ||
332 | config IPCRM | 330 | config IPCRM |
333 | bool "ipcrm" | 331 | bool "ipcrm" |
334 | default n | 332 | default y |
335 | select FEATURE_SUID | 333 | select FEATURE_SUID |
336 | help | 334 | help |
337 | The ipcrm utility allows the removal of System V interprocess | 335 | The ipcrm utility allows the removal of System V interprocess |
@@ -340,7 +338,7 @@ config IPCRM | |||
340 | 338 | ||
341 | config IPCS | 339 | config IPCS |
342 | bool "ipcs" | 340 | bool "ipcs" |
343 | default n | 341 | default y |
344 | select FEATURE_SUID | 342 | select FEATURE_SUID |
345 | help | 343 | help |
346 | The ipcs utility is used to provide information on the currently | 344 | The ipcs utility is used to provide information on the currently |
@@ -348,7 +346,7 @@ config IPCS | |||
348 | 346 | ||
349 | config LOSETUP | 347 | config LOSETUP |
350 | bool "losetup" | 348 | bool "losetup" |
351 | default n | 349 | default y |
352 | help | 350 | help |
353 | losetup is used to associate or detach a loop device with a regular | 351 | losetup is used to associate or detach a loop device with a regular |
354 | file or block device, and to query the status of a loop device. This | 352 | file or block device, and to query the status of a loop device. This |
@@ -356,7 +354,7 @@ config LOSETUP | |||
356 | 354 | ||
357 | config LSPCI | 355 | config LSPCI |
358 | bool "lspci" | 356 | bool "lspci" |
359 | default n | 357 | default y |
360 | help | 358 | help |
361 | lspci is a utility for displaying information about PCI buses in the | 359 | lspci is a utility for displaying information about PCI buses in the |
362 | system and devices connected to them. | 360 | system and devices connected to them. |
@@ -365,7 +363,7 @@ config LSPCI | |||
365 | 363 | ||
366 | config LSUSB | 364 | config LSUSB |
367 | bool "lsusb" | 365 | bool "lsusb" |
368 | default n | 366 | default y |
369 | help | 367 | help |
370 | lsusb is a utility for displaying information about USB buses in the | 368 | lsusb is a utility for displaying information about USB buses in the |
371 | system and devices connected to them. | 369 | system and devices connected to them. |
@@ -374,7 +372,7 @@ config LSUSB | |||
374 | 372 | ||
375 | config MDEV | 373 | config MDEV |
376 | bool "mdev" | 374 | bool "mdev" |
377 | default n | 375 | default y |
378 | help | 376 | help |
379 | mdev is a mini-udev implementation for dynamically creating device | 377 | mdev is a mini-udev implementation for dynamically creating device |
380 | nodes in the /dev directory. | 378 | nodes in the /dev directory. |
@@ -383,7 +381,7 @@ config MDEV | |||
383 | 381 | ||
384 | config FEATURE_MDEV_CONF | 382 | config FEATURE_MDEV_CONF |
385 | bool "Support /etc/mdev.conf" | 383 | bool "Support /etc/mdev.conf" |
386 | default n | 384 | default y |
387 | depends on MDEV | 385 | depends on MDEV |
388 | help | 386 | help |
389 | Add support for the mdev config file to control ownership and | 387 | Add support for the mdev config file to control ownership and |
@@ -393,7 +391,7 @@ config FEATURE_MDEV_CONF | |||
393 | 391 | ||
394 | config FEATURE_MDEV_RENAME | 392 | config FEATURE_MDEV_RENAME |
395 | bool "Support subdirs/symlinks" | 393 | bool "Support subdirs/symlinks" |
396 | default n | 394 | default y |
397 | depends on FEATURE_MDEV_CONF | 395 | depends on FEATURE_MDEV_CONF |
398 | help | 396 | help |
399 | Add support for renaming devices and creating symlinks. | 397 | Add support for renaming devices and creating symlinks. |
@@ -402,7 +400,7 @@ config FEATURE_MDEV_RENAME | |||
402 | 400 | ||
403 | config FEATURE_MDEV_RENAME_REGEXP | 401 | config FEATURE_MDEV_RENAME_REGEXP |
404 | bool "Support regular expressions substitutions when renaming device" | 402 | bool "Support regular expressions substitutions when renaming device" |
405 | default n | 403 | default y |
406 | depends on FEATURE_MDEV_RENAME | 404 | depends on FEATURE_MDEV_RENAME |
407 | help | 405 | help |
408 | Add support for regular expressions substitutions when renaming | 406 | Add support for regular expressions substitutions when renaming |
@@ -410,7 +408,7 @@ config FEATURE_MDEV_RENAME_REGEXP | |||
410 | 408 | ||
411 | config FEATURE_MDEV_EXEC | 409 | config FEATURE_MDEV_EXEC |
412 | bool "Support command execution at device addition/removal" | 410 | bool "Support command execution at device addition/removal" |
413 | default n | 411 | default y |
414 | depends on FEATURE_MDEV_CONF | 412 | depends on FEATURE_MDEV_CONF |
415 | help | 413 | help |
416 | This adds support for an optional field to /etc/mdev.conf for | 414 | This adds support for an optional field to /etc/mdev.conf for |
@@ -420,7 +418,7 @@ config FEATURE_MDEV_EXEC | |||
420 | 418 | ||
421 | config FEATURE_MDEV_LOAD_FIRMWARE | 419 | config FEATURE_MDEV_LOAD_FIRMWARE |
422 | bool "Support loading of firmwares" | 420 | bool "Support loading of firmwares" |
423 | default n | 421 | default y |
424 | depends on MDEV | 422 | depends on MDEV |
425 | help | 423 | help |
426 | Some devices need to load firmware before they can be usable. | 424 | Some devices need to load firmware before they can be usable. |
@@ -431,7 +429,7 @@ config FEATURE_MDEV_LOAD_FIRMWARE | |||
431 | 429 | ||
432 | config MKSWAP | 430 | config MKSWAP |
433 | bool "mkswap" | 431 | bool "mkswap" |
434 | default n | 432 | default y |
435 | help | 433 | help |
436 | The mkswap utility is used to configure a file or disk partition as | 434 | The mkswap utility is used to configure a file or disk partition as |
437 | Linux swap space. This allows Linux to use the entire file or | 435 | Linux swap space. This allows Linux to use the entire file or |
@@ -444,14 +442,14 @@ config MKSWAP | |||
444 | 442 | ||
445 | config FEATURE_MKSWAP_UUID | 443 | config FEATURE_MKSWAP_UUID |
446 | bool "UUID support" | 444 | bool "UUID support" |
447 | default n | 445 | default y |
448 | depends on MKSWAP | 446 | depends on MKSWAP |
449 | help | 447 | help |
450 | Generate swap spaces with universally unique identifiers. | 448 | Generate swap spaces with universally unique identifiers. |
451 | 449 | ||
452 | config MORE | 450 | config MORE |
453 | bool "more" | 451 | bool "more" |
454 | default n | 452 | default y |
455 | help | 453 | help |
456 | more is a simple utility which allows you to read text one screen | 454 | more is a simple utility which allows you to read text one screen |
457 | sized page at a time. If you want to read text that is larger than | 455 | sized page at a time. If you want to read text that is larger than |
@@ -472,137 +470,137 @@ config FEATURE_USE_TERMIOS | |||
472 | 470 | ||
473 | config VOLUMEID | 471 | config VOLUMEID |
474 | bool #No description makes it a hidden option | 472 | bool #No description makes it a hidden option |
475 | default n | 473 | default y |
476 | 474 | ||
477 | config FEATURE_VOLUMEID_EXT | 475 | config FEATURE_VOLUMEID_EXT |
478 | bool "Ext filesystem" | 476 | bool "Ext filesystem" |
479 | default n | 477 | default y |
480 | depends on VOLUMEID | 478 | depends on VOLUMEID |
481 | help | 479 | help |
482 | TODO | 480 | TODO |
483 | 481 | ||
484 | config FEATURE_VOLUMEID_BTRFS | 482 | config FEATURE_VOLUMEID_BTRFS |
485 | bool "btrfs filesystem" | 483 | bool "btrfs filesystem" |
486 | default n | 484 | default y |
487 | depends on VOLUMEID | 485 | depends on VOLUMEID |
488 | help | 486 | help |
489 | TODO | 487 | TODO |
490 | 488 | ||
491 | config FEATURE_VOLUMEID_REISERFS | 489 | config FEATURE_VOLUMEID_REISERFS |
492 | bool "Reiser filesystem" | 490 | bool "Reiser filesystem" |
493 | default n | 491 | default y |
494 | depends on VOLUMEID | 492 | depends on VOLUMEID |
495 | help | 493 | help |
496 | TODO | 494 | TODO |
497 | 495 | ||
498 | config FEATURE_VOLUMEID_FAT | 496 | config FEATURE_VOLUMEID_FAT |
499 | bool "fat filesystem" | 497 | bool "fat filesystem" |
500 | default n | 498 | default y |
501 | depends on VOLUMEID | 499 | depends on VOLUMEID |
502 | help | 500 | help |
503 | TODO | 501 | TODO |
504 | 502 | ||
505 | config FEATURE_VOLUMEID_HFS | 503 | config FEATURE_VOLUMEID_HFS |
506 | bool "hfs filesystem" | 504 | bool "hfs filesystem" |
507 | default n | 505 | default y |
508 | depends on VOLUMEID | 506 | depends on VOLUMEID |
509 | help | 507 | help |
510 | TODO | 508 | TODO |
511 | 509 | ||
512 | config FEATURE_VOLUMEID_JFS | 510 | config FEATURE_VOLUMEID_JFS |
513 | bool "jfs filesystem" | 511 | bool "jfs filesystem" |
514 | default n | 512 | default y |
515 | depends on VOLUMEID | 513 | depends on VOLUMEID |
516 | help | 514 | help |
517 | TODO | 515 | TODO |
518 | 516 | ||
519 | ### config FEATURE_VOLUMEID_UFS | 517 | ### config FEATURE_VOLUMEID_UFS |
520 | ### bool "ufs filesystem" | 518 | ### bool "ufs filesystem" |
521 | ### default n | 519 | ### default y |
522 | ### depends on VOLUMEID | 520 | ### depends on VOLUMEID |
523 | ### help | 521 | ### help |
524 | ### TODO | 522 | ### TODO |
525 | 523 | ||
526 | config FEATURE_VOLUMEID_XFS | 524 | config FEATURE_VOLUMEID_XFS |
527 | bool "xfs filesystem" | 525 | bool "xfs filesystem" |
528 | default n | 526 | default y |
529 | depends on VOLUMEID | 527 | depends on VOLUMEID |
530 | help | 528 | help |
531 | TODO | 529 | TODO |
532 | 530 | ||
533 | config FEATURE_VOLUMEID_NTFS | 531 | config FEATURE_VOLUMEID_NTFS |
534 | bool "ntfs filesystem" | 532 | bool "ntfs filesystem" |
535 | default n | 533 | default y |
536 | depends on VOLUMEID | 534 | depends on VOLUMEID |
537 | help | 535 | help |
538 | TODO | 536 | TODO |
539 | 537 | ||
540 | config FEATURE_VOLUMEID_ISO9660 | 538 | config FEATURE_VOLUMEID_ISO9660 |
541 | bool "iso9660 filesystem" | 539 | bool "iso9660 filesystem" |
542 | default n | 540 | default y |
543 | depends on VOLUMEID | 541 | depends on VOLUMEID |
544 | help | 542 | help |
545 | TODO | 543 | TODO |
546 | 544 | ||
547 | config FEATURE_VOLUMEID_UDF | 545 | config FEATURE_VOLUMEID_UDF |
548 | bool "udf filesystem" | 546 | bool "udf filesystem" |
549 | default n | 547 | default y |
550 | depends on VOLUMEID | 548 | depends on VOLUMEID |
551 | help | 549 | help |
552 | TODO | 550 | TODO |
553 | 551 | ||
554 | config FEATURE_VOLUMEID_LUKS | 552 | config FEATURE_VOLUMEID_LUKS |
555 | bool "luks filesystem" | 553 | bool "luks filesystem" |
556 | default n | 554 | default y |
557 | depends on VOLUMEID | 555 | depends on VOLUMEID |
558 | help | 556 | help |
559 | TODO | 557 | TODO |
560 | 558 | ||
561 | config FEATURE_VOLUMEID_LINUXSWAP | 559 | config FEATURE_VOLUMEID_LINUXSWAP |
562 | bool "linux swap filesystem" | 560 | bool "linux swap filesystem" |
563 | default n | 561 | default y |
564 | depends on VOLUMEID | 562 | depends on VOLUMEID |
565 | help | 563 | help |
566 | TODO | 564 | TODO |
567 | 565 | ||
568 | ### config FEATURE_VOLUMEID_LVM | 566 | ### config FEATURE_VOLUMEID_LVM |
569 | ### bool "lvm" | 567 | ### bool "lvm" |
570 | ### default n | 568 | ### default y |
571 | ### depends on VOLUMEID | 569 | ### depends on VOLUMEID |
572 | ### help | 570 | ### help |
573 | ### TODO | 571 | ### TODO |
574 | 572 | ||
575 | config FEATURE_VOLUMEID_CRAMFS | 573 | config FEATURE_VOLUMEID_CRAMFS |
576 | bool "cramfs filesystem" | 574 | bool "cramfs filesystem" |
577 | default n | 575 | default y |
578 | depends on VOLUMEID | 576 | depends on VOLUMEID |
579 | help | 577 | help |
580 | TODO | 578 | TODO |
581 | 579 | ||
582 | ### config FEATURE_VOLUMEID_HPFS | 580 | ### config FEATURE_VOLUMEID_HPFS |
583 | ### bool "hpfs filesystem" | 581 | ### bool "hpfs filesystem" |
584 | ### default n | 582 | ### default y |
585 | ### depends on VOLUMEID | 583 | ### depends on VOLUMEID |
586 | ### help | 584 | ### help |
587 | ### TODO | 585 | ### TODO |
588 | 586 | ||
589 | config FEATURE_VOLUMEID_ROMFS | 587 | config FEATURE_VOLUMEID_ROMFS |
590 | bool "romfs filesystem" | 588 | bool "romfs filesystem" |
591 | default n | 589 | default y |
592 | depends on VOLUMEID | 590 | depends on VOLUMEID |
593 | help | 591 | help |
594 | TODO | 592 | TODO |
595 | 593 | ||
596 | config FEATURE_VOLUMEID_SYSV | 594 | config FEATURE_VOLUMEID_SYSV |
597 | bool "sysv filesystem" | 595 | bool "sysv filesystem" |
598 | default n | 596 | default y |
599 | depends on VOLUMEID | 597 | depends on VOLUMEID |
600 | help | 598 | help |
601 | TODO | 599 | TODO |
602 | 600 | ||
603 | ### config FEATURE_VOLUMEID_MINIX | 601 | ### config FEATURE_VOLUMEID_MINIX |
604 | ### bool "minix filesystem" | 602 | ### bool "minix filesystem" |
605 | ### default n | 603 | ### default y |
606 | ### depends on VOLUMEID | 604 | ### depends on VOLUMEID |
607 | ### help | 605 | ### help |
608 | ### TODO | 606 | ### TODO |
@@ -610,84 +608,84 @@ config FEATURE_VOLUMEID_SYSV | |||
610 | ### These only detect partition tables - not used (yet?) | 608 | ### These only detect partition tables - not used (yet?) |
611 | ### config FEATURE_VOLUMEID_MAC | 609 | ### config FEATURE_VOLUMEID_MAC |
612 | ### bool "mac filesystem" | 610 | ### bool "mac filesystem" |
613 | ### default n | 611 | ### default y |
614 | ### depends on VOLUMEID | 612 | ### depends on VOLUMEID |
615 | ### help | 613 | ### help |
616 | ### TODO | 614 | ### TODO |
617 | ### | 615 | ### |
618 | ### config FEATURE_VOLUMEID_MSDOS | 616 | ### config FEATURE_VOLUMEID_MSDOS |
619 | ### bool "msdos filesystem" | 617 | ### bool "msdos filesystem" |
620 | ### default n | 618 | ### default y |
621 | ### depends on VOLUMEID | 619 | ### depends on VOLUMEID |
622 | ### help | 620 | ### help |
623 | ### TODO | 621 | ### TODO |
624 | 622 | ||
625 | config FEATURE_VOLUMEID_OCFS2 | 623 | config FEATURE_VOLUMEID_OCFS2 |
626 | bool "ocfs2 filesystem" | 624 | bool "ocfs2 filesystem" |
627 | default n | 625 | default y |
628 | depends on VOLUMEID | 626 | depends on VOLUMEID |
629 | help | 627 | help |
630 | TODO | 628 | TODO |
631 | 629 | ||
632 | ### config FEATURE_VOLUMEID_HIGHPOINTRAID | 630 | ### config FEATURE_VOLUMEID_HIGHPOINTRAID |
633 | ### bool "highpoint raid" | 631 | ### bool "highpoint raid" |
634 | ### default n | 632 | ### default y |
635 | ### depends on VOLUMEID | 633 | ### depends on VOLUMEID |
636 | ### help | 634 | ### help |
637 | ### TODO | 635 | ### TODO |
638 | 636 | ||
639 | ### config FEATURE_VOLUMEID_ISWRAID | 637 | ### config FEATURE_VOLUMEID_ISWRAID |
640 | ### bool "intel raid" | 638 | ### bool "intel raid" |
641 | ### default n | 639 | ### default y |
642 | ### depends on VOLUMEID | 640 | ### depends on VOLUMEID |
643 | ### help | 641 | ### help |
644 | ### TODO | 642 | ### TODO |
645 | 643 | ||
646 | ### config FEATURE_VOLUMEID_LSIRAID | 644 | ### config FEATURE_VOLUMEID_LSIRAID |
647 | ### bool "lsi raid" | 645 | ### bool "lsi raid" |
648 | ### default n | 646 | ### default y |
649 | ### depends on VOLUMEID | 647 | ### depends on VOLUMEID |
650 | ### help | 648 | ### help |
651 | ### TODO | 649 | ### TODO |
652 | 650 | ||
653 | ### config FEATURE_VOLUMEID_VIARAID | 651 | ### config FEATURE_VOLUMEID_VIARAID |
654 | ### bool "via raid" | 652 | ### bool "via raid" |
655 | ### default n | 653 | ### default y |
656 | ### depends on VOLUMEID | 654 | ### depends on VOLUMEID |
657 | ### help | 655 | ### help |
658 | ### TODO | 656 | ### TODO |
659 | 657 | ||
660 | ### config FEATURE_VOLUMEID_SILICONRAID | 658 | ### config FEATURE_VOLUMEID_SILICONRAID |
661 | ### bool "silicon raid" | 659 | ### bool "silicon raid" |
662 | ### default n | 660 | ### default y |
663 | ### depends on VOLUMEID | 661 | ### depends on VOLUMEID |
664 | ### help | 662 | ### help |
665 | ### TODO | 663 | ### TODO |
666 | 664 | ||
667 | ### config FEATURE_VOLUMEID_NVIDIARAID | 665 | ### config FEATURE_VOLUMEID_NVIDIARAID |
668 | ### bool "nvidia raid" | 666 | ### bool "nvidia raid" |
669 | ### default n | 667 | ### default y |
670 | ### depends on VOLUMEID | 668 | ### depends on VOLUMEID |
671 | ### help | 669 | ### help |
672 | ### TODO | 670 | ### TODO |
673 | 671 | ||
674 | ### config FEATURE_VOLUMEID_PROMISERAID | 672 | ### config FEATURE_VOLUMEID_PROMISERAID |
675 | ### bool "promise raid" | 673 | ### bool "promise raid" |
676 | ### default n | 674 | ### default y |
677 | ### depends on VOLUMEID | 675 | ### depends on VOLUMEID |
678 | ### help | 676 | ### help |
679 | ### TODO | 677 | ### TODO |
680 | 678 | ||
681 | config FEATURE_VOLUMEID_LINUXRAID | 679 | config FEATURE_VOLUMEID_LINUXRAID |
682 | bool "linuxraid" | 680 | bool "linuxraid" |
683 | default n | 681 | default y |
684 | depends on VOLUMEID | 682 | depends on VOLUMEID |
685 | help | 683 | help |
686 | TODO | 684 | TODO |
687 | 685 | ||
688 | config MOUNT | 686 | config MOUNT |
689 | bool "mount" | 687 | bool "mount" |
690 | default n | 688 | default y |
691 | help | 689 | help |
692 | All files and filesystems in Unix are arranged into one big directory | 690 | All files and filesystems in Unix are arranged into one big directory |
693 | tree. The 'mount' utility is used to graft a filesystem onto a | 691 | tree. The 'mount' utility is used to graft a filesystem onto a |
@@ -698,14 +696,14 @@ config MOUNT | |||
698 | 696 | ||
699 | config FEATURE_MOUNT_FAKE | 697 | config FEATURE_MOUNT_FAKE |
700 | bool "Support option -f" | 698 | bool "Support option -f" |
701 | default n | 699 | default y |
702 | depends on MOUNT | 700 | depends on MOUNT |
703 | help | 701 | help |
704 | Enable support for faking a file system mount. | 702 | Enable support for faking a file system mount. |
705 | 703 | ||
706 | config FEATURE_MOUNT_VERBOSE | 704 | config FEATURE_MOUNT_VERBOSE |
707 | bool "Support option -v" | 705 | bool "Support option -v" |
708 | default n | 706 | default y |
709 | depends on MOUNT | 707 | depends on MOUNT |
710 | help | 708 | help |
711 | Enable multi-level -v[vv...] verbose messages. Useful if you | 709 | Enable multi-level -v[vv...] verbose messages. Useful if you |
@@ -726,7 +724,7 @@ config FEATURE_MOUNT_HELPERS | |||
726 | 724 | ||
727 | config FEATURE_MOUNT_LABEL | 725 | config FEATURE_MOUNT_LABEL |
728 | bool "Support specifiying devices by label or UUID" | 726 | bool "Support specifiying devices by label or UUID" |
729 | default n | 727 | default y |
730 | depends on MOUNT | 728 | depends on MOUNT |
731 | select VOLUMEID | 729 | select VOLUMEID |
732 | help | 730 | help |
@@ -736,7 +734,7 @@ config FEATURE_MOUNT_LABEL | |||
736 | 734 | ||
737 | config FEATURE_MOUNT_NFS | 735 | config FEATURE_MOUNT_NFS |
738 | bool "Support mounting NFS file systems" | 736 | bool "Support mounting NFS file systems" |
739 | default n | 737 | default y |
740 | depends on MOUNT | 738 | depends on MOUNT |
741 | select FEATURE_HAVE_RPC | 739 | select FEATURE_HAVE_RPC |
742 | select FEATURE_SYSLOG | 740 | select FEATURE_SYSLOG |
@@ -745,7 +743,7 @@ config FEATURE_MOUNT_NFS | |||
745 | 743 | ||
746 | config FEATURE_MOUNT_CIFS | 744 | config FEATURE_MOUNT_CIFS |
747 | bool "Support mounting CIFS/SMB file systems" | 745 | bool "Support mounting CIFS/SMB file systems" |
748 | default n | 746 | default y |
749 | depends on MOUNT | 747 | depends on MOUNT |
750 | help | 748 | help |
751 | Enable support for samba mounts. | 749 | Enable support for samba mounts. |
@@ -769,7 +767,7 @@ config FEATURE_MOUNT_FSTAB | |||
769 | 767 | ||
770 | config PIVOT_ROOT | 768 | config PIVOT_ROOT |
771 | bool "pivot_root" | 769 | bool "pivot_root" |
772 | default n | 770 | default y |
773 | help | 771 | help |
774 | The pivot_root utility swaps the mount points for the root filesystem | 772 | The pivot_root utility swaps the mount points for the root filesystem |
775 | with some other mounted filesystem. This allows you to do all sorts | 773 | with some other mounted filesystem. This allows you to do all sorts |
@@ -781,7 +779,7 @@ config PIVOT_ROOT | |||
781 | 779 | ||
782 | config RDATE | 780 | config RDATE |
783 | bool "rdate" | 781 | bool "rdate" |
784 | default n | 782 | default y |
785 | help | 783 | help |
786 | The rdate utility allows you to synchronize the date and time of your | 784 | The rdate utility allows you to synchronize the date and time of your |
787 | system clock with the date and time of a remote networked system using | 785 | system clock with the date and time of a remote networked system using |
@@ -790,38 +788,38 @@ config RDATE | |||
790 | 788 | ||
791 | config RDEV | 789 | config RDEV |
792 | bool "rdev" | 790 | bool "rdev" |
793 | default n | 791 | default y |
794 | help | 792 | help |
795 | Print the device node associated with the filesystem mounted at '/'. | 793 | Print the device node associated with the filesystem mounted at '/'. |
796 | 794 | ||
797 | config READPROFILE | 795 | config READPROFILE |
798 | bool "readprofile" | 796 | bool "readprofile" |
799 | default n | 797 | default y |
800 | help | 798 | help |
801 | This allows you to parse /proc/profile for basic profiling. | 799 | This allows you to parse /proc/profile for basic profiling. |
802 | 800 | ||
803 | config RTCWAKE | 801 | config RTCWAKE |
804 | bool "rtcwake" | 802 | bool "rtcwake" |
805 | default n | 803 | default y |
806 | help | 804 | help |
807 | Enter a system sleep state until specified wakeup time. | 805 | Enter a system sleep state until specified wakeup time. |
808 | 806 | ||
809 | config SCRIPT | 807 | config SCRIPT |
810 | bool "script" | 808 | bool "script" |
811 | default n | 809 | default y |
812 | help | 810 | help |
813 | The script makes typescript of terminal session. | 811 | The script makes typescript of terminal session. |
814 | 812 | ||
815 | config SCRIPTREPLAY | 813 | config SCRIPTREPLAY |
816 | bool "scriptreplay" | 814 | bool "scriptreplay" |
817 | default n | 815 | default y |
818 | help | 816 | help |
819 | This program replays a typescript, using timing information | 817 | This program replays a typescript, using timing information |
820 | given by script -t. | 818 | given by script -t. |
821 | 819 | ||
822 | config SETARCH | 820 | config SETARCH |
823 | bool "setarch" | 821 | bool "setarch" |
824 | default n | 822 | default y |
825 | help | 823 | help |
826 | The linux32 utility is used to create a 32bit environment for the | 824 | The linux32 utility is used to create a 32bit environment for the |
827 | specified program (usually a shell). It only makes sense to have | 825 | specified program (usually a shell). It only makes sense to have |
@@ -830,7 +828,7 @@ config SETARCH | |||
830 | 828 | ||
831 | config SWAPONOFF | 829 | config SWAPONOFF |
832 | bool "swaponoff" | 830 | bool "swaponoff" |
833 | default n | 831 | default y |
834 | help | 832 | help |
835 | This option enables both the 'swapon' and the 'swapoff' utilities. | 833 | This option enables both the 'swapon' and the 'swapoff' utilities. |
836 | Once you have created some swap space using 'mkswap', you also need | 834 | Once you have created some swap space using 'mkswap', you also need |
@@ -841,14 +839,14 @@ config SWAPONOFF | |||
841 | 839 | ||
842 | config FEATURE_SWAPON_PRI | 840 | config FEATURE_SWAPON_PRI |
843 | bool "Support priority option -p" | 841 | bool "Support priority option -p" |
844 | default n | 842 | default y |
845 | depends on SWAPONOFF | 843 | depends on SWAPONOFF |
846 | help | 844 | help |
847 | Enable support for setting swap device priority in swapon. | 845 | Enable support for setting swap device priority in swapon. |
848 | 846 | ||
849 | config SWITCH_ROOT | 847 | config SWITCH_ROOT |
850 | bool "switch_root" | 848 | bool "switch_root" |
851 | default n | 849 | default y |
852 | help | 850 | help |
853 | The switch_root utility is used from initramfs to select a new | 851 | The switch_root utility is used from initramfs to select a new |
854 | root device. Under initramfs, you have to use this instead of | 852 | root device. Under initramfs, you have to use this instead of |
@@ -867,7 +865,7 @@ config SWITCH_ROOT | |||
867 | 865 | ||
868 | config UMOUNT | 866 | config UMOUNT |
869 | bool "umount" | 867 | bool "umount" |
870 | default n | 868 | default y |
871 | help | 869 | help |
872 | When you want to remove a mounted filesystem from its current mount | 870 | When you want to remove a mounted filesystem from its current mount |
873 | point, for example when you are shutting down the system, the | 871 | point, for example when you are shutting down the system, the |
@@ -876,7 +874,7 @@ config UMOUNT | |||
876 | 874 | ||
877 | config FEATURE_UMOUNT_ALL | 875 | config FEATURE_UMOUNT_ALL |
878 | bool "Support option -a" | 876 | bool "Support option -a" |
879 | default n | 877 | default y |
880 | depends on UMOUNT | 878 | depends on UMOUNT |
881 | help | 879 | help |
882 | Support -a option to unmount all currently mounted filesystems. | 880 | Support -a option to unmount all currently mounted filesystems. |
@@ -886,7 +884,7 @@ comment "Common options for mount/umount" | |||
886 | 884 | ||
887 | config FEATURE_MOUNT_LOOP | 885 | config FEATURE_MOUNT_LOOP |
888 | bool "Support loopback mounts" | 886 | bool "Support loopback mounts" |
889 | default n | 887 | default y |
890 | depends on MOUNT || UMOUNT | 888 | depends on MOUNT || UMOUNT |
891 | help | 889 | help |
892 | Enabling this feature allows automatic mounting of files (containing | 890 | Enabling this feature allows automatic mounting of files (containing |
@@ -903,7 +901,7 @@ config FEATURE_MOUNT_LOOP | |||
903 | 901 | ||
904 | config FEATURE_MOUNT_LOOP_CREATE | 902 | config FEATURE_MOUNT_LOOP_CREATE |
905 | bool "Create new loopback devices if needed" | 903 | bool "Create new loopback devices if needed" |
906 | default n | 904 | default y |
907 | depends on FEATURE_MOUNT_LOOP | 905 | depends on FEATURE_MOUNT_LOOP |
908 | help | 906 | help |
909 | Linux kernels >= 2.6.24 support unlimited loopback devices. They are | 907 | Linux kernels >= 2.6.24 support unlimited loopback devices. They are |