Browse Source

init: do not redirect to -

master
Harald Hoyer 15 years ago
parent
commit
4058d85cb6
  1. 1
      modules.d/99base/init

1
modules.d/99base/init

@ -10,7 +10,6 @@ wait_for_loginit() @@ -10,7 +10,6 @@ wait_for_loginit()
{
if getarg rdinitdebug; then
set +x
exec 1>- 2>-
exec 0<>/dev/console 1<>/dev/console 2<>/dev/console
# wait for loginit
i=0

Loading…
Cancel
Save