From b53489edc77906ac24124364c95c8cb84b11ab57 Mon Sep 17 00:00:00 2001 From: Ryan Leavengood Date: Mon, 6 Jun 2011 03:25:50 +0000 Subject: [PATCH] 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 --- data/system/boot/Bootscript | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/system/boot/Bootscript b/data/system/boot/Bootscript index 5d8a97aa17..e37bc59ab5 100644 --- a/data/system/boot/Bootscript +++ b/data/system/boot/Bootscript @@ -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