FreeBSD Bugzilla – Attachment 81511 Details for
Bug 116729
[PATCH] www/tomcat{41,55,6}: fix 2 wrapper script problems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tomcat6.diff
tomcat6.diff (text/plain), 756 bytes, created by
Alejandro Pulver
on 2007-09-29 06:50:08 UTC
(
hide
)
Description:
tomcat6.diff
Filename:
MIME Type:
Creator:
Alejandro Pulver
Created:
2007-09-29 06:50:08 UTC
Size:
756 bytes
patch
obsolete
>Index: tomcat6/files/tomcat6.sh.in >=================================================================== >RCS file: /home/pcvs/ports/www/tomcat6/files/tomcat6.sh.in,v >retrieving revision 1.1 >diff -u -r1.1 tomcat6.sh.in >--- tomcat6/files/tomcat6.sh.in 18 Feb 2007 12:56:16 -0000 1.1 >+++ tomcat6/files/tomcat6.sh.in 29 Sep 2007 05:39:25 -0000 >@@ -112,6 +112,9 @@ > procname=`ps -o ucomm= $rc_pid` > fi > fi >+if [ -z "$procname" ]; then >+ procname=nonexistent >+fi > > required_files="${tomcat%%TOMCAT_VERSION%%_catalina_home}/conf/server.xml" > >@@ -128,7 +131,7 @@ > } > > tomcat%%TOMCAT_VERSION%%_stop() { >- rc_pid=$(check_pidfile $pidfile *$procname*) >+ rc_pid=$(check_pidfile $pidfile $procname) > > if [ -z "$rc_pid" ]; then > [ -n "$rc_fast" ] && return 0
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 116729
: 81511