re-order a little for alphabetical
authorMike Frysinger <vapier@gentoo.org>
Sat, 24 Sep 2005 23:13:22 +0000 (23:13 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 24 Sep 2005 23:13:22 +0000 (23:13 -0000)
procps/Config.in

index 4ce2825dcb8c71556856f3d53c824505b072fd02..9ab32e6d0240a8c44b8e78ec72410c1e3e6c6772 100644 (file)
@@ -50,6 +50,12 @@ config CONFIG_RENICE
          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 @@ config CONFIG_UPTIME
          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