Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debian/rules: put init-ceph in /etc/init.d/ceph, not ceph-base #8406

Merged
merged 1 commit into from
Apr 1, 2016

Commits on Apr 1, 2016

  1. 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>
    dmick committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    a29b96a View commit details
    Browse the repository at this point in the history