]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
makefile: put sample conf files in /etc/ceph
authorSage Weil <sage@newdream.net>
Sun, 1 Mar 2009 05:50:19 +0000 (21:50 -0800)
committerSage Weil <sage@newdream.net>
Sun, 1 Mar 2009 05:50:19 +0000 (21:50 -0800)
debian/ceph-common.install
src/Makefile.am

index 51bf4f684dc1cb7b4e882578f334394144fbb3dc..f9dd5568b5e67e989bf277969098b4b4103c2cfe 100644 (file)
@@ -8,3 +8,5 @@ usr/bin/crun
 usr/sbin/mount.ceph
 usr/sbin/mkcephfs
 usr/lib/ceph/ceph_common.sh
+etc/ceph/sample.ceph.conf
+etc/ceph/sample.cluster.conf
\ No newline at end of file
index f04d960a0186e4ff167b3fb9de10a7c4c39d5d56..bf4771b6ebe2cb2b1ebcc7d584aff670cc491301 100644 (file)
@@ -172,6 +172,8 @@ EXTRA_DIST = verify-mds-journal.sh vstart.sh \
 install-data-local:
        mkdir -p $(DESTDIR)$(libdir)/ceph
        $(install_sh_SCRIPT) -m 0755 ceph_common.sh $(DESTDIR)$(libdir)/ceph/ceph_common.sh
+       $(install_sh_SCRIPT) -m 0600 sample.ceph.conf $(DESTDIR)$(libdir)/ceph/sample.ceph.conf
+       $(install_sh_SCRIPT) -m 0600 sample.cluster.conf $(DESTDIR)$(libdir)/ceph/sample.cluster.conf
        mkdir -p $(DESTDIR)$(sysconfdir)/init.d
        $(install_sh_SCRIPT) -m 0755 ceph-daemons $(DESTDIR)$(sysconfdir)/init.d/ceph-daemons
        $(install_sh_SCRIPT) -m 0755 ceph-daemons $(DESTDIR)$(sysconfdir)/init.d/ceph-daemons