View | Details | Raw Unified | Return to bug 206853
Collapse All | Expand All

(-)www/tomcat6/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	tomcat
4
PORTNAME=	tomcat
5
PORTVERSION=	6.0.44
5
PORTVERSION=	6.0.44
6
PORTREVISION=	1
6
CATEGORIES=	www java
7
CATEGORIES=	www java
7
MASTER_SITES=	APACHE/tomcat/tomcat-6/v${PORTVERSION}/bin
8
MASTER_SITES=	APACHE/tomcat/tomcat-6/v${PORTVERSION}/bin
8
DISTNAME=	apache-${PORTNAME}-${PORTVERSION}
9
DISTNAME=	apache-${PORTNAME}-${PORTVERSION}
(-)www/tomcat6/files/tomcat6.in (-1 / +1 lines)
Lines 168-174 Link Here
168
		debug "pid file ($_pidfile): no pid in file."
168
		debug "pid file ($_pidfile): no pid in file."
169
		return
169
		return
170
	fi
170
	fi
171
	if [ -n "`%%LOCALBASE%%/bin/jps -l | grep -e "^$_pid $java_class\$"`" ]; then
171
	if [ -n "`/usr/bin/procstat -c $_pid | grep -e "^$_pid.*$java_class"`" ]; then
172
		echo -n $_pid
172
		echo -n $_pid
173
	fi
173
	fi
174
}
174
}

Return to bug 206853