After thinking about it, I think this patch from Matt Kraai is probably the
authorEric Andersen <andersen@codepoet.org>
Sat, 12 Oct 2002 04:05:48 +0000 (04:05 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 12 Oct 2002 04:05:48 +0000 (04:05 -0000)
commite8a90fb2bcdd09159455fcafc94428e31cbe9670
tree560843b486aaee0d308cf58cf53ef23ed6bba5ad
parent71ae64bdc6b044eef0a9f3bebd85cc4a6b67362f
After thinking about it, I think this patch from Matt Kraai is probably the
best way to go.  Sysvinit does not provide a controlling tty since it doesn't
even try to open ttys for apps.  We do.  So we should _try_ to provide a
controlling tty if possible, but we needn't freak out if it doesn't work.  This
way we won't need to use openvt or similar, we'll just have init do the Right
Thing(tm).
init/init.c