svn commit: trunk/busybox/coreutils

landley at busybox.net landley at busybox.net
Mon Feb 6 02:49:47 UTC 2006


Author: landley
Date: 2006-02-05 18:49:45 -0800 (Sun, 05 Feb 2006)
New Revision: 13857

Log:
Bug 677: there are apparently still people using telnet.


Modified:
   trunk/busybox/coreutils/Config.in


Changeset:
Modified: trunk/busybox/coreutils/Config.in
===================================================================
--- trunk/busybox/coreutils/Config.in	2006-02-06 01:11:34 UTC (rev 13856)
+++ trunk/busybox/coreutils/Config.in	2006-02-06 02:49:45 UTC (rev 13857)
@@ -654,19 +654,19 @@
 	help
 	  Allow cp and mv to preserve hard links.
 
-comment "Common options for ls and more"
-	depends on CONFIG_LS || CONFIG_MORE
+comment "Common options for ls, more and telnet"
+	depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET
 
 config CONFIG_FEATURE_AUTOWIDTH
 	bool "  Calculate terminal & column widths"
 	default y
-	depends on CONFIG_LS || CONFIG_MORE
+	depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET
 	help
-	  This option allows utilities such as 'ls' and 'more' to determine the
-	  width of the screen, which can allow them to display additional text
-	  or avoid wrapping text onto the next line.  If you leave this
-	  disabled, your utilities will be especially primitive and will be
-	  unable to determine the current screen width.
+	  This option allows utilities such as 'ls', 'more' and 'telnet'
+	  to determine the width of the screen, which can allow them to 
+	  display additional text or avoid wrapping text onto the next line.
+	  If you leave this disabled, your utilities will be especially 
+	  primitive and will be unable to determine the current screen width.
 
 comment "Common options for df, du, ls"
 	depends on CONFIG_DF || CONFIG_DU || CONFIG_LS




More information about the busybox-cvs mailing list