diff options
author | Sage Weil <sage@newdream.net> | 2012-02-21 11:12:37 -0800 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2012-02-23 18:48:57 -0800 |
commit | 0281f1c61d285f18005e4a10c10afc7f02a4fdbf (patch) | |
tree | cd5c1e255a61f477112275253f1fa26c7f130ee4 | |
parent | f6e42a8ba8620ba1b8abd3df22027c5a7f783bf9 (diff) | |
download | ceph-0281f1c61d285f18005e4a10c10afc7f02a4fdbf.tar.gz |
debian: add ceph-dencoder
Signed-off-by: Sage Weil <sage@newdream.net>
-rw-r--r-- | debian/ceph-common.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/ceph-common.install b/debian/ceph-common.install index 41153266839..47726639888 100644 --- a/debian/ceph-common.install +++ b/debian/ceph-common.install @@ -4,12 +4,14 @@ usr/bin/cephfs usr/bin/ceph-conf usr/bin/ceph-syn usr/bin/ceph-authtool +usr/bin/ceph-dencoder usr/bin/rados usr/bin/rbd usr/share/man/man8/ceph.8 usr/share/man/man8/ceph-authtool.8 usr/share/man/man8/ceph-syn.8 usr/share/man/man8/ceph-conf.8 +usr/share/man/man8/ceph-dencoder.8 usr/share/man/man8/rados.8 usr/share/man/man8/rbd.8 usr/share/man/man8/mount.ceph.8 |