xref: /netbsd-src/external/bsd/ntp/dist/scripts/ntpver.in (revision 2dd295436a0082eb4f8d294f4aa73c223413d0f2)
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