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 E5B96F329 for ; Fri, 5 Apr 2013 21:03:05 +0000 (UTC) Received: (qmail 75094 invoked by uid 500); 5 Apr 2013 21:02:58 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 75023 invoked by uid 500); 5 Apr 2013 21:02:58 -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 74182 invoked by uid 99); 5 Apr 2013 21:02:57 -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, 05 Apr 2013 21:02:57 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8001C1EC09; Fri, 5 Apr 2013 21:02:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: prachidamle@apache.org To: commits@cloudstack.apache.org Date: Fri, 05 Apr 2013 21:03:16 -0000 Message-Id: In-Reply-To: <50a0b3e8441e465e86a772c009e58d65@git.apache.org> References: <50a0b3e8441e465e86a772c009e58d65@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [21/50] [abbrv] git commit: updated refs/heads/affinity_groups to ca1a794 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/28d5c959 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/28d5c959 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/28d5c959 Branch: refs/heads/affinity_groups Commit: 28d5c959d6bcc5c1a44ca1f79aef6437888b9f8d Parents: d24a45a Author: Wido den Hollander Authored: Wed Apr 3 15:46:37 2013 +0200 Committer: Wido den Hollander Committed: Wed Apr 3 15:57:40 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/28d5c959/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