commit | 98edd77891d1ddc7eecbd3c5299611ceab221b19 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 02 14:02:52 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 02 14:02:52 2007 +0100 |
tree | 6b3f578d234a663265d0f25c6343fbba534f0c2f | |
parent | 7b066db3bf8f24410794d641a7e35adae1e3e97d [diff] |
[MINOR] fix the status return of the init script R.I. Pienaar reported to me that the init script provided with haproxy did not correctly report the status of the rhstatus() function. In fact this was caused by the "exit $RETVAL" instead of "exit $?" at the end.