2013-10-21 Ramon Novoa <rnovoa@artica.es>

* pandora_agent_daemon: Changed status return codes to conform to LSB
	  specs. Fixes bug #2397.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8940 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2013-10-21 08:08:12 +00:00
parent 58503c48ec
commit 1a9d58e3af
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-10-21 Ramon Novoa <rnovoa@artica.es>
* pandora_agent_daemon: Changed status return codes to conform to LSB
specs. Fixes bug #2397.
2013-10-13 Junichi Satoh <junichi@rworks.jp>
* tentacle_server: Upgraded to 0.4.0. (Imported from trunk of

View File

@ -109,10 +109,11 @@ case "$1" in
if [ -z "$PANDORA_PID" ]
then
echo "Pandora FMS Agent is not running."
exit 3
else
echo "Pandora FMS Agent is running with PID $PANDORA_PID."
exit 0
fi
exit 0
;;
force-reload|restart)