Ticket #10041: apache2-launchd.diff

File apache2-launchd.diff, 546 bytes (added by macfreek (Freek Dijkstra), 18 years ago)

Diff for the current incorrect and the fixed /Library/LaunchDeamon/org.darwinports.apache2.plist, with correct ProgramArguments.

  • /opt/local/etc/LaunchDaemons/org.darwinports.apache2/org.darwinports.apache2.

    old new  
    77<key>Program</key><string>/opt/local/bin/daemondo</string>
    88<key>ProgramArguments</key>
    99<array>
     10        <string>daemondo</string>
    1011        <string>--label=apache2</string>
    1112        <string>--start-cmd</string>
    1213        <string>/opt/local/etc/LaunchDaemons/org.darwinports.apache2/apache2.wrapper</string>