debian: Remove the scripts directory from the classpath Scripts are found by paths.script in environment.properties
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/379177fa Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/379177fa Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/379177fa Branch: refs/heads/ui-multiple-nics Commit: 379177fafcb9c3b3c3c00e00ef23475e9ded1c04 Parents: c83eae6 Author: Wido den Hollander <[email protected]> Authored: Fri Mar 1 15:22:12 2013 +0100 Committer: Wido den Hollander <[email protected]> Committed: Fri Mar 1 16:47:05 2013 +0100 ---------------------------------------------------------------------- packaging/debian/init/cloud-agent | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/379177fa/packaging/debian/init/cloud-agent ---------------------------------------------------------------------- diff --git a/packaging/debian/init/cloud-agent b/packaging/debian/init/cloud-agent index a264486..c1b1b7f 100755 --- a/packaging/debian/init/cloud-agent +++ b/packaging/debian/init/cloud-agent @@ -59,7 +59,7 @@ ACP=`ls /usr/share/cloudstack-agent/lib/* | tr '\n' ':'` # We need to append the JSVC daemon JAR to the classpath # AgentShell implements the JSVC daemon methods -export CLASSPATH="/usr/share/java/commons-daemon.jar:$ACP:/etc/cloudstack/agent:/usr/share/cloudstack-common/scripts" +export CLASSPATH="/usr/share/java/commons-daemon.jar:$ACP:/etc/cloudstack/agent" wait_for_network() { i=1
