public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kenton Groombridge" <concord@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/murmur/files/
Date: Tue, 15 Aug 2023 20:56:14 +0000 (UTC)	[thread overview]
Message-ID: <1692132920.1085075a0235c9727fc16ec324d2908be26d7a50.concord@gentoo> (raw)

commit:     1085075a0235c9727fc16ec324d2908be26d7a50
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Aug 15 12:15:01 2023 +0000
Commit:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 20:55:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1085075a

net-voip/murmur: remove unused file

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32321
Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>

 net-voip/murmur/files/murmur.initd-r1 | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/net-voip/murmur/files/murmur.initd-r1 b/net-voip/murmur/files/murmur.initd-r1
deleted file mode 100644
index fe49b32f1410..000000000000
--- a/net-voip/murmur/files/murmur.initd-r1
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/sbin/openrc-run
-
-pidfile="/run/murmur/murmur.pid"
-command="/usr/bin/murmurd"
-command_args="-ini \"${MURMUR_CONF}\""
-start_stop_daemon_args="-u \"${MURMUR_USER}\" --env HOME=\"${MURMUR_HOME}\" --wait 20"
-extra_started_commands="reload"
-
-depend() {
-	need localmount net
-	use dbus logger
-	after bootmisc mysql
-}
-
-start_pre() {
-	checkpath -q -d -o ${MURMUR_USER} ${pidfile%/*}
-}
-
-reload() {
-	ebegin "Reloading Murmur"
-	start-stop-daemon --signal HUP --pidfile "${pidfile}" \
-		--exec ${command}
-	eend $?
-}
-


             reply	other threads:[~2023-08-15 20:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-15 20:56 Kenton Groombridge [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14  7:09 [gentoo-commits] repo/gentoo:master commit in: net-voip/murmur/files/ Joonas Niilola

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=1692132920.1085075a0235c9727fc16ec324d2908be26d7a50.concord@gentoo \
    --to=concord@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