2009-10-20 Sancho Lerena <slerena@artica.es>

* util/pandora_server: Fixed incorrect message for SUSE daemon when stop
        the server.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2038 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2009-10-20 11:35:45 +00:00
parent 63cfd01ff2
commit 7ba771e85e
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2009-10-20 Sancho Lerena <slerena@artica.es>
* util/pandora_server: Fixed incorrect message for SUSE daemon when stop
the server.
2009-10-20 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/SNMPServer.pm: Save as much information as possible if

View File

@ -106,9 +106,10 @@ case "$1" in
# Send a KILL -9 signal to process, if it's alive after 60secs, we need
# to be sure is really dead, and not pretending...
kill -9 $PANDORA_PID > /dev/null 2>&1
if [ ! -z "$PANDORA_PID" ]
then
kill -9 $PANDORA_PID > /dev/null 2>&1
fi
rc_status -v
fi
;;