Bug 50394 - ripngd initscripts message should use $prog
Summary: ripngd initscripts message should use $prog
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: zebra
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Elliot Lee
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-07-30 21:16 UTC by Christian Rose
Modified: 2007-04-18 16:35 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-04-12 20:32:01 UTC
Embargoed:


Attachments (Terms of Use)

Description Christian Rose 2001-07-30 21:16:39 UTC
#: /etc/rc.d/init.d/ripngd:32
msgid "Shutting down ripngd: "

This should probably be:

  "Shutting down $prog: "

in order to make it more similar to similar messages and reduce work for
translators.

Comment 1 Christian Rose 2001-07-30 21:31:51 UTC
#: /etc/rc.d/init.d/ripngd:25
msgid "Starting ripngd: "


... and this, similarily, "Starting $prog: "

Comment 2 Christian Rose 2001-07-30 21:55:27 UTC
#: /etc/rc.d/init.d/ripd:25
msgid "Starting ripd: "

This should probably be "Starting $prog: "


Comment 3 Christian Rose 2001-07-30 21:57:24 UTC
#: /etc/rc.d/init.d/ripngd:55
msgid "Usage: ripngd {start|stop|restart|reload|condrestart|status}"

And this should probably be:

  "Usage: $0 {start|stop|restart|reload|condrestart|status}"

Comment 4 Christian Rose 2001-07-30 22:05:08 UTC
#: /etc/rc.d/init.d/ripd:32
msgid "Shutting down ripd: "

  "Shutting down $prog: "


Comment 5 Christian Rose 2001-07-30 22:08:58 UTC
#: /etc/rc.d/init.d/ripd:55
msgid "Usage: ripd {start|stop|restart|reload|condrestart|status}"

...and this should probably be:

  "Usage: $0 {start|stop|restart|reload|condrestart|status}"

Comment 6 Christian Rose 2001-08-15 01:35:53 UTC
Changing to initscripts as I don't know where this really belongs.

Comment 7 Elliot Lee 2002-04-12 20:38:12 UTC
Already fixed by teg as of zebra-0.91a-5


Note You need to log in before you can comment on or make changes to this bug.