xref: /freebsd/contrib/ntp/scripts/ntpver.in (revision 7937bfbc0ca53fe7cdd0d54414f9296e273a518e)
1#!@CONFIG_SHELL@
2# @configure_input@
3# print version string of NTP daemon
4# Copyright (c) 1997 by Ulrich Windl
5# Modified 970318: Harlan Stenn: rewritten...
6# usage: ntpver hostname
7
8ntpq -c "rv 0 version" $* | @AWK@ '/version/ { print $2 }'
9