* [gentoo-commits] repo/gentoo:master commit in: net-misc/rabbitmq-server/files/
@ 2019-10-06 12:19 Alexys Jacob
0 siblings, 0 replies; 2+ messages in thread
From: Alexys Jacob @ 2019-10-06 12:19 UTC (permalink / raw
To: gentoo-commits
commit: 67b11deb249d01ba75bb181417768d01e2efd5b7
Author: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 6 12:15:31 2019 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Sun Oct 6 12:18:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b11deb
net-misc/rabbitmq-server: epmd is needed wrt #682816
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
net-misc/rabbitmq-server/files/rabbitmq-server.init-r4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/rabbitmq-server/files/rabbitmq-server.init-r4 b/net-misc/rabbitmq-server/files/rabbitmq-server.init-r4
index 09364569257..9e7dd9d5d6f 100644
--- a/net-misc/rabbitmq-server/files/rabbitmq-server.init-r4
+++ b/net-misc/rabbitmq-server/files/rabbitmq-server.init-r4
@@ -3,8 +3,8 @@
# Distributed under the terms of the GNU General Public License v2
depend() {
- need net
- use dns epmd
+ need net epmd
+ use dns
}
start() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rabbitmq-server/files/
@ 2022-04-12 9:30 Alexys Jacob
0 siblings, 0 replies; 2+ messages in thread
From: Alexys Jacob @ 2022-04-12 9:30 UTC (permalink / raw
To: gentoo-commits
commit: 7127a281450017b8bec9082537c48170f02f5b8b
Author: Tom Gillespie <tgbugs <AT> gmail <DOT> com>
AuthorDate: Tue Mar 22 05:57:19 2022 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 09:30:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7127a281
net-misc/rabbitmq-server: remove net dep from init
rabbitmq does not have a hard requirement on the net service
therefore remove the dependency which causes the service to
fail to start if net has not been started or is running in an env
where there is not explicit net service (e.g. in a container).
Closes: https://bugs.gentoo.org/787815
Signed-off-by: Tom Gillespie <tgbugs <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24702
Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
net-misc/rabbitmq-server/files/rabbitmq-server.init-r4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rabbitmq-server/files/rabbitmq-server.init-r4 b/net-misc/rabbitmq-server/files/rabbitmq-server.init-r4
index 9e7dd9d5d6fd..11bd36b2e7fa 100644
--- a/net-misc/rabbitmq-server/files/rabbitmq-server.init-r4
+++ b/net-misc/rabbitmq-server/files/rabbitmq-server.init-r4
@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
depend() {
- need net epmd
+ need epmd
use dns
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-12 9:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-06 12:19 [gentoo-commits] repo/gentoo:master commit in: net-misc/rabbitmq-server/files/ Alexys Jacob
-- strict thread matches above, loose matches on Subject: below --
2022-04-12 9:30 Alexys Jacob
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox