aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabber/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/jabber/files/patch-ad')
-rw-r--r--net-im/jabber/files/patch-ad50
1 files changed, 50 insertions, 0 deletions
diff --git a/net-im/jabber/files/patch-ad b/net-im/jabber/files/patch-ad
new file mode 100644
index 000000000000..63266c9a12eb
--- /dev/null
+++ b/net-im/jabber/files/patch-ad
@@ -0,0 +1,50 @@
+--- jabber.xml.orig Sun Feb 11 17:24:48 2001
++++ jabber.xml Sun Feb 11 17:26:23 2001
+@@ -41,6 +41,10 @@
+ Multiple <host/> entries are allowed - each one is for a
+ separate virtual server. Note that each host entry must
+ be on one line, the server doesn't like it otherwise! :)
++
++ Currently on FreeBSD jabberd is started with the -h option
++ from /usr/local/etc/rc.d/jabberd.sh. You'll need to modify
++ this before changing below.
+ -->
+
+ <host><jabberd:cmdline flag="h">localhost</jabberd:cmdline></host>
+@@ -193,7 +197,9 @@
+ entry for <host/> above.
+ -->
+
++ <!--
+ <update><jabberd:cmdline flag="h">localhost</jabberd:cmdline></update>
++ -->
+
+ <!--
+ This enables the server to automatically update the
+@@ -298,7 +304,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>
+
+@@ -357,7 +363,7 @@
+ <host/>
+ <logtype/>
+ <format>%d: [%t] (%h): %s</format>
+- <file>error.log</file>
++ <file>/var/log/jabber.error</file>
+ <stderr/>
+ </log>
+
+@@ -370,7 +376,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. -->