dovecot-2.0: master: SIGHUP now logs that config was reread.

dovecot at dovecot.org dovecot at dovecot.org
Tue Sep 8 21:34:27 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/329b1f01052a
changeset: 9903:329b1f01052a
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Sep 08 14:34:04 2009 -0400
description:
master: SIGHUP now logs that config was reread.

diffstat:

1 file changed, 2 insertions(+)
src/master/main.c |    2 ++

diffs (12 lines):

diff -r 45e87a15cf48 -r 329b1f01052a src/master/main.c
--- a/src/master/main.c	Tue Sep 08 14:33:42 2009 -0400
+++ b/src/master/main.c	Tue Sep 08 14:34:04 2009 -0400
@@ -338,6 +338,8 @@ sig_settings_reload(const siginfo_t *si 
 	void **sets;
 	struct service_list *new_services;
 	const char *error;
+
+	i_warning("SIGHUP received - reloading configuration");
 
 	/* see if hostname changed */
 	hostpid_init();


More information about the dovecot-cvs mailing list