Author: jfclere
Date: Mon Aug 15 03:48:56 2005
New Revision: 232790
URL: http://svn.apache.org/viewcvs?rev=232790&view=rev
Log:
Just add a comment.
Modified:
jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c
Modified: jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c?rev=232790&r1=232789&r2=232790&view=diff
==============================================================================
--- jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c
(original)
+++ jakarta/commons/proper/daemon/trunk/src/native/unix/native/jsvc-unix.c Mon
Aug 15 03:48:56 2005
@@ -707,6 +707,7 @@
unlink(args->pidf);
/* If the child got out with 123 he wants to be restarted */
+ /* See java_abort123 (we use this return code to restart when the
JVM aborts) */
if (status==123) {
log_debug("Reloading service");
continue;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]