summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James (sam_c) <sam@cmpct.info>2020-05-05 13:13:08 +0000
committerThomas Deutschmann <whissi@gentoo.org>2020-05-05 15:30:10 +0200
commitfad3398f2af43b94a28e677a7d318526e194bffb (patch)
tree28b7f6f564b81e18f5927f78c6c10c77b541f53c /net-irc/anope/files/anope-2.0.6-example.conf-pid-path.patch
parentnet-misc/dropbox: bump to 97.3.451, drop old (diff)
downloadgentoo-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.6-example.conf-pid-path.patch')
-rw-r--r--net-irc/anope/files/anope-2.0.6-example.conf-pid-path.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-irc/anope/files/anope-2.0.6-example.conf-pid-path.patch b/net-irc/anope/files/anope-2.0.6-example.conf-pid-path.patch
new file mode 100644
index 000000000000..ddf661ba9803
--- /dev/null
+++ b/net-irc/anope/files/anope-2.0.6-example.conf-pid-path.patch
@@ -0,0 +1,18 @@
+--- a/data/example.conf 2017-03-30 17:00:24.000000000 -0400
++++ a/data/example.conf 2019-02-06 15:16:20.088469043 -0500
+@@ -231,13 +231,13 @@
+ * The filename containing the Services process ID. The path is relative to the
+ * services root directory.
+ */
+- pid = "data/services.pid"
++ pid = "/run/anope/services.pid"
+
+ /*
+ * The filename containing the Message of the Day. The path is relative to the
+ * services root directory.
+ */
+- motd = "conf/services.motd"
++ motd = "/etc/anope/services.motd"
+ }
+
+ /*