diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2018-11-29 17:28:27 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2018-11-29 17:28:27 -0800 |
commit | 96df26d385f072bf63b8884b26129f726f3b2e14 (patch) | |
tree | 58daaba9a713c342f180a8ff0db650dd1ae0ffff /sys-cluster/ceph | |
parent | kde-apps/messagelib: Fix runtime crash on new mail dialog (diff) | |
download | gentoo-96df26d385f072bf63b8884b26129f726f3b2e14.tar.gz gentoo-96df26d385f072bf63b8884b26129f726f3b2e14.tar.bz2 gentoo-96df26d385f072bf63b8884b26129f726f3b2e14.zip |
sys-cluster/ceph: Revision bump to 13.2.2-r3
Update to new version of confd and init scripts.
Closes: https://bugs.gentoo.org/670066
Closes: https://bugs.gentoo.org/661912
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-13.2.2-r3.ebuild (renamed from sys-cluster/ceph/ceph-13.2.2-r2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/ceph/ceph-13.2.2-r2.ebuild b/sys-cluster/ceph/ceph-13.2.2-r3.ebuild index 3035155be5e3..12a47de10f3b 100644 --- a/sys-cluster/ceph/ceph-13.2.2-r2.ebuild +++ b/sys-cluster/ceph/ceph-13.2.2-r3.ebuild @@ -331,8 +331,8 @@ src_install() { fowners -R ceph:ceph /var/lib/ceph /var/log/ceph newinitd "${FILESDIR}/rbdmap.initd" rbdmap - newinitd "${FILESDIR}/${PN}.initd-r9" ${PN} - newconfd "${FILESDIR}/${PN}.confd-r4" ${PN} + newinitd "${FILESDIR}/${PN}.initd-r10" ${PN} + newconfd "${FILESDIR}/${PN}.confd-r5" ${PN} insinto /etc/sysctl.d newins "${FILESDIR}"/sysctld 90-${PN}.conf |