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

[1/2] git commit: bug fix

Updated Branches:
  refs/heads/maven-to-rpm 3902b18d6 -> 4b9927329


bug fix


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

Branch: refs/heads/maven-to-rpm
Commit: 4b9927329f5a4057211f225ee5e6ed994b4679d7
Parents: 13da6c1
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Fri Oct 5 22:48:00 2012 +0200
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Fri Oct 5 22:48:00 2012 +0200

----------------------------------------------------------------------
 packaging/centos63/cloud-management.sysconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4b992732/packaging/centos63/cloud-management.sysconfig
----------------------------------------------------------------------
diff --git a/packaging/centos63/cloud-management.sysconfig b/packaging/centos63/cloud-management.sysconfig
index cbc8b8b..15df8cd 100644
--- a/packaging/centos63/cloud-management.sysconfig
+++ b/packaging/centos63/cloud-management.sysconfig
@@ -18,6 +18,6 @@
 # This file is loaded in /etc/init.d/vmopsmanagement
 # ATM we only do two things here:
 
-dummy=1 ; export TOMCAT_CFG=/etc/cloudstack/management/tomcat6.conf ; . /etc/cloudstack/management/tomcat6.conf
+dummy=1 ; export TOMCAT_CFG=/etc/cloud/management/tomcat6.conf ; . /etc/cloud/management/tomcat6.conf
 #--------------------------