summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-02-11 17:39:30 +0100
committerRobin H. Johnson <robbat2@gentoo.org>2017-02-14 10:57:06 -0800
commitaaac2b79ce9f88d57f9cc9fad96d402fca8be0ca (patch)
treefbc671ff2de9ee90d20160aa7a081f7cc9159419 /sys-libs
parentdev-python/defusedxml: Version bump to 0.5.0 (diff)
downloadgentoo-aaac2b79ce9f88d57f9cc9fad96d402fca8be0ca.tar.gz
gentoo-aaac2b79ce9f88d57f9cc9fad96d402fca8be0ca.tar.bz2
gentoo-aaac2b79ce9f88d57f9cc9fad96d402fca8be0ca.zip
sys-libs/freeipmi: remove unused init file
Fixes: https://github.com/gentoo/gentoo/pull/3917 (cherry picked from commit 9a7978b0b85dc127325425c73d6269d2b774df64) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/freeipmi/files/bmc-watchdog.initd.315
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-libs/freeipmi/files/bmc-watchdog.initd.3 b/sys-libs/freeipmi/files/bmc-watchdog.initd.3
deleted file mode 100644
index c61e5cfa14d7..000000000000
--- a/sys-libs/freeipmi/files/bmc-watchdog.initd.3
+++ /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
-}