# NTP Configuration for Broadcast Client: # Make sure that we don't use 'ntpdate'. It is obsolete. ntpdate_enable="NO" # The NTP program is located here: xntpd_program="/usr/local/bin/ntpd" # NTP (Network Time Protocol) time-keeping program # to set time on boot-up and adjust time while # operating. xntpd_enable="YES" # We want to run the NTP program with some options (flags). # # This is what they mean: # # -A = Disable authentication mode # # -c /etc/ntp.conf = The configuration file's location # # -N = Notable priority. The OS should # give ntpd highest permitted # priority when scheduling tasks # # -p /var/run/ntpd.pid = The Process ID will be found here # # -l /var/log/ntpd.log = This is where we will Log activities # # Here's the command line: # xntpd_flags="-A -N -c /etc/ntp.conf -p /var/run/ntpd.pid -l /var/log/ntpd.log"