From 16444ce57e9332a7643c68fb9040e512cd1e7330 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Wed, 6 Feb 2019 16:02:32 -0500 Subject: net-irc/anope: Add default pid path patch Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Brian Evans --- net-irc/anope/files/pid-patch.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 net-irc/anope/files/pid-patch.patch (limited to 'net-irc/anope/files') diff --git a/net-irc/anope/files/pid-patch.patch b/net-irc/anope/files/pid-patch.patch new file mode 100644 index 000000000000..ddf661ba9803 --- /dev/null +++ b/net-irc/anope/files/pid-patch.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" + } + + /* -- cgit v1.2.3-65-gdbad