aboutsummaryrefslogtreecommitdiff
path: root/procps/Config.in
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-24 23:13:22 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-24 23:13:22 +0000
commit77e9571f8df78352f509e247a429aea1f9c8bbb2 (patch)
treee2c672662fadd85886ad366d10584239b5770c00 /procps/Config.in
parentfe7bc709b2040643fe0d56866186821d549b0e70 (diff)
downloadbusybox-w32-77e9571f8df78352f509e247a429aea1f9c8bbb2.tar.gz
busybox-w32-77e9571f8df78352f509e247a429aea1f9c8bbb2.tar.bz2
busybox-w32-77e9571f8df78352f509e247a429aea1f9c8bbb2.zip
re-order a little for alphabetical
git-svn-id: svn://busybox.net/trunk/busybox@11632 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'procps/Config.in')
-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
50 Renice alters the scheduling priority of one or more running 50 Renice alters the scheduling priority of one or more running
51 processes. 51 processes.
52 52
53config CONFIG_BB_SYSCTL
54 bool "sysctl"
55 default n
56 help
57 Configure kernel parameters at runtime.
58
53config CONFIG_TOP 59config CONFIG_TOP
54 bool "top" 60 bool "top"
55 default n 61 default n
@@ -72,11 +78,5 @@ config CONFIG_UPTIME
72 the system has been running, how many users are currently logged 78 the system has been running, how many users are currently logged
73 on, and the system load averages for the past 1, 5, and 15 minutes. 79 on, and the system load averages for the past 1, 5, and 15 minutes.
74 80
75config CONFIG_BB_SYSCTL
76 bool "sysctl"
77 default n
78 help
79 sysctl - configure kernel parameters at runtime
80
81endmenu 81endmenu
82 82