How to Enable ntp updates on FreeBSD

Login to the BSD machine as root user.

edit /etc/rc.conf

add the following lines to have ntpdate running on startup:

ntpdate_hosts=”pool.ntp.org”
ntpdate_enable=”YES”

In case ntpdate doesn’t run start it. 
BSD# /etc/rc.d/ntpdate start

Enjoy.