commit:     9b6399b82861fea546adffc3b0673b15226dadb7
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 04:22:43 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 04:54:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6399b8

app-admin/glance: update init script one last time

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-admin/glance/files/glance.initd-2      | 15 +++++++++++++++
 app-admin/glance/glance-15.0.0.ebuild      |  4 +---
 app-admin/glance/glance-2017.2.9999.ebuild |  4 +---
 3 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/app-admin/glance/files/glance.initd-2 
b/app-admin/glance/files/glance.initd-2
new file mode 100644
index 00000000000..4d4849f77e7
--- /dev/null
+++ b/app-admin/glance/files/glance.initd-2
@@ -0,0 +1,15 @@
+#!/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/${RC_SVCNAME}
+command_user="${GLANCE_USER:-glance}"
+command_background=yes
+pidfile=/run/${RC_SVCNAME}.pid
+required_files=/etc/glance/${RC_SVCNAME}.conf
+
+depend() {
+       need net
+}

diff --git a/app-admin/glance/glance-15.0.0.ebuild 
b/app-admin/glance/glance-15.0.0.ebuild
index 495638699ed..9bea9ce0a55 100644
--- a/app-admin/glance/glance-15.0.0.ebuild
+++ b/app-admin/glance/glance-15.0.0.ebuild
@@ -125,9 +125,7 @@ python_compile_all() {
 python_install_all() {
        distutils-r1_python_install_all
 
-       for svc in api glare registry scrubber; do
-               newinitd "${FILESDIR}/glance.initd-r2" glance-${svc}
-       done
+       newinitd "${FILESDIR}/glance.initd-2" glance-api
 
        diropts -m 0750 -o glance -g glance
        dodir /var/log/glance /var/lib/glance/images /var/lib/glance/scrubber

diff --git a/app-admin/glance/glance-2017.2.9999.ebuild 
b/app-admin/glance/glance-2017.2.9999.ebuild
index c65b743b462..71b923e6de6 100644
--- a/app-admin/glance/glance-2017.2.9999.ebuild
+++ b/app-admin/glance/glance-2017.2.9999.ebuild
@@ -126,9 +126,7 @@ python_compile_all() {
 python_install_all() {
        distutils-r1_python_install_all
 
-       for svc in api glare registry scrubber; do
-               newinitd "${FILESDIR}/glance.initd-r2" glance-${svc}
-       done
+       newinitd "${FILESDIR}/glance.initd-2" glance-api
 
        diropts -m 0750 -o glance -g glance
        dodir /var/log/glance /var/lib/glance/images /var/lib/glance/scrubber

Reply via email to