[dovecot-cvs] dovecot/src/pop3 main.c,1.43,1.44

cras at dovecot.org cras at dovecot.org
Wed Apr 12 14:43:00 EEST 2006


Update of /var/lib/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv134/src/pop3

Modified Files:
	main.c 
Log Message:
Added shutdown_clients setting to control if existing imap/pop3 processes
should be killed when master is.



Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3/main.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- main.c	9 Apr 2006 15:50:54 -0000	1.43
+++ main.c	12 Apr 2006 11:42:58 -0000	1.44
@@ -176,7 +176,7 @@
 		       dec2str(geteuid()), dec2str(getegid()));
 	}
 
-	if (getenv("LOG_TO_MASTER") != NULL) {
+	if (getenv("STDERR_CLOSE_SHUTDOWN") != NULL) {
 		/* If master dies, the log fd gets closed and we'll quit */
 		log_io = io_add(STDERR_FILENO, IO_ERROR,
 				log_error_callback, NULL);



More information about the dovecot-cvs mailing list