public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/multipath-tools/files/
Date: Sun, 20 Sep 2020 14:58:16 +0000 (UTC)	[thread overview]
Message-ID: <1600613887.61f92e7f736c979765f2effe4258b0a4052d2d40.conikost@gentoo> (raw)

commit:     61f92e7f736c979765f2effe4258b0a4052d2d40
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Sep 20 14:01:09 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 14:58:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f92e7f

sys-fs/multipath-tools: remove unused file

Closes: https://github.com/gentoo/gentoo/pull/17616
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-fs/multipath-tools/files/rc-multipathd | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/sys-fs/multipath-tools/files/rc-multipathd b/sys-fs/multipath-tools/files/rc-multipathd
deleted file mode 100644
index d4d440f2c91..00000000000
--- a/sys-fs/multipath-tools/files/rc-multipathd
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-	need localmount
-	after modules
-}
-
-start() {
-	ebegin "Starting multipathd"
-	start-stop-daemon --start --quiet --exec /sbin/multipathd
-	eend $?
-}
-
-stop() {
-	ebegin "Stopping multipathd"
-	start-stop-daemon --stop --quiet --pidfile /var/run/multipathd.pid
-	eend $?
-}


             reply	other threads:[~2020-09-20 14:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-20 14:58 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-17  8:03 [gentoo-commits] repo/gentoo:master commit in: sys-fs/multipath-tools/files/ Lars Wendler
2018-01-17 12:07 Lars Wendler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1600613887.61f92e7f736c979765f2effe4258b0a4052d2d40.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox