[Pkg-ceph-commits] [ceph] 06/08: Fixup install directories for ceph-osd/base/mon

James Downing Page jamespage at moszumanska.debian.org
Thu Jul 14 09:52:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch ubuntu-yakkety
in repository ceph.

commit 7886a158d61d6efee71aff43d0a86d6b849e15cc
Author: James Page <james.page at ubuntu.com>
Date:   Tue Jul 12 11:53:19 2016 +0100

    Fixup install directories for ceph-osd/base/mon
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 293a877..fb4d4ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -95,7 +95,9 @@ override_dh_installinit:
 	install -d -m0755 debian/ceph-common/usr/lib/tmpfiles.d
 	install -m 0644 -D systemd/ceph.tmpfiles.d debian/ceph-common/usr/lib/tmpfiles.d/ceph.conf
 	# systemd:ceph
-	install -d -m0755 debian/ceph/lib/systemd/system
+	install -d -m0755 debian/ceph-base/lib/systemd/system
+	install -d -m0755 debian/ceph-mon/lib/systemd/system
+	install -d -m0755 debian/ceph-osd/lib/systemd/system
 	install -m0644 systemd/ceph-mon at .service debian/ceph-mon/lib/systemd/system
 	install -m0644 systemd/ceph-create-keys at .service debian/ceph-base/lib/systemd/system
 	install -m0644 systemd/ceph-osd at .service debian/ceph-osd/lib/systemd/system

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list