Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E997985F for ; Mon, 30 Jan 2012 17:10:21 +0000 (UTC) Received: (qmail 5717 invoked by uid 500); 30 Jan 2012 17:10:21 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 5531 invoked by uid 500); 30 Jan 2012 17:10:20 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 5524 invoked by uid 99); 30 Jan 2012 17:10:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 17:10:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 17:10:19 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 14B6823889CB for ; Mon, 30 Jan 2012 17:09:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1237791 - /commons/proper/daemon/trunk/src/site/xdoc/procrun.xml Date: Mon, 30 Jan 2012 17:09:59 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120130170959.14B6823889CB@eris.apache.org> Author: sebb Date: Mon Jan 30 17:09:58 2012 New Revision: 1237791 URL: http://svn.apache.org/viewvc?rev=1237791&view=rev Log: DAEMON-239 prunsrv //ES (start) option not documented Modified: commons/proper/daemon/trunk/src/site/xdoc/procrun.xml Modified: commons/proper/daemon/trunk/src/site/xdoc/procrun.xml URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/site/xdoc/procrun.xml?rev=1237791&r1=1237790&r2=1237791&view=diff ============================================================================== --- commons/proper/daemon/trunk/src/site/xdoc/procrun.xml (original) +++ commons/proper/daemon/trunk/src/site/xdoc/procrun.xml Mon Jan 30 17:09:58 2012 @@ -113,6 +113,10 @@ Run the service Called only from ServiceManager + //ES + Start (execute) the service + + //SS Stop the service @@ -158,6 +162,10 @@ Run the service Called only from ServiceManager + start + Start the service + Synonym for //ES + stop Stop the service Synonym for //SS