I am finishing an installation of FreeBSD 9.0 and the current handbook recommends
the ntpd man page indicates that
is an option.
The Arch Linux wiki pages indicate that ntpdate is being deprecated and ntpd-qg is preferred.
Arch Linux Network Time daemon
I previously was told that /etc/rc.local would be a good place to put the command as the network should be up. The Arch wiki also recommends the hwclock command to synch - is this needed in FreeBSD?
Code:
ntpdate_enable="YES"
ntpdate_flags="us.pool.ntp.org"
Code:
ntpd -qg
The Arch Linux wiki pages indicate that ntpdate is being deprecated and ntpd-qg is preferred.
Arch Linux Network Time daemon
I previously was told that /etc/rc.local would be a good place to put the command as the network should be up. The Arch wiki also recommends the hwclock command to synch - is this needed in FreeBSD?