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

index 91d990c381776fef1267defd7571474cdaca5274..ba157081ca9972788e8dc0beb1384cab4256f5a1 100644 (file)
@@ -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