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 /java/jboss2/Makefile | |
parent | a7b8dc033b51bdacb69ebbaca99cefafb4d3cb50 (diff) |
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 'java/jboss2/Makefile')
-rw-r--r-- | java/jboss2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jboss2/Makefile b/java/jboss2/Makefile index fc5c2c981c23..f377d773c640 100644 --- a/java/jboss2/Makefile +++ b/java/jboss2/Makefile @@ -7,7 +7,7 @@ PORTNAME= ${APP_TITLE:L} PORTVERSION= 2.4.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |