diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-03-27 18:22:40 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-03-27 18:24:59 +0200 |
commit | 88b07eb3669c9c60ea17a9f0e7c4bbf6c4ca35d1 (patch) | |
tree | 8fa521166c47cbb3e3b002e1e4b95222e6cc8f2b /sci-biology | |
parent | dev-python/inflect: Add python@ (diff) | |
download | gentoo-88b07eb3669c9c60ea17a9f0e7c4bbf6c4ca35d1.tar.gz gentoo-88b07eb3669c9c60ea17a9f0e7c4bbf6c4ca35d1.tar.bz2 gentoo-88b07eb3669c9c60ea17a9f0e7c4bbf6c4ca35d1.zip |
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 <juippis@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/foldingathome/foldingathome-7.5.1-r2.ebuild (renamed from sci-biology/foldingathome/foldingathome-7.5.1-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/foldingathome/foldingathome-7.5.1-r1.ebuild b/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 <<EOF >"${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 |