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 /coreutils/Config.src | |
parent | f0f94700610eba964441ce4a112134e03c76eb89 (diff) | |
download | busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.bz2 busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.zip |
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 194 |
1 files changed, 97 insertions, 97 deletions
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 |