From owner-cvs-all Mon Apr 8 14:50:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5867637B417; Mon, 8 Apr 2002 14:50:23 -0700 (PDT) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g38LoNQ53167; Mon, 8 Apr 2002 14:50:23 -0700 (PDT) (envelope-from znerd) Message-Id: <200204082150.g38LoNQ53167@freefall.freebsd.org> From: Ernst de Haan Date: Mon, 8 Apr 2002 14:50:23 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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