sys-libs/freeipmi: remove unused init file
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Sat, 11 Feb 2017 16:39:30 +0000 (17:39 +0100)
committerRobin H. Johnson <robbat2@gentoo.org>
Tue, 14 Feb 2017 18:57:06 +0000 (10:57 -0800)
Fixes: https://github.com/gentoo/gentoo/pull/3917
(cherry picked from commit 9a7978b0b85dc127325425c73d6269d2b774df64)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
sys-libs/freeipmi/files/bmc-watchdog.initd.3 [deleted file]

diff --git a/sys-libs/freeipmi/files/bmc-watchdog.initd.3 b/sys-libs/freeipmi/files/bmc-watchdog.initd.3
deleted file mode 100644 (file)
index c61e5cf..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-extra_commands="condrestart"
-description_condrestart="Restart the service only if started already"
-
-command="/usr/sbin/${SVCNAME}"
-command_args="${OPTIONS}"
-pidfile=/var/run/$SVCNAME.pid
-
-condrestart() {
-       service_started && restart
-}