aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-04-13 23:22:16 +0000
committerRob Landley <rob@landley.net>2006-04-13 23:22:16 +0000
commit2ec922eed5093084837be628efc07c635ad30357 (patch)
tree191d18163e85eb614e33a38bd93da35b7c3f3366 /coreutils
parent6b4377f3337d7d3e21e63aa1341d33fd51c2f97c (diff)
downloadbusybox-w32-2ec922eed5093084837be628efc07c635ad30357.tar.gz
busybox-w32-2ec922eed5093084837be628efc07c635ad30357.tar.bz2
busybox-w32-2ec922eed5093084837be628efc07c635ad30357.zip
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
to do it in Config.in.
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in56
1 files changed, 28 insertions, 28 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 62c5c327d..c77a1c90f 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -87,7 +87,7 @@ config CONFIG_DATE
87 current time in the given format. 87 current time in the given format.
88 88
89config CONFIG_FEATURE_DATE_ISOFMT 89config CONFIG_FEATURE_DATE_ISOFMT
90 bool " Enable ISO date format output (-I)" 90 bool "Enable ISO date format output (-I)"
91 default y 91 default y
92 depends on CONFIG_DATE 92 depends on CONFIG_DATE
93 help 93 help
@@ -118,7 +118,7 @@ config CONFIG_DIFF
118 the patch command. 118 the patch command.
119 119
120config CONFIG_FEATURE_DIFF_BINARY 120config CONFIG_FEATURE_DIFF_BINARY
121 bool " Enable checks for binary files" 121 bool "Enable checks for binary files"
122 default y 122 default y
123 depends on CONFIG_DIFF 123 depends on CONFIG_DIFF
124 help 124 help
@@ -126,7 +126,7 @@ config CONFIG_FEATURE_DIFF_BINARY
126 before a comparison is carried out. 126 before a comparison is carried out.
127 127
128config CONFIG_FEATURE_DIFF_DIR 128config CONFIG_FEATURE_DIFF_DIR
129 bool " Enable directory support" 129 bool "Enable directory support"
130 default y 130 default y
131 depends on CONFIG_DIFF 131 depends on CONFIG_DIFF
132 help 132 help
@@ -134,7 +134,7 @@ config CONFIG_FEATURE_DIFF_DIR
134 comparison. 134 comparison.
135 135
136config CONFIG_FEATURE_DIFF_MINIMAL 136config CONFIG_FEATURE_DIFF_MINIMAL
137 bool " Enable -d option to find smaller sets of changes" 137 bool "Enable -d option to find smaller sets of changes"
138 default n 138 default n
139 depends on CONFIG_DIFF 139 depends on CONFIG_DIFF
140 help 140 help
@@ -168,7 +168,7 @@ config CONFIG_DU
168 for specified files. 168 for specified files.
169 169
170config CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K 170config CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K
171 bool " Use a default blocksize of 1024 bytes (1K)" 171 bool "Use a default blocksize of 1024 bytes (1K)"
172 default y 172 default y
173 depends on CONFIG_DU 173 depends on CONFIG_DU
174 help 174 help
@@ -182,7 +182,7 @@ config CONFIG_ECHO
182 182
183# this entry also appears in shell/Config.in, next to the echo builtin 183# this entry also appears in shell/Config.in, next to the echo builtin
184config CONFIG_FEATURE_FANCY_ECHO 184config CONFIG_FEATURE_FANCY_ECHO
185 bool " Enable echo options (-n and -e)" 185 bool "Enable echo options (-n and -e)"
186 default y 186 default y
187 depends on CONFIG_ECHO 187 depends on CONFIG_ECHO
188 help 188 help
@@ -204,7 +204,7 @@ config CONFIG_EXPR
204 to standard output. 204 to standard output.
205 205
206config CONFIG_EXPR_MATH_SUPPORT_64 206config CONFIG_EXPR_MATH_SUPPORT_64
207 bool " Extend Posix numbers support to 64 bit" 207 bool "Extend Posix numbers support to 64 bit"
208 default n 208 default n
209 depends on CONFIG_EXPR 209 depends on CONFIG_EXPR
210 help 210 help
@@ -232,7 +232,7 @@ config CONFIG_HEAD
232 from files. 232 from files.
233 233
234config CONFIG_FEATURE_FANCY_HEAD 234config CONFIG_FEATURE_FANCY_HEAD
235 bool " Enable head options (-c, -q, and -v)" 235 bool "Enable head options (-c, -q, and -v)"
236 default n 236 default n
237 depends on CONFIG_HEAD 237 depends on CONFIG_HEAD
238 help 238 help
@@ -282,56 +282,56 @@ config CONFIG_LS
282 ls is used to list the contents of directories. 282 ls is used to list the contents of directories.
283 283
284config CONFIG_FEATURE_LS_FILETYPES 284config CONFIG_FEATURE_LS_FILETYPES
285 bool " Enable filetyping options (-p and -F)" 285 bool "Enable filetyping options (-p and -F)"
286 default y 286 default y
287 depends on CONFIG_LS 287 depends on CONFIG_LS
288 help 288 help
289 Enable the ls options (-p and -F). 289 Enable the ls options (-p and -F).
290 290
291config CONFIG_FEATURE_LS_FOLLOWLINKS 291config CONFIG_FEATURE_LS_FOLLOWLINKS
292 bool " Enable symlinks dereferencing (-L)" 292 bool "Enable symlinks dereferencing (-L)"
293 default y 293 default y
294 depends on CONFIG_LS 294 depends on CONFIG_LS
295 help 295 help
296 Enable the ls option (-L). 296 Enable the ls option (-L).
297 297
298config CONFIG_FEATURE_LS_RECURSIVE 298config CONFIG_FEATURE_LS_RECURSIVE
299 bool " Enable recursion (-R)" 299 bool "Enable recursion (-R)"
300 default y 300 default y
301 depends on CONFIG_LS 301 depends on CONFIG_LS
302 help 302 help
303 Enable the ls option (-R). 303 Enable the ls option (-R).
304 304
305config CONFIG_FEATURE_LS_SORTFILES 305config CONFIG_FEATURE_LS_SORTFILES
306 bool " Sort the file names" 306 bool "Sort the file names"
307 default y 307 default y
308 depends on CONFIG_LS 308 depends on CONFIG_LS
309 help 309 help
310 Allow ls to sort file names alphabetically. 310 Allow ls to sort file names alphabetically.
311 311
312config CONFIG_FEATURE_LS_TIMESTAMPS 312config CONFIG_FEATURE_LS_TIMESTAMPS
313 bool " Show file timestamps" 313 bool "Show file timestamps"
314 default y 314 default y
315 depends on CONFIG_LS 315 depends on CONFIG_LS
316 help 316 help
317 Allow ls to display timestamps for files. 317 Allow ls to display timestamps for files.
318 318
319config CONFIG_FEATURE_LS_USERNAME 319config CONFIG_FEATURE_LS_USERNAME
320 bool " Show username/groupnames" 320 bool "Show username/groupnames"
321 default y 321 default y
322 depends on CONFIG_LS 322 depends on CONFIG_LS
323 help 323 help
324 Allow ls to display username/groupname for files. 324 Allow ls to display username/groupname for files.
325 325
326config CONFIG_FEATURE_LS_COLOR 326config CONFIG_FEATURE_LS_COLOR
327 bool " Allow use of color to identify file types" 327 bool "Allow use of color to identify file types"
328 default y 328 default y
329 depends on CONFIG_LS 329 depends on CONFIG_LS
330 help 330 help
331 This enables the --color option to ls. 331 This enables the --color option to ls.
332 332
333config CONFIG_FEATURE_LS_COLOR_IS_DEFAULT 333config CONFIG_FEATURE_LS_COLOR_IS_DEFAULT
334 bool " Produce colored ls output by default" 334 bool "Produce colored ls output by default"
335 default n 335 default n
336 depends on CONFIG_FEATURE_LS_COLOR 336 depends on CONFIG_FEATURE_LS_COLOR
337 help 337 help
@@ -448,7 +448,7 @@ config CONFIG_SLEEP
448 sleep is used to pause for a specified number of seconds, 448 sleep is used to pause for a specified number of seconds,
449 449
450config CONFIG_FEATURE_FANCY_SLEEP 450config CONFIG_FEATURE_FANCY_SLEEP
451 bool " Enable multiple integer args and optional time suffixes" 451 bool "Enable multiple integer args and optional time suffixes"
452 default n 452 default n
453 depends on CONFIG_SLEEP 453 depends on CONFIG_SLEEP
454 help 454 help
@@ -461,7 +461,7 @@ config CONFIG_SORT
461 sort is used to sort lines of text in specified files. 461 sort is used to sort lines of text in specified files.
462 462
463config CONFIG_FEATURE_SORT_BIG 463config CONFIG_FEATURE_SORT_BIG
464 bool " full SuSv3 compliant sort (Support -ktcsbdfiozgM)" 464 bool "full SuSv3 compliant sort (Support -ktcsbdfiozgM)"
465 default y 465 default y
466 depends on CONFIG_SORT 466 depends on CONFIG_SORT
467 help 467 help
@@ -479,7 +479,7 @@ config CONFIG_STAT
479 display file or filesystem status. 479 display file or filesystem status.
480 480
481config CONFIG_FEATURE_STAT_FORMAT 481config CONFIG_FEATURE_STAT_FORMAT
482 bool " Enable custom formats (-c)" 482 bool "Enable custom formats (-c)"
483 default n 483 default n
484 depends on CONFIG_STAT 484 depends on CONFIG_STAT
485 help 485 help
@@ -513,7 +513,7 @@ config CONFIG_TAIL
513 from files. 513 from files.
514 514
515config CONFIG_FEATURE_FANCY_TAIL 515config CONFIG_FEATURE_FANCY_TAIL
516 bool " Enable extra tail options (-q, -s, and -v)" 516 bool "Enable extra tail options (-q, -s, and -v)"
517 default y 517 default y
518 depends on CONFIG_TAIL 518 depends on CONFIG_TAIL
519 help 519 help
@@ -528,7 +528,7 @@ config CONFIG_TEE
528 to standard output and files. 528 to standard output and files.
529 529
530config CONFIG_FEATURE_TEE_USE_BLOCK_IO 530config CONFIG_FEATURE_TEE_USE_BLOCK_IO
531 bool " Enable block i/o (larger/faster) instead of byte i/o." 531 bool "Enable block i/o (larger/faster) instead of byte i/o."
532 default n 532 default n
533 depends on CONFIG_TEE 533 depends on CONFIG_TEE
534 help 534 help
@@ -543,7 +543,7 @@ config CONFIG_TEST
543 and bash) have test builtin. 543 and bash) have test builtin.
544 544
545config CONFIG_FEATURE_TEST_64 545config CONFIG_FEATURE_TEST_64
546 bool " Extend test to 64 bit" 546 bool "Extend test to 64 bit"
547 default n 547 default n
548 depends on CONFIG_TEST 548 depends on CONFIG_TEST
549 help 549 help
@@ -564,7 +564,7 @@ config CONFIG_TR
564 input, writing to standard output. 564 input, writing to standard output.
565 565
566config CONFIG_FEATURE_TR_CLASSES 566config CONFIG_FEATURE_TR_CLASSES
567 bool " Enable character classes (such as [:upper:])" 567 bool "Enable character classes (such as [:upper:])"
568 default n 568 default n
569 depends on CONFIG_TR 569 depends on CONFIG_TR
570 help 570 help
@@ -572,7 +572,7 @@ config CONFIG_FEATURE_TR_CLASSES
572 tr [:upper:] [:lower:] to convert input into lowercase. 572 tr [:upper:] [:lower:] to convert input into lowercase.
573 573
574config CONFIG_FEATURE_TR_EQUIV 574config CONFIG_FEATURE_TR_EQUIV
575 bool " Enable equivalence classes" 575 bool "Enable equivalence classes"
576 default n 576 default n
577 depends on CONFIG_TR 577 depends on CONFIG_TR
578 help 578 help
@@ -665,7 +665,7 @@ comment "Common options for cp and mv"
665 depends on CONFIG_CP || CONFIG_MV 665 depends on CONFIG_CP || CONFIG_MV
666 666
667config CONFIG_FEATURE_PRESERVE_HARDLINKS 667config CONFIG_FEATURE_PRESERVE_HARDLINKS
668 bool " Preserve hard links" 668 bool "Preserve hard links"
669 default n 669 default n
670 depends on CONFIG_CP || CONFIG_MV 670 depends on CONFIG_CP || CONFIG_MV
671 help 671 help
@@ -675,7 +675,7 @@ comment "Common options for ls, more and telnet"
675 depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET 675 depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET
676 676
677config CONFIG_FEATURE_AUTOWIDTH 677config CONFIG_FEATURE_AUTOWIDTH
678 bool " Calculate terminal & column widths" 678 bool "Calculate terminal & column widths"
679 default y 679 default y
680 depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET 680 depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET
681 help 681 help
@@ -689,7 +689,7 @@ comment "Common options for df, du, ls"
689 depends on CONFIG_DF || CONFIG_DU || CONFIG_LS 689 depends on CONFIG_DF || CONFIG_DU || CONFIG_LS
690 690
691config CONFIG_FEATURE_HUMAN_READABLE 691config CONFIG_FEATURE_HUMAN_READABLE
692 bool " Support for human readable output (example 13k, 23M, 235G)" 692 bool "Support for human readable output (example 13k, 23M, 235G)"
693 default n 693 default n
694 depends on CONFIG_DF || CONFIG_DU || CONFIG_LS 694 depends on CONFIG_DF || CONFIG_DU || CONFIG_LS
695 help 695 help
@@ -699,7 +699,7 @@ comment "Common options for md5sum, sha1sum"
699 depends on CONFIG_MD5SUM || CONFIG_SHA1SUM 699 depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
700 700
701config CONFIG_FEATURE_MD5_SHA1_SUM_CHECK 701config CONFIG_FEATURE_MD5_SHA1_SUM_CHECK
702 bool " Enable -c, -s and -w options" 702 bool "Enable -c, -s and -w options"
703 default n 703 default n
704 depends on CONFIG_MD5SUM || CONFIG_SHA1SUM 704 depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
705 help 705 help