bk: 4ef3fe82UlXIvmr0h8vlIFAv3qK2sQ
+* [Bug 2095] ntptrace now needs 'rv' instead pf 'pstat', reported
+ by Michael Tatarinov.
(4.2.7p242) 2011/12/21 Released by Harlan Stenn <stenn@ntp.org>
* Include missing html/icons/sitemap.png, reported by Michael Tatarinov.
* Documentation updates from Dave Mills.
last if ($refid =~ /^127\.127\.\d{1,3}\.\d{1,3}$/);
last if ($nb_host > $max_hosts);
- $cmd = "$ntpq -n -c \"pstat $peer\" $host";
+ $cmd = "$ntpq -n -c \"rv $peer\" $host";
open(PH, $cmd . "|") || die "failed to start command $cmd: $!";
$thost = "";
while (<PH>) {