summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-02-12 18:17:55 -0800
committerSage Weil <sage@inktank.com>2013-02-13 12:30:22 -0800
commit23ad3a46a0099e263f43e0f0c1df1d21cfe58b3f (patch)
tree0af61be30092eb002bb25075ebdf213559e1abde
parente80675a0f333c04452d4822fd0eb3c6e92eda3df (diff)
downloadceph-23ad3a46a0099e263f43e0f0c1df1d21cfe58b3f.tar.gz
debian: put ceph-mds upstart conf in ceph-mds package
Fixes: #3157 Signed-off-by: Sage Weil <sage@inktank.com>
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 3ca901f418f..39080a4edf3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -128,6 +128,8 @@ binary-arch: build install
# per package, so do this ourselves
install -d -m0755 debian/ceph/etc/init
install -m0644 src/upstart/ceph*.conf debian/ceph/etc/init
+ install -d -m0755 debian/ceph-mds/etc/init
+ mv debian/ceph/etc/init/ceph-mds* debian/ceph-mds/etc/init
install -d -m0755 debian/radosgw/etc/init
install -m0644 src/upstart/radosgw*.conf debian/radosgw/etc/init
dh_installman -a