diff options
author | pav <pav@FreeBSD.org> | 2007-03-24 03:57:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-24 03:57:48 +0800 |
commit | bb8303a1985c92d4ddc5b9a9f76e6c14327fb8a0 (patch) | |
tree | 742d24b4e7cb15a62414e4fa9be71305d8a570a1 /www/tomcat55/files | |
parent | 8a025eef8c480ba1eccc52f3e18be6fd38bb9295 (diff) | |
download | freebsd-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.in | 2 |
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 |