From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 310681393D5 for ; Fri, 27 Mar 2020 07:18:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18ABBE0D30; Fri, 27 Mar 2020 07:18:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E80B1E0D30 for ; Fri, 27 Mar 2020 07:18:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F343B34F52E for ; Fri, 27 Mar 2020 07:18:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13388104 for ; Fri, 27 Mar 2020 07:17:59 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1585293454.8590abe524112ff82b52b9a91ad120885f1e65fb.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/foldingathome/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/foldingathome/foldingathome-7.5.1-r1.ebuild sci-biology/foldingathome/foldingathome-7.5.1.ebuild X-VCS-Directories: sci-biology/foldingathome/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8590abe524112ff82b52b9a91ad120885f1e65fb X-VCS-Branch: master Date: Fri, 27 Mar 2020 07:17:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 23aad833-4b88-4cd9-8254-2c17ab86132a X-Archives-Hash: 852b1564d44b87a8c1ab4c93188b9dc1 commit: 8590abe524112ff82b52b9a91ad120885f1e65fb Author: Joonas Niilola gentoo org> AuthorDate: Fri Mar 27 07:15:22 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Mar 27 07:17:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8590abe5 sci-biology/foldingathome: attempt to fix init and service files - non-maintainer commit, since axs seems to be inactive. Bug: https://bugs.gentoo.org/712744 Bug: https://bugs.gentoo.org/714160 Signed-off-by: Joonas Niilola gentoo.org> .../{foldingathome-7.5.1.ebuild => foldingathome-7.5.1-r1.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-biology/foldingathome/foldingathome-7.5.1.ebuild b/sci-biology/foldingathome/foldingathome-7.5.1-r1.ebuild similarity index 95% rename from sci-biology/foldingathome/foldingathome-7.5.1.ebuild rename to sci-biology/foldingathome/foldingathome-7.5.1-r1.ebuild index c70c153803a..4b545b5770c 100644 --- a/sci-biology/foldingathome/foldingathome-7.5.1.ebuild +++ b/sci-biology/foldingathome/foldingathome-7.5.1-r1.ebuild @@ -71,7 +71,7 @@ command="${EPREFIX}/opt/foldingathome/FAHClient" command_args="\${FOLD_OPTS}" command_user=foldingathome command_background=1 -pidfile="\${PIDFILE}" +procname="FAHClient" EOF newinitd "${T}"/fah-init foldingathome @@ -85,9 +85,9 @@ Type=simple User=foldingathome WorkingDirectory=${EPREFIX}/opt/foldingathome PIDFile=/run/fahclient.pid -ExecStart=${EPREFIX}/opt/foldingathome/FAHClient -v start -ExecReload=${EPREFIX}/opt/foldingathome/FAHClient -v restart -ExecStop=${EPREFIX}/opt/foldingathome/FAHClient -v stop +ExecStart=${EPREFIX}/opt/foldingathome/FAHClient -v +#ExecReload=${EPREFIX}/opt/foldingathome/FAHClient -v restart +#ExecStop=${EPREFIX}/opt/foldingathome/FAHClient -v stop KillMode=process [Install]