diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-24 23:14:11 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-24 23:14:11 +0000 |
commit | b27e3d72393d0a082c4210e528a07a021edb0b0a (patch) | |
tree | 3de0d86e2bfe7363bab4c52e0694e8a863df4e89 | |
parent | 77e9571f8df78352f509e247a429aea1f9c8bbb2 (diff) | |
download | busybox-w32-b27e3d72393d0a082c4210e528a07a021edb0b0a.tar.gz busybox-w32-b27e3d72393d0a082c4210e528a07a021edb0b0a.tar.bz2 busybox-w32-b27e3d72393d0a082c4210e528a07a021edb0b0a.zip |
re-order a little for alphabetical
git-svn-id: svn://busybox.net/trunk/busybox@11633 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | init/Config.in | 14 |
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 | |||
60 | help | 60 | help |
61 | Stop all processes and halt the system. | 61 | Stop all processes and halt the system. |
62 | 62 | ||
63 | config CONFIG_MESG | ||
64 | bool "mesg" | ||
65 | default y | ||
66 | help | ||
67 | Mesg controls access to your terminal by others. It is typically | ||
68 | used to allow or disallow other users to write to your terminal | ||
69 | |||
63 | config CONFIG_POWEROFF | 70 | config CONFIG_POWEROFF |
64 | bool "poweroff" | 71 | bool "poweroff" |
65 | default y | 72 | default y |
@@ -72,12 +79,5 @@ config CONFIG_REBOOT | |||
72 | help | 79 | help |
73 | Stop all processes and reboot the system. | 80 | Stop all processes and reboot the system. |
74 | 81 | ||
75 | config CONFIG_MESG | ||
76 | bool "mesg" | ||
77 | default y | ||
78 | help | ||
79 | Mesg controls access to your terminal by others. It is typically | ||
80 | used to allow or disallow other users to write to your terminal | ||
81 | |||
82 | endmenu | 82 | endmenu |
83 | 83 | ||