summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2007-03-06 21:47:48 +0000
committerSeth Mos <seth.mos@xs4all.nl>2007-03-06 21:47:48 +0000
commitbaf9fab22e76f61a52d36da56585496272bef442 (patch)
tree4194373c0245e860eeb63a3546a6202b2132b94a /etc/rc.bootup
parentd047d89f0b05d4d015a96abda1381e0b7874c219 (diff)
downloadpfsense-baf9fab22e76f61a52d36da56585496272bef442.zip
pfsense-baf9fab22e76f61a52d36da56585496272bef442.tar.gz
Do ourself a favor and start the time sync after we configured the interfaces.
So we can actually sync to something.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 3a02f57..0ea2602 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();
OpenPOWER on IntegriCloud