blob: bbb5bb6dbc145b7eeb0ff16735abffeddd7f12a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- examples/chrony.conf.example2.orig 2017-01-31 10:22:11 UTC
+++ examples/chrony.conf.example2
@@ -1,9 +1,9 @@
# 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
+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.
@@ -26,7 +26,7 @@ rtcsync
#local stratum 10
# Specify file containing keys for NTP authentication.
-#keyfile /etc/chrony.keys
+#keyfile /usr/local/etc/chrony.keys
# Specify directory for log files.
logdir /var/log/chrony
|