Date: Wed, 9 Oct 2002 16:10:35 -0700 (PDT) From: Ernst de Haan <znerd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jboss3 Makefile ports/java/jboss2 Makefile ports/www/orion-devel Makefile ports/www/orion Makefile ports/www/jakarta-tomcat41 Makefile ports/www/jakarta-tomcat4 Makefile ports/www/jakarta-tomcat3 Makefile ... Message-ID: <200210092310.g99NAZLM076712@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
znerd 2002/10/09 16:10:35 PDT Modified files: java/jboss3 Makefile java/jboss2 Makefile www/orion-devel Makefile www/orion Makefile www/jakarta-tomcat41 Makefile www/jakarta-tomcat4 Makefile www/jakarta-tomcat3 Makefile www/jakarta-tomcat4/files daemonctl.c Log: 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 <ari.suutari@syncrontech.com> Reviewed by: audit Approved by: Silence on -audit (since Sept 13, 2002) Revision Changes Path 1.8 +1 -1 ports/java/jboss2/Makefile 1.8 +1 -1 ports/java/jboss3/Makefile 1.37 +1 -1 ports/www/jakarta-tomcat3/Makefile 1.42 +1 -1 ports/www/jakarta-tomcat4/Makefile 1.10 +5 -1 ports/www/jakarta-tomcat4/files/daemonctl.c 1.44 +1 -1 ports/www/jakarta-tomcat41/Makefile 1.52 +1 -1 ports/www/orion-devel/Makefile 1.51 +1 -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?200210092310.g99NAZLM076712>