]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/ntp/scripts/ntpver.in
MFC r280849,280915-280916,281015-281016,282097,282408,282415,283542,
[FreeBSD/stable/10.git] / contrib / ntp / scripts / ntpver.in
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
7 ntpq -c "rv 0 daemon_version" $* | @AWK@ '/daemon_version/ { print $2 }'