dovecot-1.1: Don't list checkpassword as a userdb, since it isn'...

dovecot at dovecot.org dovecot at dovecot.org
Thu Jul 24 02:04:14 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/714c9ca530a8
changeset: 7795:714c9ca530a8
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jul 24 02:04:08 2008 +0300
description:
Don't list checkpassword as a userdb, since it isn't one.

diffstat:

2 files changed, 5 deletions(-)
configure.in      |    2 --
src/master/main.c |    3 ---

diffs (26 lines):

diff -r 75736a4b7f45 -r 714c9ca530a8 configure.in
--- a/configure.in	Tue Jul 22 16:41:46 2008 +0300
+++ b/configure.in	Thu Jul 24 02:04:08 2008 +0300
@@ -1709,9 +1709,7 @@ fi
 fi
 
 if test $want_checkpassword != no; then
-        AC_DEFINE(USERDB_CHECKPASSWORD,, Build with checkpassword userdb support)
         AC_DEFINE(PASSDB_CHECKPASSWORD,, Build with checkpassword passdb support)
-	userdb="$userdb checkpassword"
 	passdb="$passdb checkpassword"
 fi
 
diff -r 75736a4b7f45 -r 714c9ca530a8 src/master/main.c
--- a/src/master/main.c	Tue Jul 22 16:41:46 2008 +0300
+++ b/src/master/main.c	Thu Jul 24 02:04:08 2008 +0300
@@ -403,9 +403,6 @@ static void print_build_options(void)
 		" vpopmail"
 #endif
 	"\nUserdb:"
-#ifdef USERDB_CHECKPASSWORD
-		" checkpassword"
-#endif
 #ifdef USERDB_NSS
 		" nss"
 #endif


More information about the dovecot-cvs mailing list