summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2018-10-02 01:01:43 +0000
committernia <nia@pkgsrc.org>2018-10-02 01:01:43 +0000
commitea789d80ab381d011fcf1ce2f24c7f1fd93a7392 (patch)
treeddecf599b33b98890a3b7c3bf2b7e7673a4b0a87
parent359c541d63d2160a923f50e4ff6c898c621f09e2 (diff)
downloadpkgsrc-ea789d80ab381d011fcf1ce2f24c7f1fd93a7392.tar.gz
chrony: remove stale patch.
-rw-r--r--net/chrony/patches/patch-examples_chrony.conf.example42
1 files changed, 0 insertions, 42 deletions
diff --git a/net/chrony/patches/patch-examples_chrony.conf.example b/net/chrony/patches/patch-examples_chrony.conf.example
deleted file mode 100644
index c933f37de7d..00000000000
--- a/net/chrony/patches/patch-examples_chrony.conf.example
+++ /dev/null
@@ -1,42 +0,0 @@
-$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