[BusyBox-cvs] busybox/coreutils Config.in,1.17,1.18
Glenn McGrath
bug1 at busybox.net
Fri Oct 31 00:04:28 UTC 2003
Update of /var/cvs/busybox/coreutils
In directory winder:/tmp/cvs-serv23272/coreutils
Modified Files:
Config.in
Log Message:
Remove config options for sort -u and sort -r, they are always enabled
Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/coreutils/Config.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Config.in 22 Oct 2003 09:58:14 -0000 1.17
+++ Config.in 31 Oct 2003 00:04:24 -0000 1.18
@@ -400,22 +400,6 @@
help
sort is used to sort lines of text in specified files.
-config CONFIG_FEATURE_SORT_REVERSE
- bool " Enable reverse sort"
- default y
- depends on CONFIG_SORT
- help
- Enable the `-r' option that allows sort to sort lines of
- text in reverse.
-
-config CONFIG_FEATURE_SORT_UNIQUE
- bool " Enable unique sort"
- default y
- depends on CONFIG_SORT
- help
- Enable the `-u' option that allows sort to only sort lines
- that are uniq.
-
config CONFIG_STTY
bool "stty"
default n
More information about the busybox-cvs
mailing list