File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / scripts / ntp-close
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:38 2012 UTC (13 years, 3 months ago) by misho
Branches: ntp, MAIN
CVS tags: v4_2_6p5p0, v4_2_6p5, HEAD
ntp 4.2.6p5

    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>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>