diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-01-27 15:15:30 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-01-27 15:15:30 +0000 |
commit | d17610eb5e5c37609dac69f50986fe0943edf135 (patch) | |
tree | 4fb6899ded28e437bfb935ce1a3834c3da909c4f /src | |
parent | 76a2d7bad2f69787569f842d9d154524c4758ce3 (diff) |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/src/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |