]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Makefile: Updated renamed *.conf filenames.
authorTimo Sirainen <tss@iki.fi>
Mon, 12 Apr 2010 06:54:43 +0000 (09:54 +0300)
committerTimo Sirainen <tss@iki.fi>
Mon, 12 Apr 2010 06:54:43 +0000 (09:54 +0300)
--HG--
branch : HEAD

doc/example-config/conf.d/Makefile.am

index 7c5af864d73d5276d2e61828b0fe6ae0940dce17..72081d4c3315d584f2b76a043c06d1fd024c9da0 100644 (file)
@@ -2,7 +2,6 @@ pkgsysconfdir = $(sysconfdir)/dovecot
 
 exampledir = $(docdir)/example-config/conf.d
 example_DATA = \
-       auth.conf \
        auth-checkpassword.conf.ext \
        auth-deny.conf.ext \
        auth-ldap.conf.ext \
@@ -11,15 +10,16 @@ example_DATA = \
        auth-sql.conf.ext \
        auth-system.conf.ext \
        auth-vpopmail.conf.ext \
-       imap.conf \
-       lda.conf \
-       lmtp.conf \
-       logging.conf \
-       mail.conf \
-       master.conf \
-       plugin.conf \
-       pop3.conf \
-       ssl.conf
+       10-auth.conf \
+       10-logging.conf \
+       10-mail.conf \
+       10-master.conf \
+       10-ssl.conf \
+       15-lda.conf \
+       20-imap.conf \
+       20-lmtp.conf \
+       20-pop3.conf \
+       90-plugin.conf
 
 EXTRA_DIST = \
        $(example_DATA)