Lines 370-377
Link Here
|
370 |
ntpd_program="/usr/sbin/ntpd" # path to ntpd, if you want a different one. |
370 |
ntpd_program="/usr/sbin/ntpd" # path to ntpd, if you want a different one. |
371 |
ntpd_config="/etc/ntp.conf" # ntpd(8) configuration file |
371 |
ntpd_config="/etc/ntp.conf" # ntpd(8) configuration file |
372 |
ntpd_sync_on_start="NO" # Sync time on ntpd startup, even if offset is high |
372 |
ntpd_sync_on_start="NO" # Sync time on ntpd startup, even if offset is high |
373 |
ntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift" |
|
|
374 |
# Flags to ntpd (if enabled). |
375 |
ntp_src_leapfile="/etc/ntp/leap-seconds" |
373 |
ntp_src_leapfile="/etc/ntp/leap-seconds" |
376 |
# Initial source for ntpd leapfile |
374 |
# Initial source for ntpd leapfile |
377 |
ntp_db_leapfile="/var/db/ntpd.leap-seconds.list" |
375 |
ntp_db_leapfile="/var/db/ntpd.leap-seconds.list" |