diff options
author | znerd <znerd@FreeBSD.org> | 2002-10-09 23:10:32 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-10-09 23:10:32 +0000 |
commit | 5f84609c1b6bcd9fdb2b4d4fb0bb74e19b467d5f (patch) | |
tree | 3fd2ca23521609293e1f8ceaac5f0a3a27ba7158 /www/orion | |
parent | 6f7e32b5e2a1661847ba9eeee3cf230af63ab2eb (diff) | |
download | FreeBSD-ports-5f84609c1b6bcd9fdb2b4d4fb0bb74e19b467d5f.zip FreeBSD-ports-5f84609c1b6bcd9fdb2b4d4fb0bb74e19b467d5f.tar.gz |
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)
Diffstat (limited to 'www/orion')
-rw-r--r-- | www/orion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/orion/Makefile b/www/orion/Makefile index 8745287..dcc3e76 100644 --- a/www/orion/Makefile +++ b/www/orion/Makefile @@ -7,7 +7,7 @@ PORTNAME= orion PORTVERSION= 1.5.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www java MASTER_SITES= http://www.orionserver.com/distributions/ \ http://www.atlassian.com/software/orion/downloads/ \ |