init: remove superfluous forks and messing up with argv[0]

cttyhack: add stealing of ctty
This commit is contained in:
Denis Vlasenko
2007-12-10 07:06:04 +00:00
parent 191836845e
commit 2afabe8b83
5 changed files with 141 additions and 135 deletions

View File

@@ -37,6 +37,7 @@ config FEATURE_INIT_SCTTY
controlling tty (TIOCSCTTY). This is not the traditional init
behavour, but is often what you want in an embedded system where
the console is only accessed during development or for maintenance.
NB: using cttyhack applet may work better.
config FEATURE_INIT_SYSLOG
bool "Enable init to write to syslog"