mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-irc/anope: Add default pid path patch
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Brian Evans <grknight@gentoo.org>
This commit is contained in:
@@ -39,6 +39,8 @@ DEPEND="${BDEPEND}
|
||||
tre? ( dev-libs/tre )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/pid-patch.patch" )
|
||||
|
||||
S="${WORKDIR}/${P}-source"
|
||||
|
||||
pkg_pretend() {
|
||||
|
||||
18
net-irc/anope/files/pid-patch.patch
Normal file
18
net-irc/anope/files/pid-patch.patch
Normal file
@@ -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"
|
||||
}
|
||||
|
||||
/*
|
||||
Reference in New Issue
Block a user