Description of problem: According to https://fedoraproject.org/wiki/Packaging/SysVInitScript powerpc-utils component init script have few lsb compliance issues: Unfortunately, I was not able to find proper hardware to run the initscript. So here are some comments from script code. 1. Init script should return code "4" if restarting service under nonprivileged user. 2. nonexist action should have returncode 2: # service ibmvscsisd nonexist ; echo $? Usage: /etc/init.d/ibmvscsisd {start|stop|status|restart} now: 1 expected: 2 3. Initscript should also create a lockfile in /var/lock/subsys/
This bug appears to have been reported against 'rawhide' during the Fedora 13 development cycle. Changing version to '13'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping