Hide Forgot
Description of problem: When running any actions using the nsca init script, the return value is always 0. This is due to the last line in the file being `exit 0`. This is affecting us when trying to manage nsca with puppet. No matter what state nsca is actually in, puppet believes it is running, as `service nsca status` returns 0. Version-Release number of selected component (if applicable): 2.7.2-8 How reproducible: Always Steps to Reproduce: 1. ensure nsca is stopped 2. run `service nsca status` 3. run `echo $?` Actual results: 0 Expected results: 3 Additional info:
Looks like this is fixed in the version in epel-testing, 2.9.1-4 at the time of this writing. Closing.