From 924cac52607019e56ad76ca997e25a38fb2a59a5 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 1 Aug 2008 16:15:55 -0700 Subject: [PATCH] debian: include missing items in ceph-mon, chmod +x rules --- debian/ceph-cmon.dirs | 1 - debian/ceph-mon.install | 7 +++++++ debian/rules | 0 3 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 debian/ceph-cmon.dirs mode change 100644 => 100755 debian/rules diff --git a/debian/ceph-cmon.dirs b/debian/ceph-cmon.dirs deleted file mode 100644 index e77248175524d..0000000000000 --- a/debian/ceph-cmon.dirs +++ /dev/null @@ -1 +0,0 @@ -usr/bin diff --git a/debian/ceph-mon.install b/debian/ceph-mon.install index 0cfabadea9dbf..430c31d76d0e9 100644 --- a/debian/ceph-mon.install +++ b/debian/ceph-mon.install @@ -1 +1,8 @@ usr/bin/cmon +usr/bin/cmonctl +usr/bin/crushtool +usr/bin/mkmonfs +usr/bin/monmaptool +usr/bin/osdmaptool +usr/bin/csyn + diff --git a/debian/rules b/debian/rules old mode 100644 new mode 100755 -- 2.39.5