Ticket #10041: mysql5-launchd.diff

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

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

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

    old new  
    1212        <string>/opt/local/bin/daemondo</string>
    1313        <key>ProgramArguments</key>
    1414        <array>
     15                <string>daemondo</string>
    1516                <string>--label=mysql5</string>
    1617                <string>--start-cmd</string>
    1718                <string>/opt/local/etc/LaunchDaemons/org.darwinports.mysql5/mysql5.wrapper</string>