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 0EDED1396D0 for ; Mon, 18 Sep 2017 04:55:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F8611FC067; Mon, 18 Sep 2017 04:55:30 +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 1B71D1FC095 for ; Mon, 18 Sep 2017 04:55:29 +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 A6C4333D3CE for ; Mon, 18 Sep 2017 04:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DAB59086 for ; Mon, 18 Sep 2017 04:55:27 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1505710505.315a294356e3aff439c7bb0e4fae462111dfb2c0.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/, sys-cluster/heat/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/heat/files/heat.initd-2 sys-cluster/heat/heat-2017.2.9999.ebuild sys-cluster/heat/heat-9.0.0.ebuild X-VCS-Directories: sys-cluster/heat/ sys-cluster/heat/files/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 315a294356e3aff439c7bb0e4fae462111dfb2c0 X-VCS-Branch: master Date: Mon, 18 Sep 2017 04:55:27 +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: 612b4d9a-c4c9-4253-85e6-465b6a824248 X-Archives-Hash: b148a385afdddbc51209fcc7303552e4 commit: 315a294356e3aff439c7bb0e4fae462111dfb2c0 Author: Matthew Thode gentoo org> AuthorDate: Mon Sep 18 04:44:29 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Sep 18 04:55:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315a2943 sys-cluster/heat: updating init Package-Manager: Portage-2.3.8, Repoman-2.3.3 sys-cluster/heat/files/heat.initd-2 | 16 ++++++++++++++++ sys-cluster/heat/heat-2017.2.9999.ebuild | 2 +- sys-cluster/heat/heat-9.0.0.ebuild | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/sys-cluster/heat/files/heat.initd-2 b/sys-cluster/heat/files/heat.initd-2 new file mode 100644 index 00000000000..2161aa9918e --- /dev/null +++ b/sys-cluster/heat/files/heat.initd-2 @@ -0,0 +1,16 @@ +#!/sbin/openrc-run +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +description="Starts ${SVCNAME} service for OpenStack" + +command=/usr/bin/${SVCNAME} +command_user="${HEAT_USER:-heat}" +command_background=yes +command_args="--config-file /etc/heat/heat.conf --log-file ${HEAT_LOGDIR:-/var/log/heat}/${SVCNAME}.log" +pidfile=/run/${SVCNAME}.pid +required_files=/etc/heat/heat.conf + +depend() { + need net +} diff --git a/sys-cluster/heat/heat-2017.2.9999.ebuild b/sys-cluster/heat/heat-2017.2.9999.ebuild index 66ec5b6da47..04ed5348102 100644 --- a/sys-cluster/heat/heat-2017.2.9999.ebuild +++ b/sys-cluster/heat/heat-2017.2.9999.ebuild @@ -145,7 +145,7 @@ python_install_all() { dodir /etc/heat/templates for svc in api api-cfn engine; do - newinitd "${FILESDIR}/heat.initd" heat-${svc} + newinitd "${FILESDIR}/heat.initd-2" heat-${svc} done insinto /etc/heat diff --git a/sys-cluster/heat/heat-9.0.0.ebuild b/sys-cluster/heat/heat-9.0.0.ebuild index d1e8a595c47..77fbb01c85d 100644 --- a/sys-cluster/heat/heat-9.0.0.ebuild +++ b/sys-cluster/heat/heat-9.0.0.ebuild @@ -144,7 +144,7 @@ python_install_all() { dodir /etc/heat/templates for svc in api api-cfn engine; do - newinitd "${FILESDIR}/heat.initd" heat-${svc} + newinitd "${FILESDIR}/heat.initd-2" heat-${svc} done insinto /etc/heat