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:
parent
63cfd01ff2
commit
7ba771e85e
|
@ -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>
|
2009-10-20 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* lib/PandoraFMS/SNMPServer.pm: Save as much information as possible if
|
* lib/PandoraFMS/SNMPServer.pm: Save as much information as possible if
|
||||||
|
|
|
@ -106,9 +106,10 @@ case "$1" in
|
||||||
|
|
||||||
# Send a KILL -9 signal to process, if it's alive after 60secs, we need
|
# Send a KILL -9 signal to process, if it's alive after 60secs, we need
|
||||||
# to be sure is really dead, and not pretending...
|
# to be sure is really dead, and not pretending...
|
||||||
|
if [ ! -z "$PANDORA_PID" ]
|
||||||
kill -9 $PANDORA_PID > /dev/null 2>&1
|
then
|
||||||
|
kill -9 $PANDORA_PID > /dev/null 2>&1
|
||||||
|
fi
|
||||||
rc_status -v
|
rc_status -v
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue