]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #4412 from tchaikov/wip-add-man-page
authorLoic Dachary <loic@dachary.org>
Tue, 12 May 2015 14:03:07 +0000 (16:03 +0200)
committerLoic Dachary <loic@dachary.org>
Tue, 12 May 2015 14:03:07 +0000 (16:03 +0200)
doc: add man page for ceph-create-keys

Reviewed-by: Loic Dachary <ldachary@redhat.com>
1  2 
ceph.spec.in
debian/ceph.install
man/Makefile-server.am

diff --cc ceph.spec.in
index 717aa011ce6a1d55a755328c9f61bed7bfac3a96,638dd2ca408271088db68d0c779acb792fdaf031..575e04f8fcca2a116ff4090957134fe6b164a80b
  %endif
  %config %{_sysconfdir}/bash_completion.d/ceph
  %config(noreplace) %{_sysconfdir}/logrotate.d/ceph
 +%if 0%{?suse_version}
 +%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-mon
 +%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-osd-mds
 +%endif
 +%{python_sitelib}/ceph_detect_init*
  %{_mandir}/man8/ceph-deploy.8*
 +%{_mandir}/man8/ceph-detect-init.8*
  %{_mandir}/man8/ceph-disk.8*
+ %{_mandir}/man8/ceph-create-keys.8*
  %{_mandir}/man8/ceph-mon.8*
  %{_mandir}/man8/ceph-mds.8*
  %{_mandir}/man8/ceph-osd.8*
index 73e32ba5330709fad75aea9e1a92aec3232d7281,dca7dab4f53a99032a491f9ca1e80ff4d96fb406..6278c437589cabf77dca9beae75a73332c03bcb5
@@@ -25,9 -22,9 +25,10 @@@ usr/libexec/ceph/ceph-osd-prestart.s
  usr/share/doc/ceph/sample.ceph.conf
  usr/share/doc/ceph/sample.fetch_config
  usr/share/man/man8/ceph-clsinfo.8
+ usr/share/man/man8/ceph-create-keys.8
  usr/share/man/man8/ceph-debugpack.8
  usr/share/man/man8/ceph-deploy.8
 +usr/share/man/man8/ceph-detect-init.8
  usr/share/man/man8/ceph-disk.8
  usr/share/man/man8/ceph-mon.8
  usr/share/man/man8/ceph-osd.8
Simple merge