From 88b07eb3669c9c60ea17a9f0e7c4bbf6c4ca35d1 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Fri, 27 Mar 2020 18:22:40 +0200 Subject: [PATCH] sci-biology/foldingathome: revert init fix - apparently it broke for some users, needs more testing and feedback. Bug: https://bugs.gentoo.org/714160 Signed-off-by: Joonas Niilola --- ...ngathome-7.5.1-r1.ebuild => foldingathome-7.5.1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename sci-biology/foldingathome/{foldingathome-7.5.1-r1.ebuild => foldingathome-7.5.1-r2.ebuild} (98%) diff --git a/sci-biology/foldingathome/foldingathome-7.5.1-r1.ebuild b/sci-biology/foldingathome/foldingathome-7.5.1-r2.ebuild similarity index 98% rename from sci-biology/foldingathome/foldingathome-7.5.1-r1.ebuild rename to sci-biology/foldingathome/foldingathome-7.5.1-r2.ebuild index 4b545b5770cf..502ff39266a9 100644 --- a/sci-biology/foldingathome/foldingathome-7.5.1-r1.ebuild +++ b/sci-biology/foldingathome/foldingathome-7.5.1-r2.ebuild @@ -63,7 +63,7 @@ src_install() { newconfd "${FILESDIR}"/7.3/folding-conf.d foldingathome cat <"${T}"/fah-init #!/sbin/openrc-run -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 start_stop_daemon_args="--chdir \"${EPREFIX}/opt/foldingathome\"" @@ -71,7 +71,7 @@ command="${EPREFIX}/opt/foldingathome/FAHClient" command_args="\${FOLD_OPTS}" command_user=foldingathome command_background=1 -procname="FAHClient" +pidfile="\${PIDFILE}" EOF newinitd "${T}"/fah-init foldingathome -- 2.26.2