Bug 312561
| Summary: | Thinko in dtomcat5 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <ville.skytta> |
| Component: | tomcat5 | Assignee: | Devrim GUNDUZ <devrim> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | Keywords: | EasyFix |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 5.5.26-1jpp.2.fc7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-02-13 04:55:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Thanks. Updated the patch. It will appear in next tomcat build. Regards, Devrim tomcat5-5.5.25-2jpp.1.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update tomcat5' tomcat5-5.5.25-2jpp.1.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update tomcat5' tomcat5-5.5.26-1jpp.1.fc7 has been submitted as an update for Fedora 7 tomcat5-5.5.26-1jpp.1.fc8 has been submitted as an update for Fedora 8 tomcat5-5.5.26-1jpp.2.fc8 has been submitted as an update for Fedora 8 tomcat5-5.5.26-1jpp.2.fc7 has been submitted as an update for Fedora 7 tomcat5-5.5.26-1jpp.2.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report. tomcat5-5.5.26-1jpp.2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |
dtomcat5 does this: JAVA=`which java` if [ -z "$JAVA" ] ; then JAVA_BINDIR=`dirname ${JAVA}` JAVA_HOME="${JAVA_BINDIR}/.." fi The -z should obviously be -n. Also, I suppose adding a dependency on "which" or redirecting the stderr to /dev/null when it's not available would not hurt.