Description of problem: there are few problems with initscript of service: based on document: https://fedoraproject.org/wiki/Packaging/SysVInitScript * when lock.file exist and service is killed, status should return 2 now: 1 expected: 2 * insufficient rights, there should be returncode 4 # su testuserqa -c "service $SERVICE restart"; echo $? now: 0 expected: 4 * there arent implemented LSB compilant functions which are requred: usage try-restart force-reload * nonexist function should have returncode 3: # service $SERVICE noexistop; echo $? now: 1 expected: 3 * service without argument should have returncode 2: # service $SERVICE noexistop; echo $? now: 1 expected: 2
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
Should be fixed in exim-4.71-3.fc14.