From: Bjarke Istrup Pedersen Date: Mon, 7 Sep 2015 20:19:08 +0000 (+0000) Subject: net-irc/anope: make init script use ircd X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=514f72a3500d571c4333ebf7424d6e0c68603b25;p=gentoo.git net-irc/anope: make init script use ircd Package-Manager: portage-2.2.20.1 --- diff --git a/net-irc/anope/anope-1.8.7-r1.ebuild b/net-irc/anope/anope-1.8.7-r2.ebuild similarity index 98% rename from net-irc/anope/anope-1.8.7-r1.ebuild rename to net-irc/anope/anope-1.8.7-r2.ebuild index 95b969e5687a..9f0afbc2cc90 100644 --- a/net-irc/anope/anope-1.8.7-r1.ebuild +++ b/net-irc/anope/anope-1.8.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-irc/anope/files/anope-init.d b/net-irc/anope/files/anope-init.d index 6523007e93e5..f8d73c67eadc 100644 --- a/net-irc/anope/files/anope-init.d +++ b/net-irc/anope/files/anope-init.d @@ -7,6 +7,10 @@ PIDFILE=/run/anope/services.pid extra_started_commands="reload" +depend() { + use ircd +} + start_pre() { checkpath -o ${ANOPE_USER} -d "$(dirname $PIDFILE)" }