summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-08-08 17:55:21 +0000
committerErmal <eri@pfsense.org>2011-08-08 17:55:21 +0000
commitb69374f910556232a0bbb72cdaf1014b45063e0e (patch)
treed28ce720b8e8a5c7c875ea2c1a58005b54615e54 /etc/rc.bootup
parentb03bf7ab387e63ea038d61ee5298d41f4fb9505c (diff)
downloadpfsense-b69374f910556232a0bbb72cdaf1014b45063e0e.zip
pfsense-b69374f910556232a0bbb72cdaf1014b45063e0e.tar.gz
Start NTPd after dns since its a requirment and latest changes should help with delays people are reporting. Reminded-by: Jim
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 2f0c2cd..c1749cf 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -284,11 +284,6 @@ relayd_configure();
/* configure console menu */
system_console_configure();
-/* start the NTP client */
-echo "Starting OpenNTP time client...";
-system_ntp_configure();
-echo "done.\n";
-
/* start DHCP service */
services_dhcpd_configure();
@@ -307,6 +302,11 @@ send_event("service reload dyndnsall");
/* Run a filter configure now that most all services have started */
filter_configure_sync();
+/* start the NTP client */
+echo "Starting OpenNTP time client...";
+system_ntp_configure();
+echo "done.\n";
+
/* setup pppoe and pptp */
vpn_setup();
OpenPOWER on IntegriCloud