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.
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.
radvd-1.1-9.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/radvd-1.1-9.fc11
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
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
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.