FreeBSD Bugzilla – Attachment 91894 Details for
Bug 129411
Fix shutdown script for www/tomcat6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 383 bytes, created by
Jonathan Chen
on 2008-12-04 03:00:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jonathan Chen
Created:
2008-12-04 03:00:05 UTC
Size:
383 bytes
patch
obsolete
>--- /usr/ports/www/tomcat6/files/tomcat6.sh.in 2007-10-01 11:04:02.000000000 +1300 >+++ ./files/tomcat6.sh.in 2008-12-04 15:44:49.000000000 +1300 >@@ -109,7 +109,7 @@ > if [ -f $pidfile ]; then > read rc_pid junk < $pidfile > if [ ! -z "$rc_pid" ]; then >- procname=`ps -o ucomm= $rc_pid` >+ procname=`ps -o command= $rc_pid | cut -f1 -d' '` > fi > fi > if [ -z "$procname" ]; then
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
Actions:
View
|
Diff
Attachments on
bug 129411
: 91894