diff options
author | 2020-03-30 17:46:48 +0100 | |
---|---|---|
committer | 2020-04-11 23:30:32 +0200 | |
commit | a4a6b4f66ff1ec0a39e687929bdbf47c03a0e637 (patch) | |
tree | cb763da0a701cbe79908cea59624233d2ae6c1d6 /net-irc/anope/files | |
parent | acct-group/anope: Add new group for net-irc/anope (diff) | |
download | gentoo-a4a6b4f66ff1ec0a39e687929bdbf47c03a0e637.tar.gz gentoo-a4a6b4f66ff1ec0a39e687929bdbf47c03a0e637.tar.bz2 gentoo-a4a6b4f66ff1ec0a39e687929bdbf47c03a0e637.zip |
net-irc/anope: Bump to 2.0.7, GLEP 81
* Bumps version to GLEP 81
* Converts to GLEP 81
* Become proxy-maintainer
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15253
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-irc/anope/files')
-rw-r--r-- | net-irc/anope/files/anope-conf.d-v2 | 4 | ||||
-rw-r--r-- | net-irc/anope/files/example.conf-user.patch | 13 |
2 files changed, 15 insertions, 2 deletions
diff --git a/net-irc/anope/files/anope-conf.d-v2 b/net-irc/anope/files/anope-conf.d-v2 index fbe7c3c5017a..0eeabdbbb685 100644 --- a/net-irc/anope/files/anope-conf.d-v2 +++ b/net-irc/anope/files/anope-conf.d-v2 @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# user to run ultimate-ircd as +# user to run anope as ANOPE_USER="anope" # Additional commandline parameters diff --git a/net-irc/anope/files/example.conf-user.patch b/net-irc/anope/files/example.conf-user.patch new file mode 100644 index 000000000000..7f7a3826cb10 --- /dev/null +++ b/net-irc/anope/files/example.conf-user.patch @@ -0,0 +1,13 @@ +--- a/data/example.conf ++++ b/data/example.conf +@@ -375,8 +375,8 @@ + * On Linux/UNIX systems Anope can setuid and setgid to this user and group + * after starting up. This is useful if Anope has to bind to privileged ports + */ +- #user = "anope" +- #group = "anope" ++ user = "anope" ++ group = "anope" + + /* + * The case mapping used by services. This must be set to a valid locale name |