From baf9fab22e76f61a52d36da56585496272bef442 Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Tue, 6 Mar 2007 21:47:48 +0000 Subject: [PATCH] Do ourself a favor and start the time sync after we configured the interfaces. So we can actually sync to something. --- etc/rc.bootup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/rc.bootup b/etc/rc.bootup index 3a02f57c6c..0ea2602bcb 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -140,9 +140,6 @@ /* generate resolv.conf */ system_resolvconf_generate(); - /* Sync the system time at boot before service startup */ - sync_system_time(); - /* configure loopback interface */ interfaces_loopback_configure(); @@ -181,6 +178,9 @@ /* generate resolv.conf */ system_resolvconf_generate(); + /* Sync the system time at boot before service startup */ + sync_system_time(); + /* start pflog */ filter_pflog_start();