dovecot-1.2: Renamed dovecot-db.conf to dovecot-db-example.conf ...

dovecot at dovecot.org dovecot at dovecot.org
Sat Jul 12 02:12:36 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/8513b6e9608f
changeset: 7993:8513b6e9608f
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Jul 12 02:12:19 2008 +0300
description:
Renamed dovecot-db.conf to dovecot-db-example.conf and added it to Makefile.

diffstat:

3 files changed, 12 insertions(+), 11 deletions(-)
doc/Makefile.am             |    1 +
doc/dovecot-db-example.conf |   11 +++++++++++
doc/dovecot-db.conf         |   11 -----------

diffs (41 lines):

diff -r b6aea17ce21e -r 8513b6e9608f doc/Makefile.am
--- a/doc/Makefile.am	Sat Jul 12 01:40:33 2008 +0300
+++ b/doc/Makefile.am	Sat Jul 12 02:12:19 2008 +0300
@@ -2,6 +2,7 @@ SUBDIRS = wiki
 
 confdir = $(sysconfdir)
 conf_DATA = \
+	dovecot-db-example.conf \
 	dovecot-ldap-example.conf \
 	dovecot-sql-example.conf
 
diff -r b6aea17ce21e -r 8513b6e9608f doc/dovecot-db-example.conf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/dovecot-db-example.conf	Sat Jul 12 02:12:19 2008 +0300
@@ -0,0 +1,11 @@
+# Example DB_CONFIG for Berkeley DB. Typically dict_db_config setting is used
+# to point to this file.
+# http://www.oracle.com/technology/documentation/berkeley-db/db/ref/env/db_config.html
+
+# Maximum number of simultaneous transactions.
+set_tx_max 1000
+
+# http://www.oracle.com/technology/documentation/berkeley-db/db/ref/lock/max.html
+#set_lk_max_locks 1000
+#set_lk_max_lockers 1000
+#set_lk_max_objects 1000
diff -r b6aea17ce21e -r 8513b6e9608f doc/dovecot-db.conf
--- a/doc/dovecot-db.conf	Sat Jul 12 01:40:33 2008 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-# Example DB_CONFIG for Berkeley DB. Typically dict_db_config setting is used
-# to point to this file.
-# http://www.oracle.com/technology/documentation/berkeley-db/db/ref/env/db_config.html
-
-# Maximum number of simultaneous transactions.
-set_tx_max 1000
-
-# http://www.oracle.com/technology/documentation/berkeley-db/db/ref/lock/max.html
-#set_lk_max_locks 1000
-#set_lk_max_lockers 1000
-#set_lk_max_objects 1000


More information about the dovecot-cvs mailing list