[jboss-cvs] JBossAS SVN: r62719 - trunk/server/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 2 05:06:49 EDT 2007


Author: dimitris at jboss.org
Date: 2007-05-02 05:06:49 -0400 (Wed, 02 May 2007)
New Revision: 62719

Modified:
   trunk/server/src/bin/shutdown.sh
Log:
JBAS-4155, do not source run.conf or what the RUN_CONF variable may point to from shutdown.sh

Modified: trunk/server/src/bin/shutdown.sh
===================================================================
--- trunk/server/src/bin/shutdown.sh	2007-05-02 09:06:09 UTC (rev 62718)
+++ trunk/server/src/bin/shutdown.sh	2007-05-02 09:06:49 UTC (rev 62719)
@@ -19,14 +19,6 @@
     exit 1
 }
 
-# Read an optional running configuration file
-if [ "x$RUN_CONF" = "x" ]; then
-    RUN_CONF="$DIRNAME/run.conf"
-fi
-if [ -r $RUN_CONF ]; then
-    . $RUN_CONF
-fi
-
 # OS specific support (must be 'true' or 'false').
 cygwin=false;
 case "`uname`" in




More information about the jboss-cvs-commits mailing list