summaryrefslogtreecommitdiff
path: root/package/busybox/config/init/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-29 12:46:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-29 12:46:11 +0100
commitd89c077bd8905bdd079d69b11bedc1eb440067b9 (patch)
tree2c7bd2a8b642bd1ba0383adc4259bfe53b8515ec /package/busybox/config/init/Config.in
parent706b94b351d574c66f9a6142f5bcae33a98274f3 (diff)
add etables, finetune squid package, more busybox finetuning
Diffstat (limited to 'package/busybox/config/init/Config.in')
-rw-r--r--package/busybox/config/init/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/config/init/Config.in b/package/busybox/config/init/Config.in
index bb2d0aa32..9ca5b2885 100644
--- a/package/busybox/config/init/Config.in
+++ b/package/busybox/config/init/Config.in
@@ -21,7 +21,7 @@ config BUSYBOX_FEATURE_USE_INITTAB
config BUSYBOX_FEATURE_KILL_REMOVED
bool "Support killing processes that have been removed from inittab"
- default y
+ default n
depends on BUSYBOX_FEATURE_USE_INITTAB
help
When respawn entries are removed from inittab and a SIGHUP is
@@ -41,7 +41,7 @@ config BUSYBOX_FEATURE_KILL_DELAY
config BUSYBOX_FEATURE_INIT_SCTTY
bool "Run commands with leading dash with controlling tty"
- default n
+ default y
depends on BUSYBOX_INIT
help
If this option is enabled, init will try to give a controlling
@@ -56,7 +56,7 @@ config BUSYBOX_FEATURE_INIT_SCTTY
config BUSYBOX_FEATURE_INIT_SYSLOG
bool "Enable init to write to syslog"
- default n
+ default y
depends on BUSYBOX_INIT
config BUSYBOX_FEATURE_EXTRA_QUIET