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

/freebsd-13-stable/libexec/rc/rc.d/
H A Dntpdate20 if [ -z "$ntpdate_hosts" -a -f "$ntpdate_config" ]; then
21 ntpdate_hosts=`awk '
28 if [ -n "$ntpdate_hosts" -o -n "$rc_flags" ]; then
30 ${ntpdate_program:-ntpdate} $rc_flags $ntpdate_hosts
/freebsd-13-stable/libexec/rc/
H A Drc.conf400 ntpdate_hosts="" # Whitespace-separated list of ntpdate(8) servers.

Completed in 49 milliseconds