You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2014/09/12 17:41:20 UTC

git commit: updated refs/heads/master to 4179ccb

Repository: cloudstack
Updated Branches:
  refs/heads/master abc713226 -> 4179ccbf5


debian: stop tomcat6 after installing cloudstack-management

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4179ccbf
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4179ccbf
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4179ccbf

Branch: refs/heads/master
Commit: 4179ccbf55c3c2918accb773b776d58d6d619e6e
Parents: abc7132
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Fri Sep 12 17:34:44 2014 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri Sep 12 17:34:44 2014 +0200

----------------------------------------------------------------------
 debian/cloudstack-management.postinst | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4179ccbf/debian/cloudstack-management.postinst
----------------------------------------------------------------------
diff --git a/debian/cloudstack-management.postinst b/debian/cloudstack-management.postinst
index 8d99f6a..e05f13b 100644
--- a/debian/cloudstack-management.postinst
+++ b/debian/cloudstack-management.postinst
@@ -52,4 +52,5 @@ if [ "$1" = configure ]; then
 
     chmod 0640 /etc/cloudstack/management/db.properties
     chgrp cloud /etc/cloudstack/management/db.properties
+    service tomcat6 stop || true
 fi