From d17610eb5e5c37609dac69f50986fe0943edf135 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Thu, 27 Jan 2005 15:15:30 +0000 Subject: [PATCH] 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. --- src/src/daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.30.2