jfclere 2003/09/16 04:50:16
Modified: daemon/src/native/unix/native help.c
Log:
Add usage for -pidfile.
Revision Changes Path
1.2 +5 -1 jakarta-commons/daemon/src/native/unix/native/help.c
Index: help.c
===================================================================
RCS file: /home/cvs/jakarta-commons/daemon/src/native/unix/native/help.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- help.c 4 Sep 2003 23:28:20 -0000 1.1
+++ help.c 16 Sep 2003 11:50:16 -0000 1.2
@@ -109,6 +109,10 @@
printf(" Location for output from stderr (defaults to /dev/null)\n");
printf(" Use the value '&1' to simulate '2>&1'\n");
+ printf(" -pidfile </full/path/to/file>\n");
+ printf(" Location for output from the file containing the pid of
jsvc\n");
+ printf(" (defaults to /var/run/jsvc.pid)\n");
+
printf(" -D<name>=<value>\n");
printf(" set a Java system property\n");
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]