Bug 77823
| Summary: | init script not fully internationalized | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Ulrich Drepper <drepper> |
| Component: | apmd | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED DUPLICATE | QA Contact: | Jay Turner <jturner> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | CC: | rvokal, srevivo |
| 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: | 2006-02-21 18:50:08 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: | |||
Obviously the script's name is /etc/init.d/apmd. *** This bug has been marked as a duplicate of 87555 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021108 Description of problem: The apmd init script is not fully internationalized. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.cat /etc/init.d/rpmd 2. 3. Actual Results: At least echo "Usage: apmd.init {start|stop|status|restart|reload|condrestart}" this line needs i18n marking. Expected Results: Replace with echo $"Usage: apmd.init {start|stop|status|restart|reload|condrestart}" Additional info: