From cf41f67abf7cfe2f8c19fe8b62bb7ecbebc26876 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 22 Dec 2016 11:47:13 +0100 Subject: [PATCH] rename pve.conf to ceph-after-pve-cluster.conf --- bin/init.d/Makefile | 8 ++++---- bin/init.d/{pve.conf => ceph-after-pve-cluster.conf} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename bin/init.d/{pve.conf => ceph-after-pve-cluster.conf} (100%) diff --git a/bin/init.d/Makefile b/bin/init.d/Makefile index aaa147a7..475f01df 100644 --- a/bin/init.d/Makefile +++ b/bin/init.d/Makefile @@ -26,13 +26,13 @@ install: ${SCRIPTS} install -d ${SERVICEDIR} install -m 0644 ${SERVICES} ${SERVICEDIR} install -d ${SERVICEDIR}/ceph-mon@.service.d - install -m 0644 pve.conf ${SERVICEDIR}/ceph-mon@.service.d + install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mon@.service.d install -d ${SERVICEDIR}/ceph-osd@.service.d - install -m 0644 pve.conf ${SERVICEDIR}/ceph-osd@.service.d + install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-osd@.service.d install -d ${SERVICEDIR}/ceph-disk@.service.d - install -m 0644 pve.conf ${SERVICEDIR}/ceph-disk@.service.d + install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-disk@.service.d install -d ${SERVICEDIR}/ceph-mds@.service.d - install -m 0644 pve.conf ${SERVICEDIR}/ceph-mds@.service.d + install -m 0644 ceph-after-pve-cluster.conf ${SERVICEDIR}/ceph-mds@.service.d install -d ${DESTDIR}/usr/share/doc/{$PACKAGE}/examples/ install -m 0644 ceph.service ${DESTDIR}/usr/share/doc/${PACKAGE}/examples/ceph.service diff --git a/bin/init.d/pve.conf b/bin/init.d/ceph-after-pve-cluster.conf similarity index 100% rename from bin/init.d/pve.conf rename to bin/init.d/ceph-after-pve-cluster.conf