View | Details | Raw Unified | Return to bug 209454 | Differences between
and this patch

Collapse All | Expand All

(-)www/tomcat6/files/tomcat6.in (-1 / +1 lines)
Lines 168-174 Link Here
168
		debug "pid file ($_pidfile): no pid in file."
168
		debug "pid file ($_pidfile): no pid in file."
169
		return
169
		return
170
	fi
170
	fi
171
	if [ -n "`/usr/bin/procstat -c $_pid | grep -e "^$_pid.*$java_class"`" ]; then
171
	if [ -n "`/usr/bin/procstat -c $_pid | grep -e "^ *$_pid.*$java_class"`" ]; then
172
		echo -n $_pid
172
		echo -n $_pid
173
	fi
173
	fi
174
}
174
}

Return to bug 209454