repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ignore machine-check MSRs
[freebsd-src/fkvm-freebsd.git]
/
usr.sbin
/
ntp
/
scripts
/
ntpver
blob
6dbc510db8c215e40ed94222a49a9123f5116e5e
1
#!/bin/sh
2
# $FreeBSD$
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
8
ntpq
-c
"rv 0 daemon_version"
$
*
|
awk
'/daemon_version/ { print
$2
}'