Date: Thu, 21 Feb 2002 12:06:57 -0800 (PST) From: Ernst de Haan <znerd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/jakarta-tomcat Makefile pkg-deinstall pkg-plist ports/www/jakarta-tomcat/files jakarta-tomcat.sh tomcatctl Message-ID: <200202212006.g1LK6vt23210@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
znerd 2002/02/21 12:06:57 PST Modified files: www/jakarta-tomcat Makefile pkg-deinstall pkg-plist www/jakarta-tomcat/files jakarta-tomcat.sh tomcatctl Log: Cleaned things up. Made things working :-) Both the startup script in ${PREFIX}/etc/rc.d and the control script in ${PREFIX}/bin have been refactored and now actually work very well. Using the 'www' user and group, creating them if they don't exist. I've used the same approach as www/apache13. STDOUT_LOG and STDERR_LOG are now fixed (no ?= anymore) since the package deinstall does not support a different location. This fixes the first half of PR 28624. See: http://www.freebsd.org/cgi/query-pr.cgi?pr=34931 Reported by: Kees Jan Koster <k.j.koster@kpn.com> Revision Changes Path 1.16 +27 -29 ports/www/jakarta-tomcat/Makefile 1.2 +3 -7 ports/www/jakarta-tomcat/files/jakarta-tomcat.sh 1.4 +95 -49 ports/www/jakarta-tomcat/files/tomcatctl 1.2 +19 -6 ports/www/jakarta-tomcat/pkg-deinstall 1.12 +0 -2 ports/www/jakarta-tomcat/pkg-plist 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?200202212006.g1LK6vt23210>