You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2005/04/28 11:42:14 UTC

svn commit: r165125 - /jakarta/commons/proper/daemon/trunk/src/samples/SimpleDaemon.sh

Author: jfclere
Date: Thu Apr 28 02:42:13 2005
New Revision: 165125

URL: http://svn.apache.org/viewcvs?rev=165125&view=rev
Log:
add -wait 90 to show the new wait feature.

Modified:
    jakarta/commons/proper/daemon/trunk/src/samples/SimpleDaemon.sh

Modified: jakarta/commons/proper/daemon/trunk/src/samples/SimpleDaemon.sh
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/daemon/trunk/src/samples/SimpleDaemon.sh?rev=165125&r1=165124&r2=165125&view=diff
==============================================================================
--- jakarta/commons/proper/daemon/trunk/src/samples/SimpleDaemon.sh (original)
+++ jakarta/commons/proper/daemon/trunk/src/samples/SimpleDaemon.sh Thu Apr 28 02:42:13 2005
@@ -30,6 +30,8 @@
     -home $JAVA_HOME \
     -cp $CLASSPATH \
     -pidfile ./pidfile \
+    -wait 90 \
+    -debug \
     -outfile toto.txt \
     -errfile '&1' \
     -Dnative.library=${DAEMON_HOME}/src/samples/Native.so \
@@ -39,3 +41,5 @@
 #-verbose \
 # To get a debug of jsvc.
 #-debug \
+
+echo "result: $?"



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org