Searched refs:ntp_db_leapfile (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/etc/rc.d/
H A Dntpd37 if [ ! -f $ntp_db_leapfile ]; then
91 if [ ! -f $ntp_db_leapfile ]; then
92 cp -p $ntp_src_leapfile $ntp_db_leapfile
107 ntp_ver_no_db=$(get_ntp_leapfile_ver $ntp_db_leapfile)
108 ntp_expiry_db=$(get_ntp_leapfile_expiry $ntp_db_leapfile)
110 $verbose ntp_db_leapfile version is $ntp_ver_no_db expires $ntp_expiry_db
115 $verbose replacing $ntp_db_leapfile with $ntp_src_leapfile
116 cp -p $ntp_src_leapfile $ntp_db_leapfile
119 $verbose not replacing $ntp_db_leapfile with $ntp_src_leapfile
122 ntp_leap_expiry=$(get_ntp_leapfile_expiry $ntp_db_leapfile)
[all...]
/freebsd-11-stable/etc/defaults/
H A Drc.conf381 ntp_db_leapfile="/var/db/ntpd.leap-seconds.list"

Completed in 101 milliseconds