dovecot-2.0-sslstream: dovecot-auth binary renamed to auth.

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:55:22 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/915cd421895f
changeset: 10127:915cd421895f
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Oct 20 21:11:19 2009 -0400
description:
dovecot-auth binary renamed to auth.

diffstat:

2 files changed, 8 insertions(+), 8 deletions(-)
doc/example-config/conf.d/master.conf |    4 ++--
src/auth/Makefile.am                  |   12 ++++++------

diffs (65 lines):

diff -r e248c1e53e00 -r 915cd421895f doc/example-config/conf.d/master.conf
--- a/doc/example-config/conf.d/master.conf	Tue Oct 20 21:09:17 2009 -0400
+++ b/doc/example-config/conf.d/master.conf	Tue Oct 20 21:11:19 2009 -0400
@@ -32,7 +32,7 @@ service anvil {
 }
 
 service auth {
-  executable = dovecot-auth
+  executable = auth
 
   # default
   unix_listener {
@@ -59,7 +59,7 @@ service auth {
 }
 
 service auth-worker {
-  executable = dovecot-auth -w
+  executable = auth -w
   client_limit = 1
 
   unix_listener {
diff -r e248c1e53e00 -r 915cd421895f src/auth/Makefile.am
--- a/src/auth/Makefile.am	Tue Oct 20 21:09:17 2009 -0400
+++ b/src/auth/Makefile.am	Tue Oct 20 21:11:19 2009 -0400
@@ -15,7 +15,7 @@ auth_module_LTLIBRARIES = \
 
 pkglibexecdir = $(libexecdir)/dovecot
 
-pkglibexec_PROGRAMS = dovecot-auth checkpassword-reply
+pkglibexec_PROGRAMS = auth checkpassword-reply
 
 AM_CPPFLAGS = \
 	-I$(top_srcdir)/src/lib \
@@ -29,7 +29,7 @@ AM_CPPFLAGS = \
 	-DPKG_LIBEXECDIR=\""$(pkglibexecdir)"\" \
 	$(AUTH_CFLAGS)
 
-dovecot_auth_LDFLAGS = -export-dynamic
+auth_LDFLAGS = -export-dynamic
 
 libpassword_a_SOURCES = \
 	mycrypt.c \
@@ -38,18 +38,18 @@ libpassword_a_SOURCES = \
 	password-scheme-otp.c \
 	password-scheme-rpa.c
 
-dovecot_auth_libs = \
+auth_libs = \
 	libpassword.a \
 	../lib-ntlm/libntlm.a \
 	../lib-otp/libotp.a \
 	$(LIBDOVECOT_SQL)
 
-dovecot_auth_LDADD = $(dovecot_auth_libs) $(LIBDOVECOT) $(AUTH_LIBS) $(MODULE_LIBS)
-dovecot_auth_DEPENDENCIES = $(dovecot_auth_libs) $(LIBDOVECOT_DEPS)
+auth_LDADD = $(auth_libs) $(LIBDOVECOT) $(AUTH_LIBS) $(MODULE_LIBS)
+auth_DEPENDENCIES = $(auth_libs) $(LIBDOVECOT_DEPS)
 
 ldap_sources = db-ldap.c passdb-ldap.c userdb-ldap.c
 
-dovecot_auth_SOURCES = \
+auth_SOURCES = \
 	auth.c \
 	auth-cache.c \
 	auth-client-connection.c \


More information about the dovecot-cvs mailing list