From: Timo Sirainen Date: Fri, 11 Jul 2008 23:12:19 +0000 (+0300) Subject: Renamed dovecot-db.conf to dovecot-db-example.conf and added it to Makefile. X-Git-Tag: 1.2.alpha1~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8fe947d1bc37c4fea4bcacaecbb4969819661ff;p=thirdparty%2Fdovecot%2Fcore.git Renamed dovecot-db.conf to dovecot-db-example.conf and added it to Makefile. --HG-- branch : HEAD --- diff --git a/doc/Makefile.am b/doc/Makefile.am index da6a3ded65..8ed63ecbc9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,6 +2,7 @@ SUBDIRS = wiki confdir = $(sysconfdir) conf_DATA = \ + dovecot-db-example.conf \ dovecot-ldap-example.conf \ dovecot-sql-example.conf diff --git a/doc/dovecot-db.conf b/doc/dovecot-db-example.conf similarity index 100% rename from doc/dovecot-db.conf rename to doc/dovecot-db-example.conf