]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
debian/rules: put init-ceph in /etc/init.d/ceph, not ceph-base 8406/head
authorDan Mick <dan.mick@redhat.com>
Fri, 1 Apr 2016 03:30:00 +0000 (20:30 -0700)
committerDan Mick <dan.mick@redhat.com>
Fri, 1 Apr 2016 04:13:13 +0000 (21:13 -0700)
commita29b96ad3a489ef2c95cf9db7a2fc2534bc7fccc
tree730afef3d1a77fa8dba0b8be1115d73425d537a0
parentd994c111a1ff8f3bec4d050e9576871437f881e4
debian/rules: put init-ceph in /etc/init.d/ceph, not ceph-base

When the package name changed from ceph to ceph-base, dh_installinit
started installing the init script into /etc/init.d/ceph-base.  Fix
this by using --name ceph with dh_installinit, which requires
1) naming the .init file ceph-base.ceph.init, and
2) calling dh_installinit separately for each package

Fixes: http://tracker.ceph.com/issues/15329
Signed-off-by: Dan Mick <dan.mick@redhat.com>
debian/rules