You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by bu...@apache.org on 2015/08/14 19:21:31 UTC

svn commit: r961846 - in /websites/production/activemq/content: cache/main.pageCache unix-shell-script.html

Author: buildbot
Date: Fri Aug 14 17:21:30 2015
New Revision: 961846

Log:
Production update by buildbot for activemq

Modified:
    websites/production/activemq/content/cache/main.pageCache
    websites/production/activemq/content/unix-shell-script.html

Modified: websites/production/activemq/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/activemq/content/unix-shell-script.html
==============================================================================
--- websites/production/activemq/content/unix-shell-script.html (original)
+++ websites/production/activemq/content/unix-shell-script.html Fri Aug 14 17:21:30 2015
@@ -83,11 +83,11 @@
         <tr>
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1439500833940 {padding: 0px;}
-div.rbtoc1439500833940 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1439500833940 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1439572820449 {padding: 0px;}
+div.rbtoc1439572820449 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1439572820449 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1439500833940">
+/*]]>*/</style></p><div class="toc-macro rbtoc1439572820449">
 <ul class="toc-indentation"><li><a shape="rect" href="#UnixShellScript-Functionaloverview">Functional overview</a></li><li><a shape="rect" href="#UnixShellScript-Configuringtheinit-script">Configuring the init-script</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#UnixShellScript-Version5.11.0andhigher">Version 5.11.0 and higher</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#UnixShellScript-Configurationfileoftheinit-script">Configuration file of the init-script</a></li><li><a shape="rect" href="#UnixShellScript-Versionsprior5.11.0">Versions prior 5.11.0</a></li></ul>
@@ -153,7 +153,7 @@ wget -c "https://git-wip-us.apache.org/r
 </div></div></li><li><p>Execute the testsuite</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">cd &lt;Installation Dir of the ActiveMQ Script&gt;
 ./activemq stop
-/tmp/init-script-testsuite 2&gt;&gt;&amp;1| tee /tmp/test-suite.log</pre>
+/tmp/init-script-testsuite 2&gt;&amp;1| tee /tmp/test-suite.log</pre>
 </div></div></li><li><p>Detailed debug information can be provided by the following procedure</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">export PS4=' ${BASH_SOURCE}:${LINENO}(${FUNCNAME[0]}) '
 bash -x ./activemq &lt;argument&gt; 2&gt;&amp;1 |tee /tmp/detailed-debugging.log</pre>