[exim-cvs] cvs commit: exim/exim-src/src daemon.c

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Philip Hazel
Data:  
Para: exim-cvs
Assunto: [exim-cvs] cvs commit: exim/exim-src/src daemon.c
ph10 2005/01/27 15:15:30 GMT

  Modified files:
    exim-src/src         daemon.c 
  Log:
  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.


  Revision  Changes    Path
  1.7       +0 -0      exim/exim-src/src/daemon.c


  Index: daemon.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/daemon.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- daemon.c    27 Jan 2005 15:00:39 -0000    1.6
  +++ daemon.c    27 Jan 2005 15:15:30 -0000    1.7
  @@ -1,4 +1,4 @@
  -/* $Cambridge: exim/exim-src/src/daemon.c,v 1.6 2005/01/27 15:00:39 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/daemon.c,v 1.7 2005/01/27 15:15:30 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *