rename pve.conf to ceph-after-pve-cluster.conf

This commit is contained in:
Dietmar Maurer 2016-12-22 11:47:13 +01:00
parent b8fb9fb028
commit cf41f67abf
2 changed files with 4 additions and 4 deletions

View File

@ -26,13 +26,13 @@ install: ${SCRIPTS}
install -d ${SERVICEDIR} install -d ${SERVICEDIR}
install -m 0644 ${SERVICES} ${SERVICEDIR} install -m 0644 ${SERVICES} ${SERVICEDIR}
install -d ${SERVICEDIR}/ceph-mon@.service.d 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 -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 -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 -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 -d ${DESTDIR}/usr/share/doc/{$PACKAGE}/examples/
install -m 0644 ceph.service ${DESTDIR}/usr/share/doc/${PACKAGE}/examples/ceph.service install -m 0644 ceph.service ${DESTDIR}/usr/share/doc/${PACKAGE}/examples/ceph.service