summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-04-12 13:52:34 -0400
committerjim-p <jimp@pfsense.org>2011-04-12 13:52:34 -0400
commitcd11a1426d3c140918a74cb7e3efc500644e220c (patch)
treef2771640291104cc6228a6818061ff49364cfc6c /etc/rc.bootup
parentd67b6b175cc593c20fe2e151b2ca88fd32eee478 (diff)
downloadpfsense-cd11a1426d3c140918a74cb7e3efc500644e220c.zip
pfsense-cd11a1426d3c140918a74cb7e3efc500644e220c.tar.gz
Drop the ntpdate sync in favor of using ntpd -s, which should have the same net effect without needing the shell script that has been prone to hanging.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 6cff6ac..e71c430 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -289,9 +289,6 @@ echo "Starting OpenNTP time client...";
system_ntp_configure();
echo "done.\n";
-/* 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 DHCP service */
services_dhcpd_configure();
OpenPOWER on IntegriCloud