You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ki...@apache.org on 2013/01/31 18:07:19 UTC

[3/43] git commit: refs/heads/regions - We need these system libs to be present

We need these system libs to be present


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

Branch: refs/heads/regions
Commit: cc9110d7a1da67dbf6889b44a5c8447c15ebc2ff
Parents: 3b52249
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Tue Jan 29 08:44:07 2013 +0100
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Tue Jan 29 16:23:13 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/cc9110d7/packaging/centos63/cloud-agent.rc
----------------------------------------------------------------------
diff --git a/packaging/centos63/cloud-agent.rc b/packaging/centos63/cloud-agent.rc
index 084b715..505118f 100755
--- a/packaging/centos63/cloud-agent.rc
+++ b/packaging/centos63/cloud-agent.rc
@@ -58,7 +58,7 @@ export JAVA_HOME
 SCP=""
 DCP=""
 ACP=`ls /usr/share/cloud/java/* | tr '\n' ':'`
-JCP="/usr/share/java/commons-daemon.jar"
+JCP="/usr/share/java/jna.jar:/usr/share/java/commons-daemon.jar"
 
 # We need to append the JSVC daemon JAR to the classpath
 # AgentShell implements the JSVC daemon methods