svn commit: trunk/busybox/init

vapier at busybox.net vapier at busybox.net
Sat Sep 24 23:14:13 UTC 2005


Author: vapier
Date: 2005-09-24 16:14:11 -0700 (Sat, 24 Sep 2005)
New Revision: 11633

Log:
re-order a little for alphabetical

Modified:
   trunk/busybox/init/Config.in


Changeset:
Modified: trunk/busybox/init/Config.in
===================================================================
--- trunk/busybox/init/Config.in	2005-09-24 23:13:22 UTC (rev 11632)
+++ trunk/busybox/init/Config.in	2005-09-24 23:14:11 UTC (rev 11633)
@@ -60,6 +60,13 @@
 	help
 	  Stop all processes and halt the system.
 
+config CONFIG_MESG
+	bool "mesg"
+	default y
+	help
+	  Mesg controls access to your terminal by others.  It is typically
+	  used to allow or disallow other users to write to your terminal
+
 config CONFIG_POWEROFF
 	bool "poweroff"
 	default y
@@ -72,12 +79,5 @@
 	help
 	  Stop all processes and reboot the system.
 
-config CONFIG_MESG
-	bool "mesg"
-	default y
-	help
-	  Mesg controls access to your terminal by others.  It is typically
-	  used to allow or disallow other users to write to your terminal
-
 endmenu
 




More information about the busybox-cvs mailing list