diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2002-10-09 23:10:32 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2002-10-09 23:10:32 +0000 |
commit | aa1f22138cb6068593c56d50ae677d09fe3c17b0 (patch) | |
tree | 172f4f5d2427fd46904e9ebcbad0cd98e94378b5 /www/tomcat41 | |
parent | a7b8dc033b51bdacb69ebbaca99cefafb4d3cb50 (diff) | |
download | ports-aa1f22138cb6068593c56d50ae677d09fe3c17b0.tar.gz ports-aa1f22138cb6068593c56d50ae677d09fe3c17b0.zip |
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)
Notes
Notes:
svn path=/head/; revision=67721
Diffstat (limited to 'www/tomcat41')
-rw-r--r-- | www/tomcat41/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tomcat41/Makefile b/www/tomcat41/Makefile index ba785b128eaa..2b869d4cc65c 100644 --- a/www/tomcat41/Makefile +++ b/www/tomcat41/Makefile @@ -7,7 +7,7 @@ PORTNAME= jakarta-tomcat PORTVERSION= 4.1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www java MASTER_SITES= http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v${PORTVERSION}/bin/ \ http://www.metaverse.nl/~ernst/ \ |