launch media_server during boot

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16737 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2006-03-12 14:21:39 +00:00
parent 959bf095a5
commit 28bb1af264
1 changed files with 8 additions and 0 deletions

View File

@ -96,10 +96,18 @@ else
launch beos/bin/consoled
fi
if [ "$SAFEMODE" != "yes" ]; then
launch $SERVERS/media_server
fi
# Check for daily saving time
# TODO to be launched when tracker and deskbar are launched
#launch beos/bin/dstcheck
if [ "$SAFEMODE" != "yes" ]; then
launch $SERVERS/media_server
else
if [ "$SAFEMODE" != "yes" ]; then
# Start user boot script
if [ -f $HOME/config/boot/UserBootscript ]; then