Add NTP synchronization to the Bootscript, correct comment on dstcheck.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41956 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ryan Leavengood 2011-06-06 03:25:50 +00:00
parent 8c333297c1
commit b53489edc7

View File

@ -164,9 +164,12 @@ if [ "$SAFEMODE" != "yes" ]; then
launch $SERVERS/notification_server ""
fi
# Check for daily saving time
# Check for daylight saving time
launch system/bin/dstcheck
# Synchronize network time
launch system/preferences/Time "" --update
if [ "$SAFEMODE" != "yes" ]; then
# Start user boot script
if [ -f $HOME/config/boot/UserBootscript ]; then