[BusyBox-cvs] busybox/coreutils Config.in,1.11,1.12

Erik Andersen andersen at busybox.net
Sat Jul 26 09:33:18 UTC 2003


Update of /var/cvs/busybox/coreutils
In directory winder:/tmp/cvs-serv11019/coreutils

Modified Files:
	Config.in 
Log Message:
There should be only one instance of CONFIG_FEATURE_AUTOWIDTH 


Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/coreutils/Config.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Config.in	14 Jul 2003 19:37:08 -0000	1.11
+++ Config.in	26 Jul 2003 09:33:15 -0000	1.12
@@ -576,14 +576,18 @@
 	  Allow cp and mv to preserve hard links.
 
 comment "Common options for ls and more"
-    depends on CONFIG_LS || CONFIG_MORE
+	depends on CONFIG_LS || CONFIG_MORE
 
 config CONFIG_FEATURE_AUTOWIDTH
 	bool "  Calculate terminal & column widths"
-	default n
+	default y
 	depends on CONFIG_LS || CONFIG_MORE
 	help
-	  Allow ls and more to calculate terminal and column widths.
+	  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.
 
 comment "Common options for df, du, ls"
     depends on CONFIG_DF || CONFIG_DU || CONFIG_LS




More information about the busybox-cvs mailing list