Author: djrzulf Date: Fri Mar 11 05:50:45 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - renamed due to updated,
---- Files affected: SOURCES: jabberd-sm-examples.patch (NONE -> 1.1) (NEW), jabberd-sqlite-example.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: SOURCES/jabberd-sm-examples.patch diff -u /dev/null SOURCES/jabberd-sm-examples.patch:1.1 --- /dev/null Fri Mar 11 06:50:45 2005 +++ SOURCES/jabberd-sm-examples.patch Fri Mar 11 06:50:39 2005 @@ -0,0 +1,50 @@ +--- jabberd-2.0s6/etc/sm.xml.dist.in~ 2005-01-07 10:24:47.628651464 +0100 ++++ jabberd-2.0s6/etc/sm.xml.dist.in 2005-01-07 10:33:17.303169160 +0100 +@@ -65,7 +65,8 @@ + + <!-- Storage database configuration --> + <storage> +- <!-- By default, we use the MySQL driver for all storage --> ++ <!-- By default, we use the MySQL driver for all storage ++ You can type here: db, mysql, pgsql, sqlite --> + <driver>db</driver> + + <!-- Its also possible to explicitly list alternate drivers for +@@ -127,6 +128,17 @@ + be lost if jabberd crashes. --> + <sync/> + </db> ++ ++ <sqlite> ++ <!-- Directory and filename of database --> ++ <dbname>@localstatedir@/lib/jabberd/jabberd2.db</dbname> ++ ++ <!-- Transacation support. If this is commented out, transactions ++ will be disabled. This might make database accesses faster, ++ but data may be lost if jabberd crashes. --> ++ <transactions/> ++ </sqlite> ++ + </storage> + + <!-- Access control information --> +--- jabberd-2.0s6/etc/sm.xml.dist.in~ 2005-03-11 06:42:32.895546640 +0100 ++++ jabberd-2.0s6/etc/sm.xml.dist.in 2005-03-11 06:48:50.324168768 +0100 +@@ -384,6 +384,17 @@ + <auto-create/> + --> + ++ <!-- Offline patches --> ++ <!-- By default, no quota or dropping messages or subscriptions ++ are disabled. --> ++ <!-- ++ <offline> ++ <userquota>500</userquota> ++ <dropmessages/> ++ <dropsubscriptions/> ++ </offline> ++ --> ++ + <!-- Templates. If defined, the contents of these files will be + stored in the users data store when they are created. --> + <template> ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
