commit: 3a4b4829293214623d204c84dabacc9fff7723f6 Author: Wade T. Cline <wadecline <AT> hotmail <DOT> com> AuthorDate: Sun Apr 5 21:26:53 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Apr 9 12:37:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4b4829
net-irc/inspircd: Create valid PID by default Closes: https://bugs.gentoo.org/715794 Signed-off-by: Wade Cline <wadecline <AT> hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/15242 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-irc/inspircd/files/inspircd-3.4.0-fix-path-builds.patch | 4 ++-- net-irc/inspircd/files/inspircd-3.5.0-fix-path-builds.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-irc/inspircd/files/inspircd-3.4.0-fix-path-builds.patch b/net-irc/inspircd/files/inspircd-3.4.0-fix-path-builds.patch index 9b1e01b5be8..9bf99a6e74d 100644 --- a/net-irc/inspircd/files/inspircd-3.4.0-fix-path-builds.patch +++ b/net-irc/inspircd/files/inspircd-3.4.0-fix-path-builds.patch @@ -10,7 +10,7 @@ diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf similarity index 99% rename from docs/conf/inspircd.conf.example rename to docs/conf/inspircd.conf -index dbd56d2fe..4a7aab514 100644 +index dbd56d2fe..9cda4baa7 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf @@ -494,11 +494,11 @@ @@ -41,7 +41,7 @@ index dbd56d2fe..4a7aab514 100644 # # -#<pid file="/path/to/inspircd.pid"> -+#<pid file="/var/run/inspircd/inspircd.pid"> ++<pid file="/var/run/inspircd/inspircd.pid"> #-#-#-#-#-#-#-#-#-#-#-#-#- LIST MODE LIMITS #-#-#-#-#-#-#-#-#-#-#-#-#-# # # diff --git a/net-irc/inspircd/files/inspircd-3.5.0-fix-path-builds.patch b/net-irc/inspircd/files/inspircd-3.5.0-fix-path-builds.patch index 6f156d0cce1..578453934c8 100644 --- a/net-irc/inspircd/files/inspircd-3.5.0-fix-path-builds.patch +++ b/net-irc/inspircd/files/inspircd-3.5.0-fix-path-builds.patch @@ -35,7 +35,7 @@ diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf similarity index 98% rename from docs/conf/inspircd.conf.example rename to docs/conf/inspircd.conf -index dbd56d2fe..55535b1a0 100644 +index dbd56d2fe..665d4dfb5 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf @@ -247,10 +247,10 @@ @@ -79,7 +79,7 @@ index dbd56d2fe..55535b1a0 100644 # # -#<pid file="/path/to/inspircd.pid"> -+#<pid file="/var/run/inspircd/inspircd.pid"> ++<pid file="/var/run/inspircd/inspircd.pid"> #-#-#-#-#-#-#-#-#-#-#-#-#- LIST MODE LIMITS #-#-#-#-#-#-#-#-#-#-#-#-#-# # #
