Edgewall Software

Changes between Version 2 and Version 3 of TracOnOsxTracdAsLaunchdService


Ignore:
Timestamp:
Feb 17, 2006, 9:10:19 PM (18 years ago)
Author:
wvg2@…
Comment:

Edited plist ProgramArguments key.

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsxTracdAsLaunchdService

    v2 v3  
    2626        <array>
    2727                <string>/usr/local/bin/tracd</string>
    28                 <string>-p 9000</string>
     28                <string>-p</string>
     29                <string>9000</string>
    2930                <string>/path/to/your-trac-project-env</string>
    3031        </array>
     
    4546  The first <string> entry is the path to the tracd executable.  /usr/local/bin/tracd is the default path; you should only have to change this if you've installed tracd somewhere on your system.
    4647
    47   The second <string> entry is the port number argument.
     48  The third <string> entry is the port number argument.
    4849
    4950  The final <string> entry is the path to the trac environment directory for your project.