aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-24 23:14:11 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-24 23:14:11 +0000
commitf51d2069ff3a38be49a86212e1d62f2fd89c5943 (patch)
tree3de0d86e2bfe7363bab4c52e0694e8a863df4e89 /init
parentd1c8ae5dc94c440f21f1f10b78d3c2f53e1892a9 (diff)
downloadbusybox-f51d2069ff3a38be49a86212e1d62f2fd89c5943.tar.gz
re-order a little for alphabetical
Diffstat (limited to 'init')
-rw-r--r--init/Config.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/init/Config.in b/init/Config.in
index 91d990c38..ba157081c 100644
--- a/init/Config.in
+++ b/init/Config.in
@@ -60,6 +60,13 @@ config CONFIG_HALT
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 @@ config CONFIG_REBOOT
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