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