Register the init scripts. Signed-off-by: Wido den Hollander <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bb16d48f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bb16d48f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bb16d48f Branch: refs/heads/master Commit: bb16d48f0cd04509162b7357ca5e363d71296ba8 Parents: b77198d Author: Felix Geyer <[email protected]> Authored: Mon Feb 16 17:02:31 2015 +0100 Committer: Wido den Hollander <[email protected]> Committed: Thu Mar 5 14:39:55 2015 +0100 ---------------------------------------------------------------------- debian/rules | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bb16d48f/debian/rules ---------------------------------------------------------------------- diff --git a/debian/rules b/debian/rules index 5c61029..d43f4f6 100755 --- a/debian/rules +++ b/debian/rules @@ -150,5 +150,8 @@ override_dh_auto_install: rm $(DESTDIR)/usr/share/$(PACKAGE)-bridge/webapps/awsapi/WEB-INF/classes/services.xml rm -rf $(DESTDIR)/usr/share/$(PACKAGE)-bridge/webapps/awsapi/WEB-INF/classes/META-INF +override_dh_installinit: + dh_installinit -pcloudstack-management -pcloudstack-agent -pcloudstack-usage --onlyscripts --no-start + override_dh_installdocs: dh_installdocs -A tools/whisker/LICENSE tools/whisker/NOTICE INSTALL.md
