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 1A334138334 for ; Fri, 8 Feb 2019 01:30:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B918E0A92; Fri, 8 Feb 2019 01:30:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D4764E0A92 for ; Fri, 8 Feb 2019 01:30:20 +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 CC9B0335CE4 for ; Fri, 8 Feb 2019 01:30:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 362F152F for ; Fri, 8 Feb 2019 01:30:05 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1549589375.b0903af80ceecc320a1af8d79b394f9dd66378f9.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/ganeti/files/ganeti.initd-r3 X-VCS-Directories: app-emulation/ganeti/files/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: b0903af80ceecc320a1af8d79b394f9dd66378f9 X-VCS-Branch: master Date: Fri, 8 Feb 2019 01:30:05 +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: 2d381687-32a2-4894-accb-ebcd064e46ff X-Archives-Hash: 124255b999d751bf71386abcea5a63e0 commit: b0903af80ceecc320a1af8d79b394f9dd66378f9 Author: Patrick McLean sony com> AuthorDate: Fri Feb 8 01:29:35 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Feb 8 01:29:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0903af8 app-emulation/ganeti: Revert leftover debug change in -r3 init Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Patrick McLean gentoo.org> app-emulation/ganeti/files/ganeti.initd-r3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/ganeti/files/ganeti.initd-r3 b/app-emulation/ganeti/files/ganeti.initd-r3 index 7257e992257..18b3116a517 100644 --- a/app-emulation/ganeti/files/ganeti.initd-r3 +++ b/app-emulation/ganeti/files/ganeti.initd-r3 @@ -10,7 +10,7 @@ depend() { use net } -DAEMON_UTIL="/usr/lib64/ganeti/daemon-util" +DAEMON_UTIL="/usr/lib/ganeti/daemon-util" is_master() { [ -z "${ganeti_master}" ] && ganeti_master="$(gnt-cluster getmaster)"