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 2003/09/16 13:50:16 UTC

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

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");