You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2012/10/10 00:35:49 UTC

[1/2] git commit: set ownership to cloud

Updated Branches:
  refs/heads/4.0 b9e936c34 -> 8b592301a


set ownership to cloud


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

Branch: refs/heads/4.0
Commit: 8b592301a4bd4ed568b8b79db391a20d051595b8
Parents: 18226b0
Author: Edison Su <su...@gmail.com>
Authored: Tue Oct 9 15:35:33 2012 -0700
Committer: Edison Su <su...@gmail.com>
Committed: Tue Oct 9 15:35:33 2012 -0700

----------------------------------------------------------------------
 debian/cloud-awsapi.postinst |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8b592301/debian/cloud-awsapi.postinst
----------------------------------------------------------------------
diff --git a/debian/cloud-awsapi.postinst b/debian/cloud-awsapi.postinst
index c431078..b0f4ac1 100644
--- a/debian/cloud-awsapi.postinst
+++ b/debian/cloud-awsapi.postinst
@@ -27,6 +27,8 @@ case "$1" in
     	do
         	cp -f /usr/share/cloud/bridge/conf/$c /usr/share/cloud/management/conf
     	done
+	chown cloud:cloud /usr/share/cloud/bridge/webapps7080/awsapi -R
+	chmod 755 /usr/share/cloud/bridge/webapps7080/awsapi -R
 esac
 
 #DEBHELPER#