[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
- Previous message: [dovecot-cvs] dovecot/src/master mail-process.c, 1.86,
1.87 master-settings.c, 1.120, 1.121 master-settings.h, 1.79, 1.80
- Next message: [dovecot-cvs]
dovecot/src/lib module-dir.c, 1.17, 1.18 module-dir.h, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
- Previous message: [dovecot-cvs] dovecot/src/master mail-process.c, 1.86,
1.87 master-settings.c, 1.120, 1.121 master-settings.h, 1.79, 1.80
- Next message: [dovecot-cvs]
dovecot/src/lib module-dir.c, 1.17, 1.18 module-dir.h, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list