repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
dist
/
ntp
/
scripts
/
ntpver.in
blob
be36897c46f7e39531b0450c52edc9a7850c3995
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 }'