diff --git a/.etckeeper b/.etckeeper index 9b7b7260..9029a37c 100755 --- a/.etckeeper +++ b/.etckeeper @@ -932,7 +932,6 @@ maybe chmod 0755 'init.d/apache2' maybe chmod 0755 'init.d/apparmor' maybe chmod 0755 'init.d/avahi-daemon' maybe chmod 0755 'init.d/bluetooth' -maybe chmod 0755 'init.d/check-mk-free-2.0.0p24' maybe chmod 0755 'init.d/check-mk-free-2.1.0' maybe chmod 0755 'init.d/console-setup.sh' maybe chmod 0755 'init.d/cron' diff --git a/init.d/check-mk-free-2.0.0p24 b/init.d/check-mk-free-2.0.0p24 deleted file mode 100755 index 103677ec..00000000 --- a/init.d/check-mk-free-2.0.0p24 +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/sh -# Copyright (C) 2019 tribe29 GmbH - License: GNU General Public License v2 -# This file is part of Checkmk (https://checkmk.com). It is subject to the terms and -# conditions defined in the file COPYING, which is part of this source code package. - -# Startskript for OMD sites - -### BEGIN INIT INFO -# Provides: omd-2.0.0p24.cfe -# Required-Start: $syslog -# Required-Stop: $syslog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: OMD sites -# Description: Start and stop the sites of the OpenSource Monitoring -# Distribution (OMD) -### END INIT INFO - -# -- start omd, if not disabled in /etc/default/omd -AUTOSTART=1 -[ -r /etc/default/omd ] && . /etc/default/omd - -VERSION=2.0.0p24.cfe -VER="-V $VERSION" -MSG="using omd version $VERSION" -OMD="/omd/versions/$VERSION/bin/omd" - -case "$1" in - start) - if [ "$AUTOSTART" = "1" ]; then - echo "Starting all OMD monitoring sites $MSG:" - $OMD "$1" $VER - else - echo "OMD autostart disabled, skipping ..." - fi - ;; - stop) - echo "Stopping all OMD monitoring sites $MSG:" - $OMD "$1" $VER - ;; - restart) - echo "Restarting all OMD monitoring sites $MSG:" - $OMD "$1" $VER - ;; - reload) - echo "Reloading all OMD monitoring sites $MSG:" - $OMD "$1" $VER - ;; - status) - echo "Checking state of all OMD monitoring sites $MSG:" - $OMD "$1" $VER - ;; - '') - echo "usage: $PROGNAME start|stop|restart|reload|status" - exit 1 - ;; - *) - echo "Doing $1 on all OMD monitoring sites $MSG:" - $OMD "$1" $VER - ;; -esac - - diff --git a/rc0.d/K01check-mk-free-2.0.0p24 b/rc0.d/K01check-mk-free-2.0.0p24 deleted file mode 120000 index 8a7ccc5d..00000000 --- a/rc0.d/K01check-mk-free-2.0.0p24 +++ /dev/null @@ -1 +0,0 @@ -../init.d/check-mk-free-2.0.0p24 \ No newline at end of file diff --git a/rc1.d/K01check-mk-free-2.0.0p24 b/rc1.d/K01check-mk-free-2.0.0p24 deleted file mode 120000 index 8a7ccc5d..00000000 --- a/rc1.d/K01check-mk-free-2.0.0p24 +++ /dev/null @@ -1 +0,0 @@ -../init.d/check-mk-free-2.0.0p24 \ No newline at end of file diff --git a/rc2.d/S01check-mk-free-2.0.0p24 b/rc2.d/S01check-mk-free-2.0.0p24 deleted file mode 120000 index 8a7ccc5d..00000000 --- a/rc2.d/S01check-mk-free-2.0.0p24 +++ /dev/null @@ -1 +0,0 @@ -../init.d/check-mk-free-2.0.0p24 \ No newline at end of file diff --git a/rc3.d/S01check-mk-free-2.0.0p24 b/rc3.d/S01check-mk-free-2.0.0p24 deleted file mode 120000 index 8a7ccc5d..00000000 --- a/rc3.d/S01check-mk-free-2.0.0p24 +++ /dev/null @@ -1 +0,0 @@ -../init.d/check-mk-free-2.0.0p24 \ No newline at end of file diff --git a/rc4.d/S01check-mk-free-2.0.0p24 b/rc4.d/S01check-mk-free-2.0.0p24 deleted file mode 120000 index 8a7ccc5d..00000000 --- a/rc4.d/S01check-mk-free-2.0.0p24 +++ /dev/null @@ -1 +0,0 @@ -../init.d/check-mk-free-2.0.0p24 \ No newline at end of file diff --git a/rc5.d/S01check-mk-free-2.0.0p24 b/rc5.d/S01check-mk-free-2.0.0p24 deleted file mode 120000 index 8a7ccc5d..00000000 --- a/rc5.d/S01check-mk-free-2.0.0p24 +++ /dev/null @@ -1 +0,0 @@ -../init.d/check-mk-free-2.0.0p24 \ No newline at end of file diff --git a/rc6.d/K01check-mk-free-2.0.0p24 b/rc6.d/K01check-mk-free-2.0.0p24 deleted file mode 120000 index 8a7ccc5d..00000000 --- a/rc6.d/K01check-mk-free-2.0.0p24 +++ /dev/null @@ -1 +0,0 @@ -../init.d/check-mk-free-2.0.0p24 \ No newline at end of file