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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user