summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-09 02:53:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-09 02:53:58 +0000
commitfbc6ad9585ab49333bbace5702a7fc67e016ec3c (patch)
treed3923a5628d66d9b8339a043ff494c00b337f203 /etc
parent3fb60b53b47bd0346e3ceee4cfd63f3242670cd4 (diff)
downloadpfsense-fbc6ad9585ab49333bbace5702a7fc67e016ec3c.zip
pfsense-fbc6ad9585ab49333bbace5702a7fc67e016ec3c.tar.gz
Use new sync on boot script
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 68ee306..6f9ab04 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -171,8 +171,8 @@
/* 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();
+ /* Launch on bootup and keep trying to sync. Exit once time/date has been sync'd. */
+ mwexec_bg("/usr/local/sbin/ntpdate_sync_once.sh");
/* start pflog */
filter_pflog_start();
@@ -324,4 +324,4 @@
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud