From fe62fb90e648e5bef35a1e977f96cfe85df5b021 Mon Sep 17 00:00:00 2001 From: Gerd von Egidy Date: Sun, 15 Jun 2014 20:08:45 +0200 Subject: [PATCH] Don't call check_run in the initscript, this function is gone. Refs #4794 --- etc/initsystem/icinga2.init.d.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/initsystem/icinga2.init.d.cmake b/etc/initsystem/icinga2.init.d.cmake index eb8ec25d4..d53c37551 100644 --- a/etc/initsystem/icinga2.init.d.cmake +++ b/etc/initsystem/icinga2.init.d.cmake @@ -140,8 +140,6 @@ status() { fi } -check_run - ### main logic ### case "$1" in start) -- 2.40.0