summaryrefslogtreecommitdiffstats
path: root/etc
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:34 +0000
commita92276d224c6f6dbbca50094b6bffa286d42b151 (patch)
treed78c4759379c8734e79a49f9237848eef31679d5 /etc
parent8e8662170a6d2ed58764d4652c80998a9f50d2e1 (diff)
downloadpfsense-a92276d224c6f6dbbca50094b6bffa286d42b151.zip
pfsense-a92276d224c6f6dbbca50094b6bffa286d42b151.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')
-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