diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-10-31 00:04:24 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-10-31 00:04:24 +0000 |
commit | 9716575f1a095e8f2a699b3bd91646fabab41eed (patch) | |
tree | 8107f697951a0e918a8f166820f171ac379fcc3f | |
parent | 40c9489d336ad42451b8eb124f82ff14958d3945 (diff) | |
download | busybox-w32-9716575f1a095e8f2a699b3bd91646fabab41eed.tar.gz busybox-w32-9716575f1a095e8f2a699b3bd91646fabab41eed.tar.bz2 busybox-w32-9716575f1a095e8f2a699b3bd91646fabab41eed.zip |
Remove config options for sort -u and sort -r, they are always enabled
-rw-r--r-- | coreutils/Config.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index db4fe39ff..54bdc6868 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -400,22 +400,6 @@ config CONFIG_SORT | |||
400 | help | 400 | help |
401 | sort is used to sort lines of text in specified files. | 401 | sort is used to sort lines of text in specified files. |
402 | 402 | ||
403 | config CONFIG_FEATURE_SORT_REVERSE | ||
404 | bool " Enable reverse sort" | ||
405 | default y | ||
406 | depends on CONFIG_SORT | ||
407 | help | ||
408 | Enable the `-r' option that allows sort to sort lines of | ||
409 | text in reverse. | ||
410 | |||
411 | config CONFIG_FEATURE_SORT_UNIQUE | ||
412 | bool " Enable unique sort" | ||
413 | default y | ||
414 | depends on CONFIG_SORT | ||
415 | help | ||
416 | Enable the `-u' option that allows sort to only sort lines | ||
417 | that are uniq. | ||
418 | |||
419 | config CONFIG_STTY | 403 | config CONFIG_STTY |
420 | bool "stty" | 404 | bool "stty" |
421 | default n | 405 | default n |