forked from pool/chrony
- update to 2.2 see /usr/share/doc/packages/chrony/NEWS - sync with fedora spec and add systemd support - refreshed chrony-config.patch to apply cleanly again - added chrony-2.2_logrotate.patch: add missing su option as we no longer have the daemon run as root. - added chrony-service-helper.patch: imported from fedora with a changed path for moving from libexecdir to datadir - only use syscall filters on 12.3 and newer - move helper from libexecdir to datadir OBS-URL: https://build.opensuse.org/request/show/346314 OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=6
69 lines
2.2 KiB
Diff
69 lines
2.2 KiB
Diff
Index: chrony-2.2/examples/chrony.conf.example3
|
|
===================================================================
|
|
--- chrony-2.2.orig/examples/chrony.conf.example3
|
|
+++ chrony-2.2/examples/chrony.conf.example3
|
|
@@ -43,12 +43,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
|
|
+
|
|
# However, for dial-up use you probably want these instead. The word
|
|
# 'offline' means that the server is not visible at boot time. Use
|
|
# chronyc's 'online' command to tell chronyd that these servers have
|
|
@@ -93,7 +119,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.
|
|
@@ -146,8 +172,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:
|