de5d64bd86
- refresh patches to apply cleanly again - chrony-config.patch - chrony-fix-open.patch OBS-URL: https://build.opensuse.org/request/show/529908 OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=31
68 lines
2.1 KiB
Diff
68 lines
2.1 KiB
Diff
Index: chrony-3.2/examples/chrony.conf.example3
|
|
===================================================================
|
|
--- chrony-3.2.orig/examples/chrony.conf.example3
|
|
+++ chrony-3.2/examples/chrony.conf.example3
|
|
@@ -27,12 +27,38 @@
|
|
# you can access at http://support.ntp.org/bin/view/Servers/WebHome or
|
|
# you can use servers from the pool.ntp.org project.
|
|
|
|
-! server foo.example.net iburst
|
|
-! server bar.example.net iburst
|
|
-! server baz.example.net iburst
|
|
-
|
|
! pool pool.ntp.org iburst
|
|
|
|
+# for Europe:
|
|
+! server 0.europe.pool.ntp.org
|
|
+! server 1.europe.pool.ntp.org
|
|
+! server 2.europe.pool.ntp.org
|
|
+! server 3.europe.pool.ntp.org
|
|
+
|
|
+# for Asia:
|
|
+! server 0.asia.pool.ntp.org
|
|
+! server 1.asia.pool.ntp.org
|
|
+! server 2.asia.pool.ntp.org
|
|
+! server 3.asia.pool.ntp.org
|
|
+
|
|
+# for North America:
|
|
+! server 0.north-america.pool.ntp.org
|
|
+! server 1.north-america.pool.ntp.org
|
|
+! server 2.north-america.pool.ntp.org
|
|
+! server 3.north-america.pool.ntp.org
|
|
+
|
|
+# for South America:
|
|
+! server 0.south-america.pool.ntp.org
|
|
+! server 1.south-america.pool.ntp.org
|
|
+! server 2.south-america.pool.ntp.org
|
|
+! server 3.south-america.pool.ntp.org
|
|
+
|
|
+# for Oceania:
|
|
+! server 0.oceania.pool.ntp.org
|
|
+! server 1.oceania.pool.ntp.org
|
|
+! server 2.oceania.pool.ntp.org
|
|
+! server 3.oceania.pool.ntp.org
|
|
+
|
|
#######################################################################
|
|
### AVOIDING POTENTIALLY BOGUS CHANGES TO YOUR CLOCK
|
|
#
|
|
@@ -65,7 +91,7 @@
|
|
# immediately so that it doesn't gain or lose any more time. You
|
|
# generally want this, so it is uncommented.
|
|
|
|
-driftfile /var/lib/chrony/drift
|
|
+driftfile /var/lib/chrony/chrony.drift
|
|
|
|
# If you want to enable NTP authentication with symmetric keys, you will need
|
|
# to uncomment the following line and edit the file to set up the keys.
|
|
@@ -124,8 +150,8 @@ driftfile /var/lib/chrony/drift
|
|
# produce some graphs of your system's timekeeping performance, or you
|
|
# need help in debugging a problem.
|
|
|
|
-! logdir /var/log/chrony
|
|
-! log measurements statistics tracking
|
|
+logdir /var/log/chrony
|
|
+log measurements statistics tracking
|
|
|
|
# If you have real time clock support enabled (see below), you might want
|
|
# this line instead:
|