summaryrefslogtreecommitdiff
path: root/chat/jabberd2/patches/patch-af
blob: 96b67cedc0d37c1c7c88f86ded6285587ee3f46e (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
$NetBSD: patch-af,v 1.2 2007/05/26 11:50:13 xtraeme Exp $

--- etc/resolver.xml.in.orig	2007-05-26 12:06:43.000000000 +0200
+++ etc/resolver.xml.in	2007-05-26 12:07:09.000000000 +0200
@@ -6,7 +6,7 @@
   <!-- The process ID file. comment this out if you don't need to know
        to know the process ID from outside the process (eg for control
        scripts) -->
-  <pidfile>@localstatedir@/jabberd/pid/resolver.pid</pidfile>
+  <pidfile>@PIDDIR@/resolver.pid</pidfile>
 
   <!-- Router connection configuration -->
   <router>
@@ -28,7 +28,7 @@
          If this is commented out, or the file can't be read, no attempt
          will be made to establish an encrypted channel with the router. -->
     <!--
-    <pemfile>@sysconfdir@/server.pem</pemfile>
+    <pemfile>@SSLCERTS@/server.pem</pemfile>
     -->
 
     <!-- Router connection retry -->
@@ -61,7 +61,7 @@
 
     <!-- If logging to file, this is the filename of the logfile -->
     <!--
-    <file>@localstatedir@/jabberd/log/resolver.log</file>
+    <file>@LOGDIR@/resolver.log</file>
     -->
   </log>