mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
13 lines
474 B
Text
13 lines
474 B
Text
--- examples/chrony.conf.example1.orig 2017-01-31 10:22:11 UTC
|
|
+++ examples/chrony.conf.example1
|
|
@@ -1,8 +1,8 @@
|
|
# Use public NTP servers from the pool.ntp.org project.
|
|
-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
|
|
+driftfile /var/db/chrony/drift
|
|
|
|
# Allow the system clock to be stepped in the first three updates
|
|
# if its offset is larger than 1 second.
|