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/ui-plugins Commit: cc9110d7a1da67dbf6889b44a5c8447c15ebc2ff Parents: 3b52249 Author: Hugo Trippaers <[email protected]> Authored: Tue Jan 29 08:44:07 2013 +0100 Committer: Hugo Trippaers <[email protected]> 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
