Start NTPd after dns since its a requirment and latest changes should help with delays people are reporting. Reminded-by: Jim

This commit is contained in:
Ermal 2011-08-08 17:55:21 +00:00
parent b03bf7ab38
commit b69374f910

View File

@ -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();