diff options
author | 2020-05-05 13:13:08 +0000 | |
---|---|---|
committer | 2020-05-05 15:30:10 +0200 | |
commit | fad3398f2af43b94a28e677a7d318526e194bffb (patch) | |
tree | 28b7f6f564b81e18f5927f78c6c10c77b541f53c /net-irc/anope/files/anope-2.0.7-example.conf-user.patch | |
parent | net-misc/dropbox: bump to 97.3.451, drop old (diff) | |
download | gentoo-fad3398f2af43b94a28e677a7d318526e194bffb.tar.gz gentoo-fad3398f2af43b94a28e677a7d318526e194bffb.tar.bz2 gentoo-fad3398f2af43b94a28e677a7d318526e194bffb.zip |
net-irc/anope: Fix patch filenames
Adhere to the standards for patch file naming.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15654
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-irc/anope/files/anope-2.0.7-example.conf-user.patch')
-rw-r--r-- | net-irc/anope/files/anope-2.0.7-example.conf-user.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-irc/anope/files/anope-2.0.7-example.conf-user.patch b/net-irc/anope/files/anope-2.0.7-example.conf-user.patch new file mode 100644 index 000000000000..7f7a3826cb10 --- /dev/null +++ b/net-irc/anope/files/anope-2.0.7-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 |