mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 19:54:59 -04:00
43 lines
1.7 KiB
Plaintext
43 lines
1.7 KiB
Plaintext
$NetBSD: patch-examples_chrony.conf.example,v 1.1 2015/04/13 10:03:21 hannken Exp $
|
|
|
|
Prepare for SUBST, not processed by configure.
|
|
|
|
--- examples/chrony.conf.example.orig 2015-04-07 14:35:16.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
|
|
@@ -132,7 +132,7 @@ generatecommandkey
|
|
# 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
|