FreeBSD Bugzilla – Attachment 110530 Details for
Bug 151709
[patch] www/tomcat6 rc.d script status command
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 569 bytes, created by
alex.deiter
on 2010-10-25 06:40:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
alex.deiter
Created:
2010-10-25 06:40:08 UTC
Size:
569 bytes
patch
obsolete
>--- www/tomcat6/files/tomcat6.sh.in.orig 2010-10-25 08:50:37.000000000 +0000 >+++ www/tomcat6/files/tomcat6.sh.in 2010-10-25 09:28:07.000000000 +0000 >@@ -145,14 +145,21 @@ > echo "${name} not running? (check $pidfile)." > return 1 > fi >+ echo "${name} is running as pid ${rc_pid}." > } > > tomcat_poll() { >+ _prefix= > while (true) ; do > rc_pid=$(tomcat_check_pidfile $pidfile) > [ -z "$rc_pid" ] && break >+ echo -n ${_prefix:-"Waiting for PIDS: "}$rc_pid >+ _prefix=", " > sleep 2 > done >+ if [ -n "$_prefix" ]; then >+ echo "." >+ fi > } > > tomcat_check_pidfile() {
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 151709
: 110530