From: Timo Sirainen Date: Tue, 8 Sep 2009 18:34:04 +0000 (-0400) Subject: master: SIGHUP now logs that config was reread. X-Git-Tag: 2.0.alpha1~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9eeebf3a229f14ce40ac190321d8a5ead7d9f2be;p=thirdparty%2Fdovecot%2Fcore.git master: SIGHUP now logs that config was reread. --HG-- branch : HEAD --- diff --git a/src/master/main.c b/src/master/main.c index 2855729d6b..dbe23e2535 100644 --- a/src/master/main.c +++ b/src/master/main.c @@ -339,6 +339,8 @@ sig_settings_reload(const siginfo_t *si ATTR_UNUSED, struct service_list *new_services; const char *error; + i_warning("SIGHUP received - reloading configuration"); + /* see if hostname changed */ hostpid_init();