dovecot-2.0-pigeonhole: "Running standalone?" check now uses a n...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Tue Nov 16 23:14:30 EET 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/b0aa953b36ad
changeset: 1444:b0aa953b36ad
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Tue Nov 16 22:08:10 2010 +0100
description:
"Running standalone?" check now uses a new DOVECOT_CHILD_PROCESS environment rather than GENERATION.
The GENERATION environment was already set in some systems for Java.

diffstat:

 src/managesieve/main.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a8cc6294071e -r b0aa953b36ad src/managesieve/main.c
--- a/src/managesieve/main.c	Wed Nov 03 17:54:07 2010 +0100
+++ b/src/managesieve/main.c	Tue Nov 16 22:08:10 2010 +0100
@@ -27,7 +27,7 @@
 #include <unistd.h>
 
 #define IS_STANDALONE() \
-        (getenv(MASTER_UID_ENV) == NULL)
+        (getenv(MASTER_IS_PARENT_ENV) == NULL)
 
 #define MANAGESIEVE_DIE_IDLE_SECS 10
 


More information about the dovecot-cvs mailing list