xref: /freebsd/contrib/ntp/scripts/ntpver.in (revision 56b17de1e8360fe131d425de20b5e75ff3ea897c)
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