Bootscript change to account for the app_server now starting the input_server.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19616 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ryan Leavengood 2006-12-23 23:00:37 +00:00
parent 6869c8a59a
commit 342cf7f278
1 changed files with 1 additions and 2 deletions

View File

@ -82,8 +82,7 @@ fi
if [ "$SAFEMODE" != "yes" ]; then
launch $SERVERS/syslog_daemon
# ToDo: the input_server is supposed to be started by the app_server
launch $SERVERS/input_server
waitfor _input_server_event_loop_ # wait for input devices
fi
# Launch Terminal or consoled depending on $SAFEMODE