Bug 503624 - typo in /etc/init.d/radvd
Summary: typo in /etc/init.d/radvd
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: radvd
Version: 11
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jiri Skala
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-06-02 00:02 UTC by Wolfgang Rupprecht
Modified: 2014-11-09 22:31 UTC (History)
2 users (show)

Fixed In Version: 1.1-9.fc11
Clone Of:
Environment:
Last Closed: 2009-06-24 19:38:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch for /etc/init.d/radvd file (402 bytes, text/plain)
2009-06-02 00:02 UTC, Wolfgang Rupprecht
no flags Details

Description Wolfgang Rupprecht 2009-06-02 00:02:58 UTC
Created attachment 346155 [details]
patch for /etc/init.d/radvd file

Description of problem:

There is a typo in /etc/init.d/radvd that causes an extra mangled "startup"to be printed.

Version-Release number of selected component (if applicable):
radvd.x86_64                          1.1-8.fc11

How reproducible:
always

Steps to Reproduce:
1. enable radvd
2. service start radvd
3. notice extra "starting" before the expected startup information.
  
Actual results:
service radvd restart
Stopping radvd:                                            [  OK  ]
Starting : Starting radvd:                                 [  OK  ]


Expected results:
service radvd restart
Stopping radvd:                                            [  OK  ]
Starting radvd:                                            [  OK  ]


Additional info:
This is the only file in my /etc/init.d that uses "$PROG" instead of "$prog", perhaps it is best to convert all the uses to lowercase to conform to the other files and prevent this sort of a cut and paste error in the future.

Comment 1 Jiri Skala 2009-06-03 14:00:48 UTC
The issue is fixed (two echos -> one was removed). The issue is not affected changing prog -> PROG. This was not chnaged and this is in accordance to upstream. The localization files contain both possibilities $PROG and $prog.

Comment 2 Fedora Update System 2009-06-03 14:03:16 UTC
radvd-1.1-9.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/radvd-1.1-9.fc11

Comment 3 Fedora Update System 2009-06-04 21:16:47 UTC
radvd-1.1-9.fc11 has been pushed to the Fedora 11 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update radvd'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5887

Comment 4 Bug Zapper 2009-06-09 16:57:03 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 5 Fedora Update System 2009-06-24 19:38:31 UTC
radvd-1.1-9.fc11 has been pushed to the Fedora 11 stable repository.  If problems still persist, please make note of it in this bug report.


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