You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mt...@apache.org on 2003/09/28 08:51:04 UTC

cvs commit: jakarta-commons/daemon/src/native/nt/procrun procrun.h

mturk       2003/09/27 23:51:04

  Modified:    daemon/src/native/nt/procrun procrun.h
  Log:
  Bump the version and change the Regitry Key from
  Process Runner 1.0 to something meaningfull like
  Tomcat Service Manager.
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-commons/daemon/src/native/nt/procrun/procrun.h
  
  Index: procrun.h
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/daemon/src/native/nt/procrun/procrun.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- procrun.h	4 Sep 2003 23:28:20 -0000	1.1
  +++ procrun.h	28 Sep 2003 06:51:04 -0000	1.2
  @@ -57,7 +57,7 @@
    */
   
   /* ====================================================================
  - * procrun.
  + * procrun (Tomcat Service Manager)
    *
    * Contributed by Mladen Turk <mt...@apache.org>
    *
  @@ -156,7 +156,7 @@
   #define PROC_ARG_COUNT  128
   #define PROC_BUFSIZE    4096 
   #define PROC_POOL_SIZE  128
  -#define PROC_VERSION    "1.0.1\0"
  +#define PROC_VERSION    "1.1.0\0"
   #define SERVICE_DEPENDENCIES        "Tcpip\0Afd\0\0"
   
   #define PROC_ARG_ENVPREFIX          "//EP//"
  @@ -172,8 +172,8 @@
   #define PROC_ARG_UPDATE_SERVICE     "//US//"
   #define PROC_ARG_EDIT_SERVICE       "//ES//"
   
  -#define PROCRUN_VERSION_STR         "1.0"
  -#define PROCRUN_REGKEY_ROOT         "SOFTWARE\\Apache Software Foundation\\Process Runner " PROCRUN_VERSION_STR
  +#define PROCRUN_VERSION_STR         "1.1"
  +#define PROCRUN_REGKEY_ROOT         "SOFTWARE\\Apache Software Foundation\\Tomcat Service Manager"
   #define PROCRUN_REGKEY_SERVICES     "System\\CurrentControlSet\\Services\\%s"
   #define PROCRUN_REGKEY_PARAMS       "System\\CurrentControlSet\\Services\\%s\\Parameters"
   #define PROCRUN_REGKEY_RSERVICES    PROCRUN_REGKEY_ROOT "\\%s"
  
  
  

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