summaryrefslogtreecommitdiff
path: root/net/chrony/patches/patch-ae
blob: fe03a883a6a60dbb1869670997ed6e6a8142bdc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
$NetBSD: patch-ae,v 1.4.28.1 2013/08/21 12:59:44 tron Exp $

Prepare for SUBST, not processed by configure.

--- examples/chrony.conf.example.orig	2013-08-08 13:58:07.000000000 +0000
+++ examples/chrony.conf.example
@@ -1,7 +1,7 @@
 #######################################################################
 #
 # This is an example chrony configuration file.  You should copy it to
-# /etc/chrony.conf after uncommenting and editing the options that you
+# @PKG_SYSCONFDIR@/chrony.conf after uncommenting and editing the options that you
 # want to enable.  The more obscure options are not included.  Refer
 # to the documentation for these.
 #
@@ -89,7 +89,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 @VARBASE@/lib/chrony/chrony.drift
 
 # If you want to use the program called chronyc to configure aspects of
 # chronyd's operation once it is running (e.g. tell it the Internet link
@@ -98,7 +98,7 @@ driftfile /var/lib/chrony/drift
 # exchanges between cooperating machines.)  Again, this option is
 # assumed by default.
 
-keyfile /etc/chrony.keys
+keyfile @PKG_SYSCONFDIR@/chrony.keys
 
 # Tell chronyd which numbered key in the file is used as the password
 # for chronyc. (You can pick any integer up to 2**32-1.  '1' is just a
@@ -129,7 +129,7 @@ commandkey 1
 # still running and bail out.  If you want to change the path to the PID
 # file, uncomment this line and edit it.  The default path is shown.
 
-! pidfile /var/run/chronyd.pid
+! pidfile @VARBASE@/run/chronyd.pid
 
 #######################################################################
 ### INITIAL CLOCK CORRECTION