svn commit: trunk/busybox/procps

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


Author: vapier
Date: 2005-09-24 16:13:22 -0700 (Sat, 24 Sep 2005)
New Revision: 11632

Log:
re-order a little for alphabetical

Modified:
   trunk/busybox/procps/Config.in


Changeset:
Modified: trunk/busybox/procps/Config.in
===================================================================
--- trunk/busybox/procps/Config.in	2005-09-24 23:12:38 UTC (rev 11631)
+++ trunk/busybox/procps/Config.in	2005-09-24 23:13:22 UTC (rev 11632)
@@ -50,6 +50,12 @@
 	  Renice alters the scheduling priority of one or more running
 	  processes.
 
+config CONFIG_BB_SYSCTL
+	bool "sysctl"
+	default n
+	help
+	  Configure kernel parameters at runtime.
+
 config CONFIG_TOP
 	bool "top"
 	default n
@@ -72,11 +78,5 @@
 	  the system has been running, how many users are currently logged
 	  on, and the system load averages for the past 1, 5, and 15 minutes.
 
-config CONFIG_BB_SYSCTL
-	bool "sysctl"
-	default n
-	help
-	  sysctl - configure kernel parameters at runtime
-
 endmenu
 




More information about the busybox-cvs mailing list