Bug 242680
| Summary: | mctrans - Wrong init script | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Michal Marciniszyn <mmarcini> | ||||
| Component: | mcstrans | Assignee: | Steve Conklin <sconklin> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | |||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 5.0 | CC: | tvujec | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-10-16 17:50:33 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 237789, 242682 | ||||||
| Attachments: |
|
||||||
|
Description
Michal Marciniszyn
2007-06-05 13:15:40 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. Created attachment 172418 [details]
proposed patch to fix issue
This patch should solve the problem. Please apply to 5.1, spin a new package,
and add to the errata. Thanks.
Exit 4 for nonroot is ok Exit zero mimics success, so that's ok Exit 5 is the correct return for "program not installed", which as far as we care is the same as when we can't execute it. The init script functions for this release don't support having non-root check status anyway, so we can't do that. So, there's really nothing to fix. Here's where exit 5 is listed for 'program not installed" http://www.linux-foundation.org/spec/refspecs/LSB_1.3.0/gLSB/gLSB/iniscrptact.html |