Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/freeipmi/files/
Date: Tue, 14 Feb 2017 18:57:14
Message-Id: 1487098626.aaac2b79ce9f88d57f9cc9fad96d402fca8be0ca.robbat2@gentoo
1 commit: aaac2b79ce9f88d57f9cc9fad96d402fca8be0ca
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 11 16:39:30 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 18:57:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaac2b79
7
8 sys-libs/freeipmi: remove unused init file
9
10 Fixes: https://github.com/gentoo/gentoo/pull/3917
11 (cherry picked from commit 9a7978b0b85dc127325425c73d6269d2b774df64)
12 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
13
14 sys-libs/freeipmi/files/bmc-watchdog.initd.3 | 15 ---------------
15 1 file changed, 15 deletions(-)
16
17 diff --git a/sys-libs/freeipmi/files/bmc-watchdog.initd.3 b/sys-libs/freeipmi/files/bmc-watchdog.initd.3
18 deleted file mode 100644
19 index c61e5cfa14..0000000000
20 --- a/sys-libs/freeipmi/files/bmc-watchdog.initd.3
21 +++ /dev/null
22 @@ -1,15 +0,0 @@
23 -#!/sbin/openrc-run
24 -# Copyright 1999-2011 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -# $Id$
27 -
28 -extra_commands="condrestart"
29 -description_condrestart="Restart the service only if started already"
30 -
31 -command="/usr/sbin/${SVCNAME}"
32 -command_args="${OPTIONS}"
33 -pidfile=/var/run/$SVCNAME.pid
34 -
35 -condrestart() {
36 - service_started && restart
37 -}