[/] - Rev 289
Go to most recent revision |
Changes |
View Log |
RSS feed
Last modification
- Rev 289 2013-04-29 13:53:46 GMT
- Author: dcoutadeur
- Log message:
- - if the pid file is present but the pid processus is not launched, the init script now returns the correct status, for the following goals :
* status : real status
* stop : says already stop and doesn't try to stop if the process does not exist
* start : says already started and doesn't try to start if the process does not exist
- correction for the restart function (didn't work because of bad use of "exit" in functions, now replaced by "return")
- better compatibility for the evaluation of a process presence. (works on debian, centos, opensuse)
(references #168)