You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/09/12 02:38:57 UTC

[16/50] [abbrv] git commit: debian: Update locations where to search for Java under Ubuntu and Debian

debian: Update locations where to search for Java under Ubuntu and Debian


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

Branch: refs/heads/javelin
Commit: a0b638ba9dedf753b48ad5ed5de5ca0486e4bf23
Parents: b20df4f
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Tue Sep 11 15:22:17 2012 +0200
Committer: Alex Huang <al...@citrix.com>
Committed: Tue Sep 11 17:38:17 2012 -0700

----------------------------------------------------------------------
 .../ubuntu/SYSCONFDIR/init.d/cloud-management.in   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a0b638ba/client/distro/ubuntu/SYSCONFDIR/init.d/cloud-management.in
----------------------------------------------------------------------
diff --git a/client/distro/ubuntu/SYSCONFDIR/init.d/cloud-management.in b/client/distro/ubuntu/SYSCONFDIR/init.d/cloud-management.in
index b4f2d3e..5ed86c2 100755
--- a/client/distro/ubuntu/SYSCONFDIR/init.d/cloud-management.in
+++ b/client/distro/ubuntu/SYSCONFDIR/init.d/cloud-management.in
@@ -60,7 +60,7 @@ TOMCAT6_USER=tomcat6
 
 # The first existing directory is used for JAVA_HOME (if JAVA_HOME is not
 # defined in $DEFAULT)
-JDK_DIRS="/usr/lib/jvm/java-1.6.0-openjdk-i386/ /usr/lib/jvm/java-6-openjdk /usr/lib/jvm/java-6-sun /usr/lib/jvm/java-1.5.0-sun /usr/lib/j2sdk1.5-sun /usr/lib/j2sdk1.5-ibm"
+JDK_DIRS="/usr/lib/jvm/java-1.6.0-openjdk-amd64/ /usr/lib/jvm/java-1.6.0-openjdk-i386/ /usr/lib/jvm/java-1.6.0-openjdk/ /usr/lib/jvm/java-6-openjdk /usr/lib/jvm/java-6-sun"
 
 # Look for the right JVM to use
 for jdir in $JDK_DIRS; do