Bug 87555
| Summary: | Unstranslated string/wrong command name in /etc/init.d/apmd | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Pedro Miguel Marques Morais <pmmm> |
| Component: | apmd | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED RAWHIDE | QA Contact: | Jay Turner <jturner> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | CC: | drepper, mitr, rvokal, srevivo |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 3.0.2-19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-05-19 20:13:16 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 77823 has been marked as a duplicate of this bug. *** Fixed in 3.0.2-19. |
/etc/init.d/apmd, line 77: echo "Usage: apmd.init {start|stop|status|restart|reload|condrestart}" should be: echo $"Usage: apmd {start|stop|status|restart|reload|condrestart}" (added $, removed .init)