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 2013/01/29 15:04:42 UTC

[1/2] git commit: 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/aa7ac083
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/aa7ac083
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/aa7ac083

Branch: refs/heads/packaging
Commit: aa7ac083cd80b3d1f48970cc25ee10e29f33f692
Parents: bb3cb77
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 14:59:30 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/aa7ac083/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