commit: c1eff160f039788a489b777005ad678a8817fdc1 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Aug 21 06:27:20 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Aug 21 07:24:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1eff160
sys-process/minicoredumper: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> .../minicoredumper/files/2.0.2-readme.patch | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/sys-process/minicoredumper/files/2.0.2-readme.patch b/sys-process/minicoredumper/files/2.0.2-readme.patch deleted file mode 100644 index ee012da65f74..000000000000 --- a/sys-process/minicoredumper/files/2.0.2-readme.patch +++ /dev/null @@ -1,26 +0,0 @@ -From f5cf83a74dee47625c28f25980a857917faf1282 Mon Sep 17 00:00:00 2001 -From: John Ogness <[email protected]> -Date: Wed, 30 Nov 2022 15:23:49 +0106 -Subject: [PATCH] docs: mention setting kernel.core_pipe_limit - -It is recommended to set kernel.core_pipe_limit to the maximum -value. Show that in the documentation. - -Signed-off-by: John Ogness <[email protected]> ---- - README | 1 + - website/src/installation.content.html | 3 ++- - 2 files changed, 3 insertions(+), 1 deletion(-) - -diff --git a/README b/README -index aea079d..5a768a0 100644 ---- a/README -+++ b/README -@@ -39,6 +39,7 @@ Installation - - $ echo '|/usr/sbin/minicoredumper %P %u %g %s %t %h %e' | \ - sudo tee /proc/sys/kernel/core_pattern -+ $ echo 0x7fffffff | sudo tee /proc/sys/kernel/core_pipe_limit - - Documentation - -------------
