git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76a2d7b
)
Forgot to mention in the last commit message: Ensure that stdin, stdout,
author
Philip Hazel
<ph10@hermes.cam.ac.uk>
Thu, 27 Jan 2005 15:15:30 +0000
(15:15 +0000)
committer
Philip Hazel
<ph10@hermes.cam.ac.uk>
Thu, 27 Jan 2005 15:15:30 +0000
(15:15 +0000)
and stderr are connected to /dev/null when the daemon is running in the
background.
src/src/daemon.c
patch
|
blob
|
history
diff --git
a/src/src/daemon.c
b/src/src/daemon.c
index 88dd69d21c02318d3d00db631fbddf1576e65a0b..caf8cb24e08cb70da9a9b7195beed3bc83b8e71b 100644
(file)
--- 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 *