svn commit: trunk/busybox/coreutils

landley at busybox.net landley at busybox.net
Tue Jun 6 22:59:40 UTC 2006


Author: landley
Date: 2006-06-06 15:59:37 -0700 (Tue, 06 Jun 2006)
New Revision: 15300

Log:
Remove a config entry that leaked in from my tree before I decided to
implement cat -v as a separate applet.


Modified:
   trunk/busybox/coreutils/Config.in


Changeset:
Modified: trunk/busybox/coreutils/Config.in
===================================================================
--- trunk/busybox/coreutils/Config.in	2006-06-06 19:50:16 UTC (rev 15299)
+++ trunk/busybox/coreutils/Config.in	2006-06-06 22:59:37 UTC (rev 15300)
@@ -25,6 +25,7 @@
 	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 @@
 	  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




More information about the busybox-cvs mailing list