debian: Only include JAR files into the classpath
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/03bc74bd Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/03bc74bd Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/03bc74bd Branch: refs/heads/gslb-wip Commit: 03bc74bd505a5382b45d0e4e866268e6ed6bca51 Parents: 19c6d80 Author: Wido den Hollander <w...@42on.com> Authored: Wed Mar 6 18:56:11 2013 +0100 Committer: Wido den Hollander <w...@42on.com> Committed: Wed Mar 6 19:26:18 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/03bc74bd/packaging/debian/init/cloud-agent ---------------------------------------------------------------------- diff --git a/packaging/debian/init/cloud-agent b/packaging/debian/init/cloud-agent index 3d9d3db..502bef4 100755 --- a/packaging/debian/init/cloud-agent +++ b/packaging/debian/init/cloud-agent @@ -55,7 +55,7 @@ for jdir in $JDK_DIRS; do done export JAVA_HOME -ACP=`ls /usr/share/cloudstack-agent/lib/* | tr '\n' ':' | sed s'/.$//'` +ACP=`ls /usr/share/cloudstack-agent/lib/*.jar | tr '\n' ':' | sed s'/.$//'` # We need to append the JSVC daemon JAR to the classpath # AgentShell implements the JSVC daemon methods