diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-05-26 10:28:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-05-26 10:28:32 +0000 |
commit | 0dfe4e99562878bc575e682926c2e345661d08a1 (patch) | |
tree | fab9d8c78a24c8b10f6763cb79fb70a57d150f87 /init/Config.in | |
parent | febd744d314f5c05f0a7c88444a1d310f9daf318 (diff) | |
download | busybox-w32-0dfe4e99562878bc575e682926c2e345661d08a1.tar.gz busybox-w32-0dfe4e99562878bc575e682926c2e345661d08a1.tar.bz2 busybox-w32-0dfe4e99562878bc575e682926c2e345661d08a1.zip |
As discussed, drop minit, which was not being supported in busybox.
People wishing to use minit can obtain it and obtain support from
http://www.fefe.de/minit/
Diffstat (limited to 'init/Config.in')
-rw-r--r-- | init/Config.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/init/Config.in b/init/Config.in index 22c6c5518..4465e75a1 100644 --- a/init/Config.in +++ b/init/Config.in | |||
@@ -61,30 +61,6 @@ config CONFIG_REBOOT | |||
61 | help | 61 | help |
62 | Stop all processes and reboot the system. | 62 | Stop all processes and reboot the system. |
63 | 63 | ||
64 | config CONFIG_MINIT | ||
65 | bool "minit" | ||
66 | default n | ||
67 | depends on ! CONFIG_INIT | ||
68 | help | ||
69 | Minimal init, based on minit v0.9.1. This is a simple | ||
70 | init replacement that handles starting/stopping services, | ||
71 | and service dependencies. See http://www.fefe.de/minit/ | ||
72 | for additional information. | ||
73 | |||
74 | config CONFIG_PIDFILEHACK | ||
75 | bool "pidfilehack" | ||
76 | default y | ||
77 | depends on CONFIG_MINIT | ||
78 | help | ||
79 | pidfilehack is used by minit to run servers. | ||
80 | |||
81 | config CONFIG_MSVC | ||
82 | bool "msvc" | ||
83 | default y | ||
84 | depends on CONFIG_MINIT | ||
85 | help | ||
86 | msvc is used to start and stop processes controlled by minit | ||
87 | |||
88 | config CONFIG_MESG | 64 | config CONFIG_MESG |
89 | bool "mesg" | 65 | bool "mesg" |
90 | default y | 66 | default y |