Bug 503624

Summary: typo in /etc/init.d/radvd
Product: [Fedora] Fedora Reporter: Wolfgang Rupprecht <wolfgang.rupprecht>
Component: radvdAssignee: Jiri Skala <jskala>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: aglotov, jskala
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.1-9.fc11 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-06-24 19:38:35 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:
Attachments:
Description Flags
patch for /etc/init.d/radvd file none

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.