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

/freebsd-10.0-release/contrib/ntp/scripts/
H A Dntp-groper69 synchost=`fgrep "refid=" $ntpqlog`
70 #synchost=${synchost##*refid=} # strip off the beginning of the line
71 #synchost=${synchost%%,*} # strip off the end
72 synchost=`expr "$synchost" : '.*refid=\([^,]*\),.*'`
80 echo "$host answers NTP version $version, stratum: $stratum, ref: $synchost"

Completed in 63 milliseconds