/contrib/ntp/scripts/ntpver.in
https://bitbucket.org/freebsd/freebsd-head/ · Autoconf · 7 lines · 1 code · 1 blank · 5 comment · 0 complexity · 1649c52336226f92b12b675fa99668e2 MD5 · raw file
- #!@PATH_SH@
- # print version string of NTP daemon
- # Copyright (c) 1997 by Ulrich Windl
- # Modified 970318: Harlan Stenn: rewritten...
- # usage: ntpver hostname
- ntpq -c "rv 0 daemon_version" $* | awk '/daemon_version/ { print $2 }'