mirror of https://github.com/apache/activemq.git
noticed some spelling errors in the script
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1051933 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a2d4eb5cee
commit
c56d192d81
|
@ -286,7 +286,7 @@ if [ ! -x "$JAVACMD" ] ; then
|
||||||
fi
|
fi
|
||||||
# Stop here if no java installation is defined/found
|
# Stop here if no java installation is defined/found
|
||||||
if [ ! -x "$JAVACMD" ] ; then
|
if [ ! -x "$JAVACMD" ] ; then
|
||||||
echo "ERROR: Configuration varaiable JAVA_HOME or JAVACMD is not defined correctly."
|
echo "ERROR: Configuration variable JAVA_HOME or JAVACMD is not defined correctly."
|
||||||
echo " (JAVA_HOME='$JAVAHOME', JAVACMD='$JAVACMD')"
|
echo " (JAVA_HOME='$JAVAHOME', JAVACMD='$JAVACMD')"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
@ -603,7 +603,7 @@ show_help() {
|
||||||
RET="$?"
|
RET="$?"
|
||||||
cat << EOF
|
cat << EOF
|
||||||
Tasks provided by the sysv init script:
|
Tasks provided by the sysv init script:
|
||||||
restart - stop running instance (is there is one), start new instance
|
restart - stop running instance (if there is one), start new instance
|
||||||
console - start broker in foreground, useful for debugging purposes
|
console - start broker in foreground, useful for debugging purposes
|
||||||
status - check if activemq process is running
|
status - check if activemq process is running
|
||||||
setup - create the specified configuration file for this init script
|
setup - create the specified configuration file for this init script
|
||||||
|
@ -611,7 +611,7 @@ Tasks provided by the sysv init script:
|
||||||
|
|
||||||
Configuration of this script:
|
Configuration of this script:
|
||||||
The configuration of this script can be placed on /etc/default/activemq or $HOME/.activemqrc.
|
The configuration of this script can be placed on /etc/default/activemq or $HOME/.activemqrc.
|
||||||
To use addtional configurations for running multiple instances on the same operating system
|
To use additional configurations for running multiple instances on the same operating system
|
||||||
rename or symlink script to a name matching to activemq-instance-<INSTANCENAME>.
|
rename or symlink script to a name matching to activemq-instance-<INSTANCENAME>.
|
||||||
This changes the configuration location to /etc/default/activemq-instance-<INSTANCENAME> and
|
This changes the configuration location to /etc/default/activemq-instance-<INSTANCENAME> and
|
||||||
\$HOME/.activemqrc-instance-<INSTANCENAME>. Configuration files in /etc have higher precedence.
|
\$HOME/.activemqrc-instance-<INSTANCENAME>. Configuration files in /etc have higher precedence.
|
||||||
|
|
Loading…
Reference in New Issue