diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-05-11 14:52:39 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-05-11 14:52:39 +0000 |
commit | 1e11c34be4decfef8fbda8a8e01cd60def8232e5 (patch) | |
tree | 6e93956fef2bcd4c1db18031dc081dcaf689f2d1 /init/Config.in | |
parent | 8c6887c855460ee9e688e2a51e29f99faa2a2d8c (diff) | |
download | busybox-w32-1e11c34be4decfef8fbda8a8e01cd60def8232e5.tar.gz busybox-w32-1e11c34be4decfef8fbda8a8e01cd60def8232e5.tar.bz2 busybox-w32-1e11c34be4decfef8fbda8a8e01cd60def8232e5.zip |
minit, a Minimal init system.
Diffstat (limited to 'init/Config.in')
-rw-r--r-- | init/Config.in | 20 |
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 | |||
61 | help | 61 | help |
62 | Please submit a patch to add help text for this item. | 62 | Please submit a patch to add help text for this item. |
63 | 63 | ||
64 | config CONFIG_MINIT | ||
65 | bool "minit" | ||
66 | default n | ||
67 | help | ||
68 | Minimal init, based on minit v0.9.1 | ||
69 | |||
70 | config CONFIG_PIDFILEHACK | ||
71 | bool "pidfilehack" | ||
72 | default y | ||
73 | depends on CONFIG_MINIT | ||
74 | help | ||
75 | pidfilehack is used by minit to run servers. | ||
76 | |||
77 | config CONFIG_MSVC | ||
78 | bool "msvc" | ||
79 | default y | ||
80 | depends on CONFIG_MINIT | ||
81 | help | ||
82 | msvc is used to start and stop processes controlled by minit | ||
83 | |||
64 | # Should start-stop-daemon be moved under debianutils? | 84 | # Should start-stop-daemon be moved under debianutils? |
65 | config CONFIG_START_STOP_DAEMON | 85 | config CONFIG_START_STOP_DAEMON |
66 | bool "start-stop-daemon" | 86 | bool "start-stop-daemon" |