commit: aaac2b79ce9f88d57f9cc9fad96d402fca8be0ca Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Feb 11 16:39:30 2017 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Tue Feb 14 18:57:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaac2b79
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 <AT> gentoo.org> sys-libs/freeipmi/files/bmc-watchdog.initd.3 | 15 --------------- 1 file changed, 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 c61e5cfa14..0000000000 --- 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 -}
