From 580635473ddd9d819cffd8816cff6425f1d9dd14 Mon Sep 17 00:00:00 2001 From: "Timothy A. Bish" Date: Fri, 13 Jan 2012 15:24:22 +0000 Subject: [PATCH] fix for: https://issues.apache.org/jira/browse/AMQ-3659 git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1231124 13f79535-47bb-0310-9956-ffa450edef68 --- assembly/src/release/bin/linux-x86-32/activemq | 16 ++++++++-------- assembly/src/release/bin/linux-x86-64/activemq | 16 ++++++++-------- assembly/src/release/bin/macosx/activemq | 16 ++++++++-------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/assembly/src/release/bin/linux-x86-32/activemq b/assembly/src/release/bin/linux-x86-32/activemq index f661012c42..efb026fc65 100644 --- a/assembly/src/release/bin/linux-x86-32/activemq +++ b/assembly/src/release/bin/linux-x86-32/activemq @@ -7,9 +7,9 @@ # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -50,7 +50,7 @@ PIDDIR="." # The following two lines are used by the chkconfig command. Change as is # appropriate for your application. They should remain commented. -# chkconfig: 2345 20 80 +# chkconfig: 2345 80 20 # description: @app.long.name@ # Do not modify anything beyond this point @@ -249,7 +249,7 @@ else fi fi fi - + # Build the nice clause if [ "X$PRIORITY" = "X" ] then @@ -292,7 +292,7 @@ checkUser() { exit 1 fi fi - + if [ "`$IDEXE -u -n`" = "$RUN_AS_USER" ] then # Already running as the configured user. Avoid password prompts by not calling su. @@ -309,7 +309,7 @@ checkUser() { then if [ "X$2" != "X" ] then - # Resolve the primary group + # Resolve the primary group RUN_AS_GROUP=`groups $RUN_AS_USER | awk '{print $3}' | tail -1` if [ "X$RUN_AS_GROUP" = "X" ] then @@ -393,7 +393,7 @@ console() { exit 1 fi } - + start() { echo "Starting $APP_LONG_NAME..." getpid @@ -406,7 +406,7 @@ start() { exit 1 fi } - + stopit() { echo "Stopping $APP_LONG_NAME..." getpid diff --git a/assembly/src/release/bin/linux-x86-64/activemq b/assembly/src/release/bin/linux-x86-64/activemq index f661012c42..efb026fc65 100644 --- a/assembly/src/release/bin/linux-x86-64/activemq +++ b/assembly/src/release/bin/linux-x86-64/activemq @@ -7,9 +7,9 @@ # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -50,7 +50,7 @@ PIDDIR="." # The following two lines are used by the chkconfig command. Change as is # appropriate for your application. They should remain commented. -# chkconfig: 2345 20 80 +# chkconfig: 2345 80 20 # description: @app.long.name@ # Do not modify anything beyond this point @@ -249,7 +249,7 @@ else fi fi fi - + # Build the nice clause if [ "X$PRIORITY" = "X" ] then @@ -292,7 +292,7 @@ checkUser() { exit 1 fi fi - + if [ "`$IDEXE -u -n`" = "$RUN_AS_USER" ] then # Already running as the configured user. Avoid password prompts by not calling su. @@ -309,7 +309,7 @@ checkUser() { then if [ "X$2" != "X" ] then - # Resolve the primary group + # Resolve the primary group RUN_AS_GROUP=`groups $RUN_AS_USER | awk '{print $3}' | tail -1` if [ "X$RUN_AS_GROUP" = "X" ] then @@ -393,7 +393,7 @@ console() { exit 1 fi } - + start() { echo "Starting $APP_LONG_NAME..." getpid @@ -406,7 +406,7 @@ start() { exit 1 fi } - + stopit() { echo "Stopping $APP_LONG_NAME..." getpid diff --git a/assembly/src/release/bin/macosx/activemq b/assembly/src/release/bin/macosx/activemq index 839008504a..d5c0a7ca90 100644 --- a/assembly/src/release/bin/macosx/activemq +++ b/assembly/src/release/bin/macosx/activemq @@ -7,9 +7,9 @@ # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -49,7 +49,7 @@ PIDDIR="." # The following two lines are used by the chkconfig command. Change as is # appropriate for your application. They should remain commented. -# chkconfig: 2345 20 80 +# chkconfig: 2345 80 20 # description: @app.long.name@ # Do not modify anything beyond this point @@ -243,7 +243,7 @@ else fi fi fi - + # Build the nice clause if [ "X$PRIORITY" = "X" ] then @@ -286,7 +286,7 @@ checkUser() { exit 1 fi fi - + if [ "`$IDEXE -u -n`" = "$RUN_AS_USER" ] then # Already running as the configured user. Avoid password prompts by not calling su. @@ -303,7 +303,7 @@ checkUser() { then if [ "X$2" != "X" ] then - # Resolve the primary group + # Resolve the primary group RUN_AS_GROUP=`groups $RUN_AS_USER | awk '{print $3}' | tail -1` if [ "X$RUN_AS_GROUP" = "X" ] then @@ -387,7 +387,7 @@ console() { exit 1 fi } - + start() { echo "Starting $APP_LONG_NAME..." getpid @@ -400,7 +400,7 @@ start() { exit 1 fi } - + stopit() { echo "Stopping $APP_LONG_NAME..." getpid