diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 61 |
1 files changed, 14 insertions, 47 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index be5e9527b..cb5241ef6 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -65,13 +65,6 @@ config CKSUM | |||
65 | help | 65 | help |
66 | cksum is used to calculate the CRC32 checksum of a file. | 66 | cksum is used to calculate the CRC32 checksum of a file. |
67 | 67 | ||
68 | config CMP | ||
69 | bool "cmp" | ||
70 | default n | ||
71 | help | ||
72 | cmp is used to compare two files and returns the result | ||
73 | to standard output. | ||
74 | |||
75 | config COMM | 68 | config COMM |
76 | bool "comm" | 69 | bool "comm" |
77 | default n | 70 | default n |
@@ -142,38 +135,6 @@ config DF | |||
142 | df reports the amount of disk space used and available | 135 | df reports the amount of disk space used and available |
143 | on filesystems. | 136 | on filesystems. |
144 | 137 | ||
145 | config DIFF | ||
146 | bool "diff" | ||
147 | default n | ||
148 | help | ||
149 | diff compares two files or directories and outputs the | ||
150 | differences between them in a form that can be given to | ||
151 | the patch command. | ||
152 | |||
153 | config FEATURE_DIFF_BINARY | ||
154 | bool "Enable checks for binary files" | ||
155 | default y | ||
156 | depends on DIFF | ||
157 | help | ||
158 | This option enables support for checking for binary files | ||
159 | before a comparison is carried out. | ||
160 | |||
161 | config FEATURE_DIFF_DIR | ||
162 | bool "Enable directory support" | ||
163 | default y | ||
164 | depends on DIFF | ||
165 | help | ||
166 | This option enables support for directory and subdirectory | ||
167 | comparison. | ||
168 | |||
169 | config FEATURE_DIFF_MINIMAL | ||
170 | bool "Enable -d option to find smaller sets of changes" | ||
171 | default n | ||
172 | depends on DIFF | ||
173 | help | ||
174 | Enabling this option allows the use of -d to make diff | ||
175 | try hard to find the smallest possible set of changes. | ||
176 | |||
177 | config DIRNAME | 138 | config DIRNAME |
178 | bool "dirname" | 139 | bool "dirname" |
179 | default n | 140 | default n |
@@ -474,6 +435,20 @@ config PWD | |||
474 | help | 435 | help |
475 | pwd is used to print the current directory. | 436 | pwd is used to print the current directory. |
476 | 437 | ||
438 | config READLINK | ||
439 | bool "readlink" | ||
440 | default n | ||
441 | help | ||
442 | This program reads a symbolic link and returns the name | ||
443 | of the file it points to | ||
444 | |||
445 | config FEATURE_READLINK_FOLLOW | ||
446 | bool "Enable canonicalization by following all symlinks (-f)" | ||
447 | default n | ||
448 | depends on READLINK | ||
449 | help | ||
450 | Enable the readlink option (-f). | ||
451 | |||
477 | config REALPATH | 452 | config REALPATH |
478 | bool "realpath" | 453 | bool "realpath" |
479 | default n | 454 | default n |
@@ -704,14 +679,6 @@ config UUENCODE | |||
704 | help | 679 | help |
705 | uuencode is used to uuencode a file. | 680 | uuencode is used to uuencode a file. |
706 | 681 | ||
707 | config WATCH | ||
708 | bool "watch" | ||
709 | default n | ||
710 | select DATE | ||
711 | help | ||
712 | watch is used to execute a program periodically, showing | ||
713 | output to the screen. | ||
714 | |||
715 | config WC | 682 | config WC |
716 | bool "wc" | 683 | bool "wc" |
717 | default n | 684 | default n |