svn commit: trunk/busybox/console-tools

vapier at busybox.net vapier at busybox.net
Sat Sep 24 23:15:53 UTC 2005


Author: vapier
Date: 2005-09-24 16:15:53 -0700 (Sat, 24 Sep 2005)
New Revision: 11635

Log:
re-order a little for alphabetical

Modified:
   trunk/busybox/console-tools/Config.in


Changeset:
Modified: trunk/busybox/console-tools/Config.in
===================================================================
--- trunk/busybox/console-tools/Config.in	2005-09-24 23:15:28 UTC (rev 11634)
+++ trunk/busybox/console-tools/Config.in	2005-09-24 23:15:53 UTC (rev 11635)
@@ -31,13 +31,6 @@
 	  This program dumps the kernel's keyboard translation table to
 	  stdout, in binary format. You can then use loadkmap to load it.
 
-config CONFIG_SETCONSOLE
-	bool "setconsole"
-	default n
-	help
-	  This program redirects the system console to another device,
-	  like the current tty while logged in via telnet.
-
 config CONFIG_LOADFONT
 	bool "loadfont"
 	default n
@@ -65,6 +58,13 @@
 	  This program is used to reset the terminal screen, if it
 	  gets messed up.
 
+config CONFIG_SETCONSOLE
+	bool "setconsole"
+	default n
+	help
+	  This program redirects the system console to another device,
+	  like the current tty while logged in via telnet.
+
 config CONFIG_SETKEYCODES
 	bool "setkeycodes"
 	default n




More information about the busybox-cvs mailing list