From aa1f22138cb6068593c56d50ae677d09fe3c17b0 Mon Sep 17 00:00:00 2001 From: Ernst de Haan Date: Wed, 9 Oct 2002 23:10:32 +0000 Subject: Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1. The fix consists of 2 lines at the beginning of the program: setuid(geteuid()); setgid(getegid()); Bumped PORTREVISION of Orion, Tomcat and JBoss ports. PR: 40470, 43679 Submitted by: Ari Suutari Reviewed by: audit Approved by: Silence on -audit (since Sept 13, 2002) --- www/jakarta-tomcat3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/jakarta-tomcat3') diff --git a/www/jakarta-tomcat3/Makefile b/www/jakarta-tomcat3/Makefile index c7f5cbfb489d..84c93b765bd2 100644 --- a/www/jakarta-tomcat3/Makefile +++ b/www/jakarta-tomcat3/Makefile @@ -7,7 +7,7 @@ PORTNAME= jakarta-tomcat PORTVERSION= 3.3.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= www java MASTER_SITES= http://jakarta.apache.org/builds/jakarta-tomcat/release/v${PORTVERSION}/bin/ \ http://www.metaverse.nl/~ernst/ \ -- cgit v1.2.3