Description of problem: Testing init script according to guidelines at [1] shows following results: Wrong value to indicate status -> "program is dead and /var/lock lock file exists". This should return exit status code 2(dead & lock), not 3(dead). # ll /var/lock/subsys/sshd -rw-r--r--. 1 root root 0 2009-09-08 08:55 /var/lock/subsys/sshd # service sshd status ; echo $? openssh-daemon is stopped 3 Version-Release number of selected component (if applicable): openssh-server-5.2p1-23.fc12 Actual results: RC -> 3 Expected results: RC -> 2 Additional info: [1] - https://fedoraproject.org/wiki/FCNewInit/Initscripts
Repaired
This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle. Changing version to '12'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping