net-im/ejabberd: Make ejabberd init script depend on epmd

ejabberd starts epmd if it's not already running, but it's not reflected
in epmd init script state. Make ejabberd init script depend on epmd
explicitly.

Gentoo-Bug: 566824

Package-Manager: portage-2.2.27
RepoMan-Options: --force
This commit is contained in:
Amadeusz Żołnowski
2016-02-21 14:23:15 +00:00
parent c8905a0065
commit 671997f1e8
3 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

View File

@@ -5,7 +5,7 @@
depend() {
use dns
need net
need epmd net
provide jabber-server
}