summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2017-09-27 14:19:27 -0700
committerPatrick McLean <chutzpah@gentoo.org>2017-09-27 14:19:27 -0700
commit9dd511f4d8969258c23668e21dbd08f5ab76ae46 (patch)
tree35d756c57be1bdda4aab57177b57611062817da6 /sys-cluster/ceph/files
parentnet-print/hplip: Remove old. (diff)
downloadgentoo-9dd511f4d8969258c23668e21dbd08f5ab76ae46.tar.gz
gentoo-9dd511f4d8969258c23668e21dbd08f5ab76ae46.tar.bz2
gentoo-9dd511f4d8969258c23668e21dbd08f5ab76ae46.zip
sys-cluster/ceph: Version bump to 12.2.1
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'sys-cluster/ceph/files')
-rw-r--r--sys-cluster/ceph/files/ceph-12.2.1-systemd-unitdir.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-cluster/ceph/files/ceph-12.2.1-systemd-unitdir.patch b/sys-cluster/ceph/files/ceph-12.2.1-systemd-unitdir.patch
new file mode 100644
index 000000000000..28d1a02d711b
--- /dev/null
+++ b/sys-cluster/ceph/files/ceph-12.2.1-systemd-unitdir.patch
@@ -0,0 +1,10 @@
+diff --git a/systemd/CMakeLists.txt b/systemd/CMakeLists.txt
+index 3b03b6e613..c359ad2df9 100644
+--- a/systemd/CMakeLists.txt
++++ b/systemd/CMakeLists.txt
+@@ -17,4 +17,4 @@ install(FILES
+ ceph-disk@.service
+ ceph-volume@.service
+ rbdmap.service
+- DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/systemd/system)
++ DESTINATION ${SYSTEMD_UNITDIR})