mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
Reviewed by: roberto Security: VUXML: 4033d826-87dd-11e4-9079-3c970e169bc2 Security: http://www.kb.cert.org/vuls/id/852879 Security: CVE-2014-9293 Security CVE-2014-9294 Security CVE-2014-9295 Security CVE-2014-9296
8 lines
221 B
Bash
Executable file
8 lines
221 B
Bash
Executable file
#! /bin/sh
|
|
|
|
lynx -source http://www.eecis.udel.edu/~mills/ntp/clock2.htm |
|
|
sed -n -e 's,).*,,' -e' /([0-9.]*$/s/.*(//p' |
|
|
xargs ntpdate -q |
|
|
sort -n +7 > /tmp/ntp-close
|
|
|
|
# From: Neal McBurnett <neal@bcn.boulder.co.us>
|