Project

General

Profile

« Previous | Next » 

Revision 10e741d5

Added by Jim Pingle about 13 years ago

ntpdate was hanging, use the same hacky fix that works for ntpd and it works too. All happy, even from a cold boot on ALIX 2d3 with no RTC battery.

View differences:

etc/rc.bootup
282 282
echo "Starting NTP time client...";
283 283
/* At bootup this will just write the config, ntpd will launch from ntpdate_sync_once.sh */
284 284
system_ntp_configure(false);
285
mwexec_bg("/usr/local/sbin/ntpdate_sync_once.sh");
285
mwexec_bg("echo /usr/local/sbin/ntpdate_sync_once.sh | tcsh");
286 286

  
287 287
/* start load balancer daemon */
288 288
relayd_configure();

Also available in: Unified diff