From a214865a5cf05d75df1ad2b3e8364e4c41c6b2ab Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 12 Jun 2016 08:39:21 +0000 Subject: graphics/geoserver: Update version 2.8.3=>2.9.0 --- graphics/geoserver/files/patch-bin_startup.sh | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) (limited to 'graphics/geoserver/files/patch-bin_startup.sh') 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 -- cgit v1.2.3