Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9928C10E81 for ; Fri, 19 Apr 2013 11:28:20 +0000 (UTC) Received: (qmail 54402 invoked by uid 500); 19 Apr 2013 11:28:19 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 54340 invoked by uid 500); 19 Apr 2013 11:28:19 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 52624 invoked by uid 99); 19 Apr 2013 11:28:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Apr 2013 11:28:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7C38B3248BD; Fri, 19 Apr 2013 11:28:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tsp@apache.org To: commits@cloudstack.apache.org Date: Fri, 19 Apr 2013 11:28:27 -0000 Message-Id: In-Reply-To: <92333337c91046f4b7601ac7d3a64bd4@git.apache.org> References: <92333337c91046f4b7601ac7d3a64bd4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [13/35] git commit: updated refs/heads/marvin_refactor to 4abd929 CLOUDSTACK-1977: Add management setup directory to classpath This way the DB upgrade process can locate the SQL files Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9573f51d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9573f51d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9573f51d Branch: refs/heads/marvin_refactor Commit: 9573f51d3b5c79209262c398c4f13897ceaa19a8 Parents: ce8c2eb Author: Wido den Hollander Authored: Thu Apr 18 21:32:08 2013 +0200 Committer: Wido den Hollander Committed: Thu Apr 18 21:32:08 2013 +0200 ---------------------------------------------------------------------- packaging/debian/init/cloud-management | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9573f51d/packaging/debian/init/cloud-management ---------------------------------------------------------------------- diff --git a/packaging/debian/init/cloud-management b/packaging/debian/init/cloud-management index 1e00831..8431eec 100755 --- a/packaging/debian/init/cloud-management +++ b/packaging/debian/init/cloud-management @@ -125,7 +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:/etc/cloudstack/management" +JSVC_CLASSPATH="/usr/share/java/commons-daemon.jar:$CATALINA_HOME/bin/bootstrap.jar:/etc/cloudstack/management:/usr/share/cloudstack-management/setup" # Look for Java Secure Sockets Extension (JSSE) JARs if [ -z "${JSSE_HOME}" -a -r "${JAVA_HOME}/jre/lib/jsse.jar" ]; then