blob: 6c56dda2cbb7de3c8b50b8db29b5f777cc3dd773 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-ad,v 1.3 2010/02/26 09:27:43 hannken Exp $
--- conf.c.orig 2010-02-04 13:07:19.000000000 +0100
+++ conf.c
@@ -177,5 +177,5 @@
/* Filename to use for storing pid of running chronyd, to prevent multiple
* chronyds being started. */
-static char *pidfile = "/var/run/chronyd.pid";
+static char *pidfile = "@VARBASE@/run/chronyd.pid";
/* Boolean for whether the Linux HZ value has been overridden, and the
|