[Sysfence-commit] sysfence sysfence.c,1.13,1.14
Status: Alpha
Brought to you by:
emes
|
From: Michal S. <em...@us...> - 2004-05-20 16:17:50
|
Update of /cvsroot/sysfence/sysfence In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11335 Modified Files: sysfence.c Log Message: + parent process goes to background Index: sysfence.c =================================================================== RCS file: /cvsroot/sysfence/sysfence/sysfence.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- sysfence.c 20 May 2004 14:29:28 -0000 1.13 +++ sysfence.c 20 May 2004 16:17:34 -0000 1.14 @@ -173,6 +173,9 @@ rule_watch_loop (*(ruleshm + i)); } else /* parent */ { + /* go background */ + daemon (1,0); + /* start handling signals */ signal_init (); |