[icinga-checkins] icinga.org: icinga-core/master: Fixed Typo in ido2db and icinga init scripts preventing them to kill -9 their processes
git at icinga.org
git at icinga.org
Fri Jun 20 12:59:46 CEST 2014
Module: icinga-core
Branch: master
Commit: 6beb08a9fc9634ebc2c43c69c88b512909f2c6b4
URL: https://git.icinga.org/?p=icinga-core.git;a=commit;h=6beb08a9fc9634ebc2c43c69c88b512909f2c6b4
Author: marco-hoyer <marco.hoyer at immobilienscout24.de>
Date: Fri Jun 6 10:02:59 2014 +0200
Fixed Typo in ido2db and icinga init scripts preventing them to kill -9 their processes
Refs #6410
---
daemon-init.in | 2 +-
rc.ido2db.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/daemon-init.in b/daemon-init.in
index 98be97e..1f6dd95 100644
--- a/daemon-init.in
+++ b/daemon-init.in
@@ -250,7 +250,7 @@ case "$1" in
if status_icinga; then
echo ''
echo 'Warning - icinga did not exit in a timely manner. Sending kill -9'
- kill9proc_icinga
+ killproc9_icinga
else
echo 'Stopping icinga done.'
remove_run_files
diff --git a/rc.ido2db.in b/rc.ido2db.in
index 9a81122..3910a26 100644
--- a/rc.ido2db.in
+++ b/rc.ido2db.in
@@ -212,7 +212,7 @@ case "$1" in
if status_ido2db; then
echo ''
echo "Warning - Ido2db did not exit in a timely manner. Sending kill -9"
- kill9proc_ido2db
+ killproc9_ido2db
else
remove_run_files
echo "done."
More information about the icinga-checkins
mailing list