From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0CE18138334 for ; Sun, 6 Oct 2019 12:19:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 487BCE0802; Sun, 6 Oct 2019 12:19:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33304E0802 for ; Sun, 6 Oct 2019 12:19:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E1D334B8F9 for ; Sun, 6 Oct 2019 12:19:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08D367C6 for ; Sun, 6 Oct 2019 12:19:20 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1570364324.67b11deb249d01ba75bb181417768d01e2efd5b7.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rabbitmq-server/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rabbitmq-server/files/rabbitmq-server.init-r4 X-VCS-Directories: net-misc/rabbitmq-server/files/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 67b11deb249d01ba75bb181417768d01e2efd5b7 X-VCS-Branch: master Date: Sun, 6 Oct 2019 12:19:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c34c73de-bbd9-4eca-bb5e-12b065ed0740 X-Archives-Hash: 762e90f630f78f9bcbb5995b6c41e90a commit: 67b11deb249d01ba75bb181417768d01e2efd5b7 Author: Alexys Jacob gentoo org> AuthorDate: Sun Oct 6 12:15:31 2019 +0000 Commit: Alexys Jacob gentoo 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 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() {