This should probably work better when multiuser is not enabled.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23432 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-01-12 01:36:28 +00:00
parent 18189a7d36
commit 6bd984106b
1 changed files with 7 additions and 2 deletions

View File

@ -87,8 +87,13 @@ fi
# Launch Terminal or consoled depending on $SAFEMODE
if [ "$SAFEMODE" != "yes" ]; then
launch beos/system/Tracker
launch beos/system/Deskbar
if [ -e /etc/users ]; then
launch beos/system/Login
# nothing more
else
launch beos/system/Tracker
launch beos/system/Deskbar
fi
launch beos/apps/Terminal
else
launch beos/bin/consoled