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

svnbook at googlecode.com svnbook at googlecode.com
Wed Aug 3 13:15:33 CDT 2011


Revision: 3948
Author:   cmpilato at gmail.com
Date:     Wed Aug  3 11:14:29 2011
Log:      * src/en/book/ch06-server-configuration.xml
   Use the org.apache.subversion namespace for the launchd job.

Suggested by: Quinn Taylor <quinntaylor at mac.com>
http://code.google.com/p/svnbook/source/detail?r=3948

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

=======================================
--- /trunk/src/en/book/ch06-server-configuration.xml	Tue Aug  2 13:03:22  
2011
+++ /trunk/src/en/book/ch06-server-configuration.xml	Wed Aug  3 11:14:29  
2011
@@ -748,7 +748,7 @@
  <plist version="1.0">
      <dict>
          <key>Label</key>
-        <string>org.tigris.subversion.svnserve</string>
+        <string>org.apache.subversion.svnserve</string>
          <key>ServiceDescription</key>
          <string>Host Subversion repositories using svn://  
schema</string>
          <key>ProgramArguments</key>
@@ -786,7 +786,7 @@
          <para>In the examples which follow, we'll assume that
            our <command>launchd</command> job definition file has been
            created at
-           
<filename>/Library/LaunchDaemons/org.tigris.subversion.svnserve.plist</filename>.</para>
+           
<filename>/Library/LaunchDaemons/org.apache.subversion.svnserve.plist</filename>.</para>

          <para>Once your job definition file is created, you can
            activate the job using the <command>launchctl load</command>
@@ -795,7 +795,7 @@
          <informalexample>
            <screen>
  $ sudo launchctl load \
-       -w /Library/LaunchDaemons/org.tigris.subversion.svnserve.plist
+       -w /Library/LaunchDaemons/org.apache.subversion.svnserve.plist
  </screen>
          </informalexample>

@@ -816,7 +816,7 @@
          <informalexample>
            <screen>
  $ sudo launchctl unload \
-       -w /Library/LaunchDaemons/org.tigris.subversion.svnserve.plist
+       -w /Library/LaunchDaemons/org.apache.subversion.svnserve.plist
  </screen>
          </informalexample>

@@ -827,7 +827,7 @@
               ###         grep matches? -->
          <informalexample>
            <screen>
-$ sudo launchctl list | grep org.tigris.subversion.svnserve
+$ sudo launchctl list | grep org.apache.subversion.svnserve
  </screen>
          </informalexample>





More information about the svnbook-dev mailing list