summaryrefslogtreecommitdiff
path: root/chat/jabberd2/patches/patch-ad
blob: 319ed91ce72ac17f5890944cf53098c0827731db (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-ad,v 1.1.1.1 2004/03/28 19:44:09 xtraeme Exp $

--- etc/s2s.xml.in.orig	2003-10-08 02:31:16.000000000 +0200
+++ etc/s2s.xml.in	2003-10-08 02:31:56.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/s2s.pid</pidfile>
+  <pidfile>@PIDDIR@/s2s.pid</pidfile>
 
   <!-- Router connection configuration -->
   <router>
@@ -33,7 +33,7 @@
          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 -->
@@ -62,7 +62,7 @@
 
     <!-- if logging to file, this is the filename of the logfile -->
     <!--
-    <file>@localstatedir@/jabberd/log/s2s.log</file>
+    <file>@LOGDIR@/s2s.log</file>
     -->
   </log>