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 2014/12/23 14:16:18 UTC

activemq git commit: https://issues.apache.org/jira/browse/AMQ-5378 - shell script improvements - remove hostname from pid file

Repository: activemq
Updated Branches:
  refs/heads/trunk 7100bf377 -> 83631e306


https://issues.apache.org/jira/browse/AMQ-5378 - shell script improvements - remove hostname from pid file


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/83631e30
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/83631e30
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/83631e30

Branch: refs/heads/trunk
Commit: 83631e30687ba6fc269eafda9167e38e4877a103
Parents: 7100bf3
Author: Dejan Bosanac <de...@nighttale.net>
Authored: Tue Dec 23 14:16:07 2014 +0100
Committer: Dejan Bosanac <de...@nighttale.net>
Committed: Tue Dec 23 14:16:07 2014 +0100

----------------------------------------------------------------------
 assembly/src/release/bin/activemq | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/83631e30/assembly/src/release/bin/activemq
----------------------------------------------------------------------
diff --git a/assembly/src/release/bin/activemq b/assembly/src/release/bin/activemq
index 9d80a09..1d0fab4 100755
--- a/assembly/src/release/bin/activemq
+++ b/assembly/src/release/bin/activemq
@@ -131,7 +131,7 @@ fi
 
 # Location of the pidfile
 if [ -z "$ACTIVEMQ_PIDFILE" ]; then
-  ACTIVEMQ_PIDFILE="$ACTIVEMQ_DATA/activemq-`hostname`.pid"
+  ACTIVEMQ_PIDFILE="$ACTIVEMQ_DATA/activemq.pid"
 fi