From 68cd47b3a61152cdcc3837dd93bc12fa3755f39d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 19 Aug 2008 23:27:12 +0000 Subject: [PATCH] Move ntpdate function down a bit after routing is configured. --- etc/rc.bootup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/rc.bootup b/etc/rc.bootup index fe856cc329..e4efecd226 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -175,9 +175,6 @@ /* check if the wan interface is up, this might delay upto 10 seconds */ is_wan_interface_up("wan"); - /* Sync the system time at boot before service startup */ - sync_system_time(); - /* start pflog */ filter_pflog_start(); @@ -214,6 +211,9 @@ /* configure console menu */ system_console_configure(); + /* Sync the system time at boot before service startup */ + sync_system_time(); + /* start dyndns service */ services_dyndns_configure();