aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-06-06 22:59:37 +0000
committerRob Landley <rob@landley.net>2006-06-06 22:59:37 +0000
commiteb29d6ce6a097893b4f476967122686f588c8d09 (patch)
treec4255da1ef4d290ff4abd04ea6e9f1638689db3e /coreutils
parentc44ab02f1527e099a8c531206101fd20c7ebbc4d (diff)
downloadbusybox-eb29d6ce6a097893b4f476967122686f588c8d09.tar.gz
Remove a config entry that leaked in from my tree before I decided to
implement cat -v as a separate applet.
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in8
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
help
cat is used to concatenate files and print them to the standard
output. Enable this option if you wish to enable the 'cat' utility.
+
config CONFIG_CATV
bool "catv"
default n
@@ -32,13 +33,6 @@ config CONFIG_CATV
Display nonprinting characters as escape sequences (like some
implementations' cat -v option).
-config CONFIG_FEATURE_CAT_ESCAPE
- bool "support -vetET"
- depends on CONFIG_CAT
- default n
- help
- Sheer bloat.
-
config CONFIG_CHGRP
bool "chgrp"
default n