From: Timo Sirainen Date: Mon, 12 Apr 2010 06:54:43 +0000 (+0300) Subject: Makefile: Updated renamed *.conf filenames. X-Git-Tag: 2.0.beta5~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e08676f03c1e6a130e51f4efbd03fe3f5fbbb31a;p=thirdparty%2Fdovecot%2Fcore.git Makefile: Updated renamed *.conf filenames. --HG-- branch : HEAD --- diff --git a/doc/example-config/conf.d/Makefile.am b/doc/example-config/conf.d/Makefile.am index 7c5af864d7..72081d4c33 100644 --- a/doc/example-config/conf.d/Makefile.am +++ b/doc/example-config/conf.d/Makefile.am @@ -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)