Fix a typo
[oweals/busybox.git] / init / Config.in
index eb42113863a77bcdecb79f5dee4bd414528fd0e7..4465e75a161c4d8999c95a9fb7af1165d93afba0 100644 (file)
@@ -61,37 +61,12 @@ config CONFIG_REBOOT
        help
          Stop all processes and reboot the system.
 
-config CONFIG_MINIT
-       bool "minit"
-       default n
-       depends on ! CONFIG_INIT
-       help
-         Minimal init, based on minit v0.9.1.  This is a simple
-         init replacement that handles starting/stopping services,
-         and service dependencies.  See http://www.fefe.de/minit/
-         for additional information.
-
-config CONFIG_PIDFILEHACK
-       bool "pidfilehack"
-       default y
-       depends on CONFIG_MINIT
-       help
-         pidfilehack is used by minit to run servers.
-
-config CONFIG_MSVC
-       bool "msvc"
-       default y
-       depends on CONFIG_MINIT
-       help
-         msvc is used to start and stop processes controlled by minit
-
 config CONFIG_MESG
        bool "mesg"
        default y
        help
-         Mesg  controls  the  access to your terminal by others.  It
-         is typically used to allow or disallow other users to write
-         to your  terminal
+         Mesg controls access to your terminal by others.  It is typically
+         used to allow or disallow other users to write to your terminal
 
 endmenu