[svnbook] r3949 committed - * src/en/book/ch06-server-configuration.xml...

svnbook at googlecode.com svnbook at googlecode.com
Wed Aug 3 13:21:43 CDT 2011


Revision: 3949
Author:   cmpilato at gmail.com
Date:     Wed Aug  3 11:21:13 2011
Log:      * src/en/book/ch06-server-configuration.xml
   Remove a FIXME by showing the output of the grep'ed 'launchctl status'  
output.

Patch by: Quinn Taylor <quinntaylor at mac.com>
           (Tweaked by me.)
http://code.google.com/p/svnbook/source/detail?r=3949

Modified:
  /trunk/src/en/book/ch06-server-configuration.xml

=======================================
--- /trunk/src/en/book/ch06-server-configuration.xml	Wed Aug  3 11:14:29  
2011
+++ /trunk/src/en/book/ch06-server-configuration.xml	Wed Aug  3 11:21:13  
2011
@@ -821,13 +821,15 @@
          </informalexample>

          <para><command>launchctl</command> also provides a way for you
-          to query the status of jobs:</para>
-
-        <!-- ### FIXME:  What is the output of this command when the
-             ###         grep matches? -->
+          to query the status of jobs.  If the job is loaded, there
+          will be line which matches the <literal>Label</literal>
+          specified in the job definition file:</para>
+
          <informalexample>
            <screen>
  $ sudo launchctl list | grep org.apache.subversion.svnserve
+-       0       org.apache.subversion.svnserve
+$
  </screen>
          </informalexample>





More information about the svnbook-dev mailing list