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 834C9139085 for ; Tue, 3 Jan 2017 00:42:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B96EE0D85; Tue, 3 Jan 2017 00:42:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BB0DE0D85 for ; Tue, 3 Jan 2017 00:42:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40D1A340EDA for ; Tue, 3 Jan 2017 00:42:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D129D2521 for ; Tue, 3 Jan 2017 00:42:03 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1483404105.e1ddf3ae5d450ef64d5c193eecc93d6643817d1e.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/sanlock/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/sanlock/sanlock-3.4.0.ebuild X-VCS-Directories: sys-cluster/sanlock/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: e1ddf3ae5d450ef64d5c193eecc93d6643817d1e X-VCS-Branch: master Date: Tue, 3 Jan 2017 00:42:03 +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-Archives-Salt: 0fab9c82-78b1-4ac3-af1c-338b648a8b61 X-Archives-Hash: e3e02432b1c66cd1a15f7e2fff036402 commit: e1ddf3ae5d450ef64d5c193eecc93d6643817d1e Author: Marc Schiffbauer gentoo org> AuthorDate: Tue Jan 3 00:41:13 2017 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Tue Jan 3 00:41:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ddf3ae sys-cluster/sanlock: disable disfunctional ExecStartPre= in wdmd service Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-cluster/sanlock/sanlock-3.4.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/sanlock/sanlock-3.4.0.ebuild b/sys-cluster/sanlock/sanlock-3.4.0.ebuild index 9e0358e..a235166 100644 --- a/sys-cluster/sanlock/sanlock-3.4.0.ebuild +++ b/sys-cluster/sanlock/sanlock-3.4.0.ebuild @@ -77,6 +77,7 @@ src_install() { # systemd systemd_newunit init.d/sanlock.service.native sanlock.service + sed -i 's,^ExecStartPre=,#ExecStartPre=,' init.d/wdmd.service.native systemd_newunit init.d/wdmd.service.native wdmd.service systemd_dounit init.d/sanlk-resetd.service #systemd_dounit ${FILESDIR}/fence_sanlockd.service