diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2016-06-12 08:39:21 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2016-06-12 08:39:21 +0000 |
commit | a214865a5cf05d75df1ad2b3e8364e4c41c6b2ab (patch) | |
tree | a1fa318d3d9d0298d5149f32c96d7064cf4f8607 /graphics/geoserver/files/patch-bin_startup.sh | |
parent | graphics/tiffgt: Update version 4.0.4=>4.0.6 (diff) |
graphics/geoserver: Update version 2.8.3=>2.9.0
Diffstat (limited to 'graphics/geoserver/files/patch-bin_startup.sh')
-rw-r--r-- | graphics/geoserver/files/patch-bin_startup.sh | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/graphics/geoserver/files/patch-bin_startup.sh b/graphics/geoserver/files/patch-bin_startup.sh index b4ddbf17e417..8d0d01f72b86 100644 --- a/graphics/geoserver/files/patch-bin_startup.sh +++ b/graphics/geoserver/files/patch-bin_startup.sh @@ -1,27 +1,6 @@ ---- bin/startup.sh.orig 2015-09-30 16:13:46 UTC +--- bin/startup.sh.orig 2016-06-11 18:51:47 UTC +++ bin/startup.sh -@@ -5,20 +5,6 @@ - # $Id$ - # ----------------------------------------------------------------------------- - --# Make sure prerequisite environment variables are set --if [ -z "$JAVA_HOME" ]; then -- echo "The JAVA_HOME environment variable is not defined" -- echo "This environment variable is needed to run this program" -- exit 1 --fi --if [ ! -r "$JAVA_HOME"/bin/java ]; then -- echo "The JAVA_HOME environment variable is not defined correctly" -- echo "This environment variable is needed to run this program" -- exit 1 --fi --# Set standard commands for invoking Java. --_RUNJAVA="$JAVA_HOME"/bin/java -- - if [ -z $GEOSERVER_HOME ]; then - #If GEOSERVER_HOME not set then guess a few locations before giving - # up and demanding user set it. -@@ -71,4 +57,4 @@ cd "$GEOSERVER_HOME" +@@ -74,4 +74,4 @@ cd "$GEOSERVER_HOME" echo "GEOSERVER DATA DIR is $GEOSERVER_DATA_DIR" #added headless to true by default, if this messes anyone up let the list #know and we can change it back, but it seems like it won't hurt -ch |