dovecot-2.0: master: Removed unused verbose_proctitle setting.

dovecot at dovecot.org dovecot at dovecot.org
Tue Oct 27 01:53:55 EET 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/e758ed7c2cb4
changeset: 10190:e758ed7c2cb4
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 26 19:46:23 2009 -0400
description:
master: Removed unused verbose_proctitle setting.

diffstat:

2 files changed, 3 deletions(-)
src/master/master-settings.c |    2 --
src/master/master-settings.h |    1 -

diffs (30 lines):

diff -r 582659cebfdf -r e758ed7c2cb4 src/master/master-settings.c
--- a/src/master/master-settings.c	Mon Oct 26 19:32:23 2009 -0400
+++ b/src/master/master-settings.c	Mon Oct 26 19:46:23 2009 -0400
@@ -179,7 +179,6 @@ static const struct setting_define maste
 	DEF(SET_BOOL, version_ignore),
 	DEF(SET_BOOL, mail_debug),
 	DEF(SET_BOOL, auth_debug),
-	DEF(SET_BOOL, verbose_proctitle),
 
 	DEF(SET_UINT, first_valid_uid),
 	DEF(SET_UINT, last_valid_uid),
@@ -204,7 +203,6 @@ static const struct master_settings mast
 	MEMBER(version_ignore) FALSE,
 	MEMBER(mail_debug) FALSE,
 	MEMBER(auth_debug) FALSE,
-	MEMBER(verbose_proctitle) FALSE,
 
 	MEMBER(first_valid_uid) 500,
 	MEMBER(last_valid_uid) 0,
diff -r 582659cebfdf -r e758ed7c2cb4 src/master/master-settings.h
--- a/src/master/master-settings.h	Mon Oct 26 19:32:23 2009 -0400
+++ b/src/master/master-settings.h	Mon Oct 26 19:46:23 2009 -0400
@@ -16,7 +16,6 @@ struct master_settings {
 	bool version_ignore;
 	bool mail_debug;
 	bool auth_debug;
-	bool verbose_proctitle;
 
 	unsigned int first_valid_uid, last_valid_uid;
 	unsigned int first_valid_gid, last_valid_gid;


More information about the dovecot-cvs mailing list