diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-12-10 07:06:04 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-12-10 07:06:04 +0000 |
commit | 2afabe8b830cc8c33f5f1984767af4b8dc54803b (patch) | |
tree | 2647f259f9584d874dca8a784af4dd87df6db57e /init/Config.in | |
parent | 191836845e4551fe6191dc0d43b45a0232bff8be (diff) | |
download | busybox-w32-2afabe8b830cc8c33f5f1984767af4b8dc54803b.tar.gz busybox-w32-2afabe8b830cc8c33f5f1984767af4b8dc54803b.tar.bz2 busybox-w32-2afabe8b830cc8c33f5f1984767af4b8dc54803b.zip |
init: remove superfluous forks and messing up with argv[0]
cttyhack: add stealing of ctty
Diffstat (limited to 'init/Config.in')
-rw-r--r-- | init/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Config.in b/init/Config.in index 3987d8fee..318f523a0 100644 --- a/init/Config.in +++ b/init/Config.in | |||
@@ -37,6 +37,7 @@ config FEATURE_INIT_SCTTY | |||
37 | controlling tty (TIOCSCTTY). This is not the traditional init | 37 | controlling tty (TIOCSCTTY). This is not the traditional init |
38 | behavour, but is often what you want in an embedded system where | 38 | behavour, but is often what you want in an embedded system where |
39 | the console is only accessed during development or for maintenance. | 39 | the console is only accessed during development or for maintenance. |
40 | NB: using cttyhack applet may work better. | ||
40 | 41 | ||
41 | config FEATURE_INIT_SYSLOG | 42 | config FEATURE_INIT_SYSLOG |
42 | bool "Enable init to write to syslog" | 43 | bool "Enable init to write to syslog" |