You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2011/06/13 17:16:07 UTC

svn commit: r1135133 - /activemq/trunk/assembly/src/release/bin/activemq

Author: dejanb
Date: Mon Jun 13 15:16:06 2011
New Revision: 1135133

URL: http://svn.apache.org/viewvc?rev=1135133&view=rev
Log:
https://issues.apache.org/jira/browse/AMQ-3365 -  add hostname to pid file name

Modified:
    activemq/trunk/assembly/src/release/bin/activemq

Modified: activemq/trunk/assembly/src/release/bin/activemq
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/bin/activemq?rev=1135133&r1=1135132&r2=1135133&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/bin/activemq (original)
+++ activemq/trunk/assembly/src/release/bin/activemq Mon Jun 13 15:16:06 2011
@@ -103,7 +103,7 @@ fi
 
 # Location of the pidfile
 if [ -z "$ACTIVEMQ_PIDFILE" ]; then
-  ACTIVEMQ_PIDFILE="$ACTIVEMQ_DATA_DIR/activemq.pid"
+  ACTIVEMQ_PIDFILE="$ACTIVEMQ_DATA_DIR/activemq-$(hostname).pid"
 fi
 
 # Location of the java installation