ntp: add pool.ntp.org back as default ntp server for ntpdate

Fixes: SYS#1185
This commit is contained in:
Henning Heinold 2015-03-19 21:41:46 +01:00 committed by Holger Hans Peter Freyther
parent ea1483dd5c
commit b271d31282
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Configuration script used by ntpdate-sync script
NTPSERVERS=""
NTPSERVERS="pool.ntp.org"
# Set to "yes" to write time to hardware clock on success
UPDATE_HWCLOCK="no"

View File

@ -23,7 +23,7 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g
file://ntpd.list \
"
PR = "r6"
PR = "r7"
SRC_URI[md5sum] = "65d8cdfae4722226fbe29863477641ed"
SRC_URI[sha256sum] = "948274b88f1ed002d867ced6aaefdfd0999668b11285ac2b3a67ff2629d59d88"