summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-03 00:18:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-03 00:18:32 +0000
commit5f3e1f12c36b8a79543857965b6cdbb7a4b7c9cf (patch)
tree453c17324f7082c640d30c500358fd9aff90a484 /etc/rc.bootup
parentb9d28d255a00aa0759f9c32f2eda28389a34dd5a (diff)
downloadpfsense-5f3e1f12c36b8a79543857965b6cdbb7a4b7c9cf.zip
pfsense-5f3e1f12c36b8a79543857965b6cdbb7a4b7c9cf.tar.gz
Misc OpenNTPD changes. Do not restart on wan ip change
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 0571299..782ec4d 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -233,11 +233,6 @@
/* start proxy ARP service */
services_proxyarp_configure();
- /* start the NTP client */
- echo "Starting OpenNTP time client...";
- system_ntp_configure();
- echo "done.\n";
-
/* setup pppoe and pptp */
vpn_setup();
@@ -293,6 +288,11 @@
/* enable watchdog if supported */
enable_watchdog();
+ /* start the NTP client */
+ echo "Starting OpenNTP time client...";
+ system_ntp_configure();
+ echo "done.\n";
+
/* done */
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
OpenPOWER on IntegriCloud