aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabber/files/patch-jabber.xml
blob: 378893a1aea612c89e15e8a83c04f0468e43b6fa (plain) (blame)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
--- jabber.xml.orig	Thu Nov 13 22:53:46 2003
+++ jabber.xml	Thu May  6 04:19:22 2004
@@ -49,6 +49,10 @@
     separate virtual server. Note that each host entry must 
     be on one line, the server doesn't like it otherwise! :)
     Use lowercase for the hostname.
+
+    Currently on FreeBSD jabberd is started with the -h option
+    from /usr/local/etc/rc.d/jabberd.sh.  You'll need to modify
+    it before the below applies.
     -->
 
     <host><jabberd:cmdline flag="h">localhost</jabberd:cmdline></host>
@@ -356,7 +360,7 @@
       <xdb_file>./xdb_file/xdb_file.so</xdb_file>
     </load>
     <xdb_file xmlns="jabber:config:xdb_file">
-      <spool><jabberd:cmdline flag='s'>./spool</jabberd:cmdline></spool>
+      <spool><jabberd:cmdline flag='s'>/var/spool/jabber</jabberd:cmdline></spool>
     </xdb_file>
   </xdb>
 
@@ -430,7 +434,7 @@
     <host/>
     <logtype/>
     <format>%d: [%t] (%h): %s</format>
-    <file>error.log</file>
+    <file>/var/log/jabber.error</file>
     <stderr/>
   </log>
 
@@ -443,7 +447,7 @@
     <host/>
     <logtype>record</logtype>
     <format>%d %h %s</format>
-    <file>record.log</file>
+    <file>/var/log/jabber.record</file>
   </log>
 
   <!-- The following two services are for handling server-to-server traffic. -->
@@ -668,7 +672,7 @@
   <!--
   This specifies the file to store the pid of the process in.
   -->
-  <pidfile>./jabber.pid</pidfile>
+  <pidfile>/var/tmp/jabber.pid</pidfile>
 
 
 </jabber>