cvs commit: jakarta-commons/daemon/src/native/unix/native jsvc-unix.c

2005-01-03 Thread jfclere
jfclere 2005/01/03 03:51:23 Modified:daemon/src/native/unix/native jsvc-unix.c Log: Delete the pid file when the son process exists correctly. (PR: 31614). Revision ChangesPath 1.11 +4 -1 jakarta-commons/daemon/src/native/unix/native/jsvc-unix.c Index:

Re: cvs commit: jakarta-commons/daemon/src/native/unix/native jsvc-unix.c

2004-01-02 Thread Bill Barker
- Original Message - From: jean-frederic clere [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 02, 2004 1:04 AM Subject: Re: cvs commit: jakarta-commons/daemon/src/native/unix/native jsvc-unix.c Thanks. Happy new year. Do you want to release daemon soon? We probably

cvs commit: jakarta-commons/daemon/src/native/unix/native jsvc-unix.c

2003-12-30 Thread billbarker
billbarker2003/12/30 21:03:26 Modified:daemon/src/native/unix/native jsvc-unix.c Log: Fix problems with signal handling on Solaris (possibly others). Fix for Bug #24247 Reported By: Peter Poloha [EMAIL PROTECTED] Revision ChangesPath 1.8 +4 -4

cvs commit: jakarta-commons/daemon/src/native/unix/native jsvc-unix.c

2003-09-26 Thread jfclere
jfclere 2003/09/26 12:03:10 Modified:daemon/src/native/unix/native jsvc-unix.c Log: PR 23240. Thanks to Daniel Resare. Revision ChangesPath 1.5 +4 -4 jakarta-commons/daemon/src/native/unix/native/jsvc-unix.c Index: jsvc-unix.c

cvs commit: jakarta-commons/daemon/src/native/unix/native jsvc-unix.c

2003-09-26 Thread jfclere
jfclere 2003/09/26 13:52:12 Modified:daemon/src/native/unix/native jsvc-unix.c Log: PR 23241. Test the file creation via fopen() before freopen(). It is better to go on writting to stdout/stderr that to loose the output. Revision ChangesPath 1.6 +21 -3

cvs commit: jakarta-commons/daemon/src/native/unix/native jsvc-unix.c

2003-09-25 Thread jfclere
jfclere 2003/09/25 06:35:44 Modified:daemon/src/native/unix/native jsvc-unix.c Log: Darwin also uses setpgid. Revision ChangesPath 1.3 +2 -2 jakarta-commons/daemon/src/native/unix/native/jsvc-unix.c Index: jsvc-unix.c