author | erik <erik> | 2007-01-12 00:36:11 (UTC) |
---|---|---|
committer | erik <erik> | 2007-01-12 00:36:11 (UTC) |
commit | a7855ba97853d175de1c0e2efee6549557adeb09 (patch) (unidiff) | |
tree | f8b2815f6dba5ae5f7111fc5b868a38d7c1edaa5 /etc | |
parent | c0145131ff669a911d51cd0a2b5d3471bf150eb0 (diff) | |
download | opie-a7855ba97853d175de1c0e2efee6549557adeb09.zip opie-a7855ba97853d175de1c0e2efee6549557adeb09.tar.gz opie-a7855ba97853d175de1c0e2efee6549557adeb09.tar.bz2 |
This commit switches from using hardcoded ntp servers to using a pool ntp
server.
-rw-r--r-- | etc/ntpservers | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/etc/ntpservers b/etc/ntpservers index 5ea836b..2482d31 100644 --- a/etc/ntpservers +++ b/etc/ntpservers | |||
@@ -1,24 +1,24 @@ | |||
1 | [servers] | 1 | [servers] |
2 | count = 11 | 2 | count = 11 |
3 | [0] | 3 | [0] |
4 | name = time.fu-berlin.de | 4 | name = de.pool.ntp.org |
5 | [1] | 5 | [1] |
6 | name = time.ethz.ch | 6 | name = ch.pool.ntp.org |
7 | [2] | 7 | [2] |
8 | name = otc2.psu.edu | 8 | name = us.pool.ntp.org |
9 | [3] | 9 | [3] |
10 | name = ice.mcc.ac.uk | 10 | name = uk.pool.ntp.org |
11 | [4] | 11 | [4] |
12 | name = ptbtime1.ptb.de | 12 | name = 0.de.pool.ntp.org |
13 | [5] | 13 | [5] |
14 | name = bernina.ethz.ch | 14 | name = 0.ch.pool.ntp.org |
15 | [6] | 15 | [6] |
16 | name = ntp.univ-lyon1.fr | 16 | name = fr.pool.ntp.org |
17 | [7] | 17 | [7] |
18 | name = ntp.bri.connect.com.au | 18 | name = au.pool.ntp.org |
19 | [8] | 19 | [8] |
20 | name = nist1.datum.com | 20 | name = 1.us.pool.ntp.org |
21 | [9] | 21 | [9] |
22 | name = time-a.nist.gov | 22 | name = 2.us.pool.ntp.org |
23 | [10] | 23 | [10] |
24 | name = time-b.timefreq.bldrdoc.gov | 24 | name = 3.us.pool.ntp.org |