diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-09-17 23:22:43 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-09-17 23:54:59 -0500 |
commit | 9b6399b82861fea546adffc3b0673b15226dadb7 (patch) | |
tree | 260864d72b4918a8216d9c4c41c006a9f37c5dea /app-admin/glance/glance-15.0.0.ebuild | |
parent | sys-cluster/cinder: update init script (diff) | |
download | gentoo-9b6399b82861fea546adffc3b0673b15226dadb7.tar.gz gentoo-9b6399b82861fea546adffc3b0673b15226dadb7.tar.bz2 gentoo-9b6399b82861fea546adffc3b0673b15226dadb7.zip |
app-admin/glance: update init script one last time
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-admin/glance/glance-15.0.0.ebuild')
-rw-r--r-- | app-admin/glance/glance-15.0.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-admin/glance/glance-15.0.0.ebuild b/app-admin/glance/glance-15.0.0.ebuild index 495638699ed5..9bea9ce0a554 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 |