Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2002 14:50:23 -0700 (PDT)
From:      Ernst de Haan <znerd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/jakarta-tomcat/files daemonctl.c ports/www/jakarta-tomcat3 Makefile ports/www/jakarta-tomcat Makefile ports/www/orion Makefile
Message-ID:  <200204082150.g38LoNQ53167@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
znerd       2002/04/08 14:50:23 PDT

  Modified files:
    www/jakarta-tomcat/files daemonctl.c 
    www/jakarta-tomcat3  Makefile 
    www/jakarta-tomcat   Makefile 
    www/orion            Makefile 
  Log:
  Daemon control program now checks if process is really
  terminated. If not, it will send the process a SIGKILL
  after a certain time-out period. The time-out can be
  passed to the port Makefile as a parameter.
  
  Improved documentation a bit here and there.
  
  Added some explicit casts to make lint(1) a bit
  happier :-)
  
  Applied some refactoring here and there. Moved some
  functionality into a new function 'existsProcess'.
  
  Slightly changed the output of the program.
  
  Bumped PORTREVISION.
  
  Revision  Changes    Path
  1.33      +4 -1      ports/www/jakarta-tomcat/Makefile
  1.5       +90 -20    ports/www/jakarta-tomcat/files/daemonctl.c
  1.28      +4 -1      ports/www/jakarta-tomcat3/Makefile
  1.39      +4 -1      ports/www/orion/Makefile

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204082150.g38LoNQ53167>