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 16:19:32 UTC

activemq git commit: https://issues.apache.org/jira/browse/AMQ-5378 - shell script improvements - revert stop pid renaming

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


https://issues.apache.org/jira/browse/AMQ-5378 - shell script improvements - revert stop pid renaming


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

Branch: refs/heads/trunk
Commit: c266b1069b767b74308e5b1f59789c28d448bf69
Parents: 83631e3
Author: Dejan Bosanac <de...@nighttale.net>
Authored: Tue Dec 23 16:19:16 2014 +0100
Committer: Dejan Bosanac <de...@nighttale.net>
Committed: Tue Dec 23 16:19:16 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/c266b106/assembly/src/release/bin/activemq
----------------------------------------------------------------------
diff --git a/assembly/src/release/bin/activemq b/assembly/src/release/bin/activemq
index 1d0fab4..ce94aef 100755
--- a/assembly/src/release/bin/activemq
+++ b/assembly/src/release/bin/activemq
@@ -314,7 +314,7 @@ invokeJar(){
               $ACTIVEMQ_CYGWIN \
               -jar \"${ACTIVEMQ_HOME}/bin/activemq.jar\" $COMMANDLINE_ARGS --pid $PID &
               RET=\"\$?\"; APID=\"\$!\";
-              echo \$APID > "${PIDFILE}.stop"; exit \$RET" $DOIT_POSTFIX
+              echo \$APID > "$ACTIVEMQ_DATA/stop.pid"; exit \$RET" $DOIT_POSTFIX
       RET="$?"
    else
       $EXEC_OPTION $DOIT_PREFIX "\"$JAVACMD\" $ACTIVEMQ_OPTS $ACTIVEMQ_DEBUG_OPTS \