]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ntp/scripts/ntpver
ssh: Update to OpenSSH 9.6p1
[FreeBSD/FreeBSD.git] / usr.sbin / ntp / scripts / ntpver
1 #!/bin/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 }'