Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-05-11 18:52:39 +0400
committerGlenn L McGrath <bug1@ihug.co.nz>2003-05-11 18:52:39 +0400
commit1e11c34be4decfef8fbda8a8e01cd60def8232e5 (patch)
tree6e93956fef2bcd4c1db18031dc081dcaf689f2d1 /init/Config.in
parent8c6887c855460ee9e688e2a51e29f99faa2a2d8c (diff)
minit, a Minimal init system.
Diffstat (limited to 'init/Config.in')
-rw-r--r--init/Config.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/init/Config.in b/init/Config.in
index 90173c552..a478e07c8 100644
--- a/init/Config.in
+++ b/init/Config.in
@@ -61,6 +61,26 @@ config CONFIG_REBOOT
help
Please submit a patch to add help text for this item.
+config CONFIG_MINIT
+ bool "minit"
+ default n
+ help
+ Minimal init, based on minit v0.9.1
+
+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"