Fix a typo
[oweals/busybox.git] / init / Config.in
index c8c6a9cd62964eb7d149f441024e5a73cdd0e23b..4465e75a161c4d8999c95a9fb7af1165d93afba0 100644 (file)
@@ -27,7 +27,7 @@ config CONFIG_FEATURE_INITRD
 
 config CONFIG_FEATURE_INIT_COREDUMPS
        bool "  Support dumping core for child processes (debugging only)?"
-       default y
+       default n
        depends on CONFIG_INIT
        help
          If this option is enabled and the file /.init_enable_core
@@ -43,67 +43,30 @@ config CONFIG_FEATURE_EXTRA_QUIET
          Prevent init from logging some messages to the console
          during boot.
 
-# Some apps that are meaningless without BusyBox running as init
 config CONFIG_HALT
        bool "halt"
        default y
-       depends on CONFIG_INIT
        help
-         'halt' tells the kernel to stop all processes and halt the system.
+         Stop all processes and halt the system.
 
 config CONFIG_POWEROFF
        bool "poweroff"
        default y
-       depends on CONFIG_INIT
        help
          Stop all processes and (try to) power off the system.
 
 config CONFIG_REBOOT
        bool "reboot"
        default y
-       depends on CONFIG_INIT
        help
          Stop all processes and reboot the system.
 
-config CONFIG_MINIT
-       bool "minit"
-       default n
-       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
-
-# Should start-stop-daemon be moved under debianutils?
-config CONFIG_START_STOP_DAEMON
-       bool "start-stop-daemon"
-       default y
-       help
-         start-stop-daemon is used to control the creation and
-         termination of system-level processes, usually the ones
-         started during the startup of the system.
-
 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