xref: /netbsd-src/external/bsd/ntp/dist/scripts/ntpver.in (revision 6a493d6bc668897c91594964a732d38505b70cbb)
1#!@CONFIG_SHELL@
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