mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
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
782413610d
commit
8259655ec7
@ -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" ]
|
||||||
|
then
|
||||||
kill -9 $PANDORA_PID > /dev/null 2>&1
|
kill -9 $PANDORA_PID > /dev/null 2>&1
|
||||||
|
fi
|
||||||
rc_status -v
|
rc_status -v
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user