svn commit: trunk/busybox/miscutils

vda at busybox.net vda at busybox.net
Mon Nov 10 09:33:42 UTC 2008


Author: vda
Date: 2008-11-10 01:33:42 -0800 (Mon, 10 Nov 2008)
New Revision: 23985

Log:
build system: reorder less' options in config so that
 they are properly indented



Modified:
   trunk/busybox/miscutils/Config.in


Changeset:
Modified: trunk/busybox/miscutils/Config.in
===================================================================
--- trunk/busybox/miscutils/Config.in	2008-11-09 17:32:46 UTC (rev 23984)
+++ trunk/busybox/miscutils/Config.in	2008-11-10 09:33:42 UTC (rev 23985)
@@ -160,7 +160,7 @@
 	  "PERMISSIONS", "EXECUTE", "COPY", "IGNORE",
 	  "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT".
 
-	   But only if they are written UPPERCASE!!!!!!!!
+	  But only if they are written UPPERCASE!!!!!!!!
 
 config DEVFSD_MODLOAD
 	bool "Adds support for MODLOAD keyword in devsfd.conf"
@@ -300,14 +300,6 @@
 	  The -M flag enables a more sophisticated status line.
 	  The -m flag enables a simpler status line with a percentage.
 
-config FEATURE_LESS_DASHCMD
-	bool "Enable flag changes ('-' command)"
-	default n
-	depends on LESS
-	help
-	  This enables the ability to change command-line flags within
-	  less itself ('-' keyboard command).
-
 config FEATURE_LESS_MARKS
 	bool "Enable marks"
 	default n
@@ -322,6 +314,21 @@
 	help
 	  Enable regular expressions, allowing complex file searches.
 
+config FEATURE_LESS_WINCH
+	bool "Enable automatic resizing on window size changes"
+	default n
+	depends on LESS
+	help
+	  Makes less track window size changes.
+
+config FEATURE_LESS_DASHCMD
+	bool "Enable flag changes ('-' command)"
+	default n
+	depends on LESS
+	help
+	  This enables the ability to change command-line flags within
+	  less itself ('-' keyboard command).
+
 config FEATURE_LESS_LINENUMS
 	bool "Enable dynamic switching of line numbers"
 	default n
@@ -329,13 +336,6 @@
 	help
 	  Enable "-N" command.
 
-config FEATURE_LESS_WINCH
-	bool "Enable automatic resizing on window size changes"
-	default n
-	depends on LESS
-	help
-	  Makes less track window size changes.
-
 config HDPARM
 	bool "hdparm"
 	default n




More information about the busybox-cvs mailing list