summaryrefslogtreecommitdiffstats
path: root/redhat/scripts/bcfg2-report-collector.init
Commit message (Collapse)AuthorAgeFilesLines
* bcfg2-report-collector: removed extra slash from init scriptChris St. Pierre2013-08-061-1/+1
|
* bcfg2-report-collector: use separate sysconfig file from bcfg2-serverChris St. Pierre2013-08-051-1/+1
|
* Pass through retval from start, stop, status, etc.Michael Fenn2013-03-281-2/+7
| | | | | | | | | | | | | | | | | | The various init scripts have the usual start, stop, and status functions which are called from a case statement. The functions even nicely return various values for success and failure. Unfortunately, those values were not passed all the way back to the calling shell. Previously, the init scripts would return 0 if any of start, stop, or status failed. This commit ensures that they they pass the return value back to the caller. Why does this matter? Well, beyond just being generally good citizens, bcfg2's own chkconfig client tool expects stopped services to return a non-zero exit code when their status function is called. Otherwise it flags the service state as incorrect and tries to stop it on every run.
* added init script for bcfg2-report-collector that doesn't require redhat-lsbChris St. Pierre2012-10-191-0/+100