From: Joonas Niilola Date: Fri, 27 Mar 2020 16:22:40 +0000 (+0200) Subject: sci-biology/foldingathome: revert init fix X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=88b07eb3669c9c60ea17a9f0e7c4bbf6c4ca35d1;p=gentoo.git 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 --- 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