]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ntp/scripts/ntp-close
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ntp / scripts / ntp-close
1 #! /bin/sh
2
3 lynx -source http://www.eecis.udel.edu/~mills/ntp/clock2.htm |
4         sed -n -e 's,).*,,' -e' /([0-9.]*$/s/.*(//p' |
5         xargs ntpdate -q |
6         sort -n +7 > /tmp/ntp-close
7
8 # From: Neal McBurnett <neal@bcn.boulder.co.us>