diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-06 22:59:37 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-06 22:59:37 +0000 |
commit | 402a994239dba6e9b2c07a210ffc264efb32e259 (patch) | |
tree | c4255da1ef4d290ff4abd04ea6e9f1638689db3e | |
parent | af90b2a8d4abc699467475fd46e6fdfbcd467944 (diff) | |
download | busybox-w32-402a994239dba6e9b2c07a210ffc264efb32e259.tar.gz busybox-w32-402a994239dba6e9b2c07a210ffc264efb32e259.tar.bz2 busybox-w32-402a994239dba6e9b2c07a210ffc264efb32e259.zip |
Remove a config entry that leaked in from my tree before I decided to
implement cat -v as a separate applet.
git-svn-id: svn://busybox.net/trunk/busybox@15300 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | coreutils/Config.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 96f4d7a6e..605649baf 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -25,6 +25,7 @@ config CONFIG_CAT | |||
25 | help | 25 | help |
26 | cat is used to concatenate files and print them to the standard | 26 | cat is used to concatenate files and print them to the standard |
27 | output. Enable this option if you wish to enable the 'cat' utility. | 27 | output. Enable this option if you wish to enable the 'cat' utility. |
28 | |||
28 | config CONFIG_CATV | 29 | config CONFIG_CATV |
29 | bool "catv" | 30 | bool "catv" |
30 | default n | 31 | default n |
@@ -32,13 +33,6 @@ config CONFIG_CATV | |||
32 | Display nonprinting characters as escape sequences (like some | 33 | Display nonprinting characters as escape sequences (like some |
33 | implementations' cat -v option). | 34 | implementations' cat -v option). |
34 | 35 | ||
35 | config CONFIG_FEATURE_CAT_ESCAPE | ||
36 | bool "support -vetET" | ||
37 | depends on CONFIG_CAT | ||
38 | default n | ||
39 | help | ||
40 | Sheer bloat. | ||
41 | |||
42 | config CONFIG_CHGRP | 36 | config CONFIG_CHGRP |
43 | bool "chgrp" | 37 | bool "chgrp" |
44 | default n | 38 | default n |