You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2013/04/05 17:17:12 UTC

git commit: updated refs/heads/4.1 to bfc8ffc

Updated Branches:
  refs/heads/4.1 76438b825 -> bfc8ffcd2


debian: Update the cloudstack-management server's classpath

It should contain /etc/cloudstack/management so it can locate it's configuration


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

Branch: refs/heads/4.1
Commit: bfc8ffcd27c8882503747cc56cfa0c29389d2b00
Parents: 76438b8
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Wed Apr 3 15:46:37 2013 +0200
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Fri Apr 5 17:16:54 2013 +0200

----------------------------------------------------------------------
 packaging/debian/init/cloud-management |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bfc8ffcd/packaging/debian/init/cloud-management
----------------------------------------------------------------------
diff --git a/packaging/debian/init/cloud-management b/packaging/debian/init/cloud-management
index 3ebaa73..1e00831 100755
--- a/packaging/debian/init/cloud-management
+++ b/packaging/debian/init/cloud-management
@@ -125,8 +125,7 @@ fi
 # Define other required variables
 CATALINA_PID="/var/run/$NAME.pid"
 BOOTSTRAP_CLASS=org.apache.catalina.startup.Bootstrap
-JSVC_CLASSPATH="/usr/share/java/commons-daemon.jar:$CATALINA_HOME/bin/bootstrap.jar"
-JSVC_CLASSPATH=$CLASSPATH:$JSVC_CLASSPATH
+JSVC_CLASSPATH="/usr/share/java/commons-daemon.jar:$CATALINA_HOME/bin/bootstrap.jar:/etc/cloudstack/management"
 
 # Look for Java Secure Sockets Extension (JSSE) JARs
 if [ -z "${JSSE_HOME}" -a -r "${JAVA_HOME}/jre/lib/jsse.jar" ]; then