FreeBSD Bugzilla – Attachment 166442 Details for
Bug 206853
[PATCH] www/tomcat6: use procstat instead of jps to check status of process
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
SVN diff file
svn_tomcat6_20160202.diff (text/plain), 851 bytes, created by
Michael Zhilin
on 2016-02-02 16:33:55 UTC
(
hide
)
Description:
SVN diff file
Filename:
MIME Type:
Creator:
Michael Zhilin
Created:
2016-02-02 16:33:55 UTC
Size:
851 bytes
patch
obsolete
>Index: www/tomcat6/Makefile >=================================================================== >--- www/tomcat6/Makefile (revision 407825) >+++ www/tomcat6/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= tomcat > PORTVERSION= 6.0.44 >+PORTREVISION= 1 > CATEGORIES= www java > MASTER_SITES= APACHE/tomcat/tomcat-6/v${PORTVERSION}/bin > DISTNAME= apache-${PORTNAME}-${PORTVERSION} >Index: www/tomcat6/files/tomcat6.in >=================================================================== >--- www/tomcat6/files/tomcat6.in (revision 407825) >+++ www/tomcat6/files/tomcat6.in (working copy) >@@ -168,7 +168,7 @@ > debug "pid file ($_pidfile): no pid in file." > return > fi >- if [ -n "`%%LOCALBASE%%/bin/jps -l | grep -e "^$_pid $java_class\$"`" ]; then >+ if [ -n "`/usr/bin/procstat -c $_pid | grep -e "^$_pid.*$java_class"`" ]; then > echo -n $_pid > fi > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 206853
: 166442