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