diff options
author | Sage Weil <sage@inktank.com> | 2013-02-12 18:17:55 -0800 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-02-13 12:30:22 -0800 |
commit | 23ad3a46a0099e263f43e0f0c1df1d21cfe58b3f (patch) | |
tree | 0af61be30092eb002bb25075ebdf213559e1abde | |
parent | e80675a0f333c04452d4822fd0eb3c6e92eda3df (diff) | |
download | ceph-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-x | debian/rules | 2 |
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 |