freebsd-ports/www/jakarta-tomcat4/files
Ernst de Haan aa1f22138c 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)
2002-10-09 23:10:32 +00:00
..
daemonctl.1 Replacing the man page title (in capitals) in order 2002-03-30 19:53:18 +00:00
daemonctl.c Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1. 2002-10-09 23:10:32 +00:00
patch-aa Upgrade to Jakarta Tomcat 4.0.3. The Jakarta Tomcat 3 2002-04-01 22:01:22 +00:00
startup.sh Improved the startup script. Always displaying a space first 2002-05-08 21:54:06 +00:00