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

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


details:   http://hg.dovecot.org/dovecot-1.2/rev/1894a0b4957d
changeset: 8055:1894a0b4957d
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 1b22f5e61136 -r 1894a0b4957d configure.in
--- a/configure.in	Tue Jul 22 16:41:46 2008 +0300
+++ b/configure.in	Thu Jul 24 02:04:08 2008 +0300
@@ -1723,9 +1723,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 1b22f5e61136 -r 1894a0b4957d 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
@@ -414,9 +414,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