diff options
author | Brian Evans <grknight@gentoo.org> | 2019-02-06 15:51:08 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-02-06 15:51:08 -0500 |
commit | 1eb2b264d55d3f76f745ff36ef065c08458933fd (patch) | |
tree | e1b4a71d79230aa9a5fb782962982bae4447bce8 /net-irc/anope/files | |
parent | sys-kernel/gentoo-sources: Linux patch 4.9.155 (diff) | |
download | gentoo-1eb2b264d55d3f76f745ff36ef065c08458933fd.tar.gz gentoo-1eb2b264d55d3f76f745ff36ef065c08458933fd.tar.bz2 gentoo-1eb2b264d55d3f76f745ff36ef065c08458933fd.zip |
net-irc/anope: Version bump
Non-maintainer commit
Based heavily off of Palme's ebuild in the bug
Closes: https://bugs.gentoo.org/420613
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'net-irc/anope/files')
-rw-r--r-- | net-irc/anope/files/anope-conf.d-v2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-irc/anope/files/anope-conf.d-v2 b/net-irc/anope/files/anope-conf.d-v2 new file mode 100644 index 000000000000..fbe7c3c5017a --- /dev/null +++ b/net-irc/anope/files/anope-conf.d-v2 @@ -0,0 +1,9 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# user to run ultimate-ircd as +ANOPE_USER="anope" + +# Additional commandline parameters +ANOPE_OPTS="--confdir=/etc/anope --logdir=/var/log/anope --dbdir=/var/lib/anope" +ANOPE_OPTS="${ANOPE_OPTS} --localedir=/usr/share/locale --modulesdir=%LIBDIR%" |