Do ourself a favor and start the time sync after we configured the interfaces.

So we can actually sync to something.
This commit is contained in:
Seth Mos 2007-03-06 21:47:48 +00:00
parent d047d89f0b
commit baf9fab22e

View File

@ -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();