xref: /netbsd-src/external/bsd/ntp/dist/scripts/ntpver.in (revision 7788a0781fe6ff2cce37368b4578a7ade0850cb1)
1#!@PATH_SH@
2# print version string of NTP daemon
3# Copyright (c) 1997 by Ulrich Windl
4# Modified 970318: Harlan Stenn: rewritten...
5# usage: ntpver hostname
6
7ntpq -c "rv 0 daemon_version" $* | awk '/daemon_version/ { print $2 }'
8