summaryrefslogtreecommitdiff
path: root/net/chrony/patches/patch-ae
blob: 5483daf8d79dc2615eb3b29751229185f41603c6 (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
$NetBSD: patch-ae,v 1.4 2010/02/26 09:27:43 hannken Exp $

--- examples/chrony.conf.example.orig	2010-02-04 13:07:19.000000000 +0100
+++ examples/chrony.conf.example	2010-02-26 09:06:48.000000000 +0100
@@ -2,5 +2,5 @@
 #
 # 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.
@@ -90,5 +90,5 @@
 # generally want this, so it is uncommented.
 
-driftfile /etc/chrony.drift
+driftfile @VARBASE@/db/chrony.drift
 
 # If you want to use the program called chronyc to configure aspects of
@@ -99,5 +99,5 @@
 # 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
@@ -130,5 +130,5 @@
 # file, uncomment this line and edit it.  The default path is shown.
 
-! pidfile /var/run/chronyd.pid
+! pidfile @VARBASE@/run/chronyd.pid
 
 #######################################################################