aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-24 23:13:22 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-24 23:13:22 +0000
commitd1c8ae5dc94c440f21f1f10b78d3c2f53e1892a9 (patch)
treee2c672662fadd85886ad366d10584239b5770c00 /procps
parent75aa1928ac1ac7966c804a7e143ea40d48a45f7d (diff)
downloadbusybox-d1c8ae5dc94c440f21f1f10b78d3c2f53e1892a9.tar.gz
re-order a little for alphabetical
Diffstat (limited to 'procps')
-rw-r--r--procps/Config.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/procps/Config.in b/procps/Config.in
index 4ce2825dc..9ab32e6d0 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -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