summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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"
+ }
+
+ /*