packages: jabberd/jabberd-default_config.patch - updated for 2.2.9

pascalek pascalek at pld-linux.org
Tue Aug 4 21:05:01 CEST 2009


Author: pascalek                     Date: Tue Aug  4 19:05:01 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated for 2.2.9

---- Files affected:
packages/jabberd:
   jabberd-default_config.patch (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/jabberd/jabberd-default_config.patch
diff -u packages/jabberd/jabberd-default_config.patch:1.6 packages/jabberd/jabberd-default_config.patch:1.7
--- packages/jabberd/jabberd-default_config.patch:1.6	Thu Jul  3 13:43:06 2008
+++ packages/jabberd/jabberd-default_config.patch	Tue Aug  4 21:04:56 2009
@@ -31,7 +31,7 @@
      <path>@pkglibdir@</path>
  
      <!-- Backend module to use -->
--    <module>mysql</module>
+-    <module>sqlite</module>
 +    <module>db</module>
  
      <!-- Available authentication mechanisms -->
@@ -158,22 +158,13 @@
 @@ -73,7 +73,7 @@
      <path>@pkglibdir@</path>
  
-     <!-- By default, we use the MySQL driver for all storage -->
--    <driver>mysql</driver>
+     <!-- By default, we use the SQLite driver for all storage -->
+-    <driver>sqlite</driver>
 +    <driver>db</driver>
  
      <!-- Its also possible to explicitly list alternate drivers for
           specific data types. -->
-@@ -152,7 +152,7 @@
-     <!-- Berkeley DB driver configuration -->
-     <db>
-       <!-- Directory to store database files under -->
--      <path>@localstatedir@/jabberd/db</path>
-+      <path>@localstatedir@/lib/jabberd/db</path>
- 
-       <!-- Synchronize the database to disk after each write. If you
-            disable this, database accesses may be faster, but data may
-@@ -177,7 +177,7 @@
+@@ -114,7 +114,7 @@
      <!-- SQLite driver configuration -->
      <sqlite>
        <!-- Database name -->
@@ -182,6 +173,15 @@
  
        <!-- Transacation support. If this is commented out, transactions
             will be disabled. This might make database accesses faster,
+@@ -181,7 +181,7 @@
+     <!-- Berkeley DB driver configuration -->
+     <db>
+       <!-- Directory to store database files under -->
+-      <path>@localstatedir@/jabberd/db</path>
++      <path>@localstatedir@/lib/jabberd/db</path>
+ 
+       <!-- Synchronize the database to disk after each write. If you
+            disable this, database accesses may be faster, but data may
 @@ -532,6 +532,8 @@
      </serverinfo>
      -->
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jabberd/jabberd-default_config.patch?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list