summaryrefslogtreecommitdiff
path: root/busybox-init.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-init.kconfig')
-rw-r--r--busybox-init.kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/busybox-init.kconfig b/busybox-init.kconfig
index d6732e9..fbb50e4 100644
--- a/busybox-init.kconfig
+++ b/busybox-init.kconfig
@@ -4,7 +4,7 @@
#
comment "-------------------------------------------------"
-comment "----- Init Utilities"
+comment "Init Utilities"
comment "-------------------------------------------------"
config KEMBTK_BUSYB_INIT
@@ -33,11 +33,12 @@ config KEMBTK_BUSYB_FEATURE_KILL_DELAY
int "How long to wait between TERM and KEMBTK_BUSYB_KILL (0 - send TERM only)" if KEMBTK_BUSYB_FEATURE_KILL_REMOVED
range 0 1024
default 0
+ depends on KEMBTK_BUSYB_FEATURE_KILL_REMOVED
help
With nonzero setting, init sends TERM, forks, child waits N
seconds, sends KEMBTK_BUSYB_KILL and exits. Setting it too high is unwise
- (child will hang around for too long and can actually kill
- wrong process!)
+ (child will hang around for too long and could actually kill
+ the wrong process!)
config KEMBTK_BUSYB_FEATURE_INIT_SCTTY
bool "Run commands with leading dash with controlling tty"