mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
Changelog: https://git.tuxfamily.org/chrony/chrony.git/tree/NEWS?id=4.0#n1 Update options (unfortunately the crypto stuff is a bit contorted with NSS <-> Nettle incompatibilities and NTS requiring GnuTLS and Nettle).
19 lines
633 B
Text
19 lines
633 B
Text
--- examples/chrony.conf.example2.orig 2020-09-16 10:09:52 UTC
|
|
+++ examples/chrony.conf.example2
|
|
@@ -1,6 +1,6 @@
|
|
# Use public servers from the pool.ntp.org project.
|
|
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
|
|
-pool pool.ntp.org iburst
|
|
+pool 0.freebsd.pool.ntp.org iburst
|
|
|
|
# Record the rate at which the system clock gains/losses time.
|
|
driftfile /var/lib/chrony/drift
|
|
@@ -29,7 +29,7 @@ rtcsync
|
|
#authselectmode require
|
|
|
|
# Specify file containing keys for NTP authentication.
|
|
-#keyfile /etc/chrony.keys
|
|
+#keyfile %%PREFIX%%/etc/chrony.keys
|
|
|
|
# Save NTS keys and cookies.
|
|
ntsdumpdir /var/lib/chrony
|