summaryrefslogtreecommitdiff
path: root/chat/jabberd2/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'chat/jabberd2/patches/patch-ac')
-rw-r--r--chat/jabberd2/patches/patch-ac34
1 files changed, 17 insertions, 17 deletions
diff --git a/chat/jabberd2/patches/patch-ac b/chat/jabberd2/patches/patch-ac
index 50ba0c2aa72..d913f57014e 100644
--- a/chat/jabberd2/patches/patch-ac
+++ b/chat/jabberd2/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.1.1.1 2004/03/28 19:44:09 xtraeme Exp $
+$NetBSD: patch-ac,v 1.2 2007/05/26 11:50:13 xtraeme Exp $
---- etc/sm.xml.in.orig 2003-10-08 02:32:20.000000000 +0200
-+++ etc/sm.xml.in 2003-10-08 02:33:37.000000000 +0200
+--- etc/sm.xml.in.orig 2007-05-26 12:01:56.000000000 +0200
++++ etc/sm.xml.in 2007-05-26 12:03:46.000000000 +0200
@@ -9,7 +9,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
@@ -11,16 +11,16 @@ $NetBSD: patch-ac,v 1.1.1.1 2004/03/28 19:44:09 xtraeme Exp $
<!-- Router connection configuration -->
<router>
-@@ -26,7 +26,7 @@
- commented out, or the file can't be read, no attempt will be
- made to establish an encrypted channel with the router. -->
+@@ -31,7 +31,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 -->
-@@ -55,7 +55,7 @@
+@@ -64,7 +64,7 @@
<!-- If logging to file, this is the filename of the logfile -->
<!--
@@ -29,7 +29,7 @@ $NetBSD: patch-ac,v 1.1.1.1 2004/03/28 19:44:09 xtraeme Exp $
-->
</log>
-@@ -116,7 +116,7 @@
+@@ -128,7 +128,7 @@
<!-- Berkeley DB driver configuration -->
<db>
<!-- Directory to store database files under -->
@@ -38,12 +38,12 @@ $NetBSD: patch-ac,v 1.1.1.1 2004/03/28 19:44:09 xtraeme Exp $
<!-- Synchronize the database to disk after each write. If you
disable this, database accesses may be faster, but data may
-@@ -371,7 +371,7 @@
- stored in the users data store when they are created. -->
- <template>
- <!--
-- <roster>@sysconfdir@/templates/roster.xml</roster>
-+ <roster>@PKG_SYSCONFDIR@/roster.xml</roster>
- -->
- </template>
- </user>
+@@ -153,7 +153,7 @@
+ <!-- SQLite driver configuration -->
+ <sqlite>
+ <!-- Database name -->
+- <dbname>@localstatedir@/jabberd/db/sqlite.db</dbname>
++ <dbname>@DBDIR@/sqlite.db</dbname>
+
+ <!-- Transacation support. If this is commented out, transactions
+ will be disabled. This might make database accesses faster,