aboutsummaryrefslogtreecommitdiff
path: root/www/tomcat55/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-23 19:57:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-23 19:57:48 +0000
commit96142faf58f20435ebb570ef4da81e741a2d1ee5 (patch)
tree060a4e57f7c2a77d970ec1a85852cf7bdf8b77d1 /www/tomcat55/files
parent1942331b827bdb8a44bca34c478776819c5f6774 (diff)
downloadports-96142faf58f20435ebb570ef4da81e741a2d1ee5.tar.gz
ports-96142faf58f20435ebb570ef4da81e741a2d1ee5.zip
- Update to 5.5.23
- Take maintainership PR: ports/110192 Submitted by: Tomas Verbaitis <tomasv@megalogika.lt>
Notes
Notes: svn path=/head/; revision=188119
Diffstat (limited to 'www/tomcat55/files')
-rw-r--r--www/tomcat55/files/tomcat55.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tomcat55/files/tomcat55.sh.in b/www/tomcat55/files/tomcat55.sh.in
index bc87ede6d9d4..cc636515af79 100644
--- a/www/tomcat55/files/tomcat55.sh.in
+++ b/www/tomcat55/files/tomcat55.sh.in
@@ -109,7 +109,7 @@ log_args=">> ${tomcat%%TOMCAT_VERSION%%_stdout_log} \
if [ -f $pidfile ]; then
read rc_pid junk < $pidfile
if [ ! -z "$rc_pid" ]; then
- procname=`ps -o ucomm= $rc_pid`
+ procname=`ps -o ucomm= -p $rc_pid`
fi
fi