1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/net/jabber/files/patch-ad
Josef Karthauser 59b10374be Port of the Jabber instant messaging server, version 1.4.
This replaces net/jabber-transport, and was repo-copied from there.
2001-02-12 19:44:39 +00:00

51 lines
1.5 KiB
Plaintext

--- 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. -->