From: Owen Synge Date: Tue, 10 May 2016 09:04:07 +0000 (+0200) Subject: debian/rules:Remove ceph-create-keys for deb packaging X-Git-Tag: v11.1.0~408^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d5af77f309f6f518d37041c265f03a21e2fc88c0;p=ceph.git debian/rules:Remove ceph-create-keys for deb packaging ceph-create-keys should not be started on boot of mons with upstart so should not exist in the deb. Signed-off-by: Owen Synge --- diff --git a/debian/rules b/debian/rules index 1fa764ed82d0..4fcbf5b995f3 100755 --- a/debian/rules +++ b/debian/rules @@ -55,7 +55,6 @@ override_dh_installinit: # per package, so do this ourselves install -d -m0755 debian/ceph-base/etc/init install -m0644 src/upstart/ceph-all.conf debian/ceph-base/etc/init - install -m0644 src/upstart/ceph-create-keys.conf debian/ceph-base/etc/init install -d -m0755 debian/ceph-osd/etc/init install -m0644 src/upstart/ceph-osd*.conf debian/ceph-osd/etc/init install -m0644 src/upstart/ceph-disk.conf debian/ceph-osd/etc/init @@ -83,12 +82,10 @@ override_dh_installinit: install -d -m0755 debian/ceph-mon/lib/systemd/system install -d -m0755 debian/ceph-osd/lib/systemd/system install -m0644 systemd/ceph-mon@.service debian/ceph-mon/lib/systemd/system - install -m0644 systemd/ceph-create-keys@.service debian/ceph-base/lib/systemd/system install -m0644 systemd/ceph-osd@.service debian/ceph-osd/lib/systemd/system install -m0644 systemd/ceph-disk@.service debian/ceph-osd/lib/systemd/system install -m0644 systemd/rbdmap.service debian/ceph-common/lib/systemd/system sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-mon/lib/systemd/system/ceph-mon@.service - sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-base/lib/systemd/system/ceph-create-keys@.service sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-osd/lib/systemd/system/ceph-osd@.service sed -i s./etc/sysconfig/./etc/default/.g debian/ceph-osd/lib/systemd/system/ceph-disk@.service install -m0644 systemd/ceph-mon.target debian/ceph-mon/lib/systemd/system