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

/freebsd-current/libexec/rc/rc.d/
H A Dntpd186 ntp_ver_no_db=$(get_ntp_leapfile_ver $ntp_db_leapfile)
189 $verbose ntp_db_leapfile version is $ntp_ver_no_db expires $ntp_expiry_db
191 if [ "$ntp_ver_no_src" -gt "$ntp_ver_no_db" -o \
192 "$ntp_ver_no_src" -eq "$ntp_ver_no_db" -a \
196 ntp_ver_no_db=$ntp_ver_no_src
235 "$ntp_ver_no_tmp" -gt "$ntp_ver_no_db" ]; then

Completed in 91 milliseconds