[jboss-cvs] JBossAS SVN: r62718 - branches/Branch_4_2/server/src/bin.

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


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

Modified:
   branches/Branch_4_2/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: branches/Branch_4_2/server/src/bin/shutdown.sh
===================================================================
--- branches/Branch_4_2/server/src/bin/shutdown.sh	2007-05-02 05:04:02 UTC (rev 62717)
+++ branches/Branch_4_2/server/src/bin/shutdown.sh	2007-05-02 09:06:09 UTC (rev 62718)
@@ -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