aboutsummaryrefslogtreecommitdiffstats
path: root/www/tomcat55/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-03-24 03:57:48 +0800
committerpav <pav@FreeBSD.org>2007-03-24 03:57:48 +0800
commitbb8303a1985c92d4ddc5b9a9f76e6c14327fb8a0 (patch)
tree742d24b4e7cb15a62414e4fa9be71305d8a570a1 /www/tomcat55/files
parent8a025eef8c480ba1eccc52f3e18be6fd38bb9295 (diff)
downloadfreebsd-ports-gnome-bb8303a1985c92d4ddc5b9a9f76e6c14327fb8a0.tar.gz
freebsd-ports-gnome-bb8303a1985c92d4ddc5b9a9f76e6c14327fb8a0.tar.zst
freebsd-ports-gnome-bb8303a1985c92d4ddc5b9a9f76e6c14327fb8a0.zip
- Update to 5.5.23
- Take maintainership PR: ports/110192 Submitted by: Tomas Verbaitis <tomasv@megalogika.lt>
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