From: Philip Hazel Date: Thu, 27 Jan 2005 15:15:30 +0000 (+0000) Subject: Forgot to mention in the last commit message: Ensure that stdin, stdout, X-Git-Tag: exim-4_50~17 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/d17610eb5e5c37609dac69f50986fe0943edf135 Forgot to mention in the last commit message: Ensure that stdin, stdout, and stderr are connected to /dev/null when the daemon is running in the background. --- diff --git a/src/src/daemon.c b/src/src/daemon.c index 88dd69d21..caf8cb24e 100644 --- a/src/src/daemon.c +++ b/src/src/daemon.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/daemon.c,v 1.6 2005/01/27 15:00:39 ph10 Exp $ */ +/* $Cambridge: exim/src/src/daemon.c,v 1.7 2005/01/27 15:15:30 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent *