Bug 50395
| Summary: | zebra initscripts message should use $0 | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Christian Rose <menthos> |
| Component: | zebra | Assignee: | Preston Brown <pbrown> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-08-15 01:37:11 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: | |||
#: /etc/rc.d/init.d/zebra:22 msgid "Starting zebra: " ... and that should probably be: "Starting $prog: " #: /etc/rc.d/init.d/zebra:29 msgid "Shutting down zebra: " ...and, of course, "Shutting down $prog: " Changing component to zebra. version at least 0.91a-6 and later work this way. |
#: /etc/rc.d/init.d/zebra:52 msgid "Usage: zebra {start|stop|restart|reload|condrestart|status}" This should probably be: "Usage: $0 {start|stop|restart|reload|condrestart|status}" in order to make it more similar to other messages and reduce work for translators.