]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ntp/scripts/ntpver.in
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ntp / scripts / ntpver.in
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
7 ntpq -c "rv 0 daemon_version" $* | awk '/daemon_version/ { print $2 }'