summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-19 23:27:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-19 23:27:12 +0000
commit68cd47b3a61152cdcc3837dd93bc12fa3755f39d (patch)
treee10c8cf6f83ba512118434a463b9801de7736227 /etc/rc.bootup
parent86a12a6f5d2f4c641320dc5985cafa8f45dcb0b9 (diff)
downloadpfsense-68cd47b3a61152cdcc3837dd93bc12fa3755f39d.zip
pfsense-68cd47b3a61152cdcc3837dd93bc12fa3755f39d.tar.gz
Move ntpdate function down a bit after routing is configured.
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 fe856cc..e4efecd 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();
OpenPOWER on IntegriCloud