diff options
Diffstat (limited to 'sys-cluster/heat/heat-9.0.2.ebuild')
-rw-r--r-- | sys-cluster/heat/heat-9.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/heat/heat-9.0.2.ebuild b/sys-cluster/heat/heat-9.0.2.ebuild index 05e13dfb05dc..9de5bb7102cf 100644 --- a/sys-cluster/heat/heat-9.0.2.ebuild +++ b/sys-cluster/heat/heat-9.0.2.ebuild @@ -143,7 +143,7 @@ python_install_all() { dodir /etc/heat/templates for svc in api api-cfn engine; do - newinitd "${FILESDIR}/heat.initd-2" heat-${svc} + newinitd "${FILESDIR}/heat.initd" heat-${svc} done insinto /etc/heat |