Ticket #44008: logwatch-filespath.diff

File logwatch-filespath.diff, 614 bytes (added by ryandesign (Ryan Carsten Schmidt), 10 years ago)

proposed patch

  • Portfile

     
    4949
    5050    # startup item
    5151    file mkdir ${destroot}${prefix}/etc/LaunchDaemons/${name}
    52     file copy files/org.macports.${name}.plist ${destroot}${prefix}/etc/LaunchDaemons/${name}/org.macports.${name}.plist
     52    file copy ${filespath}/org.macports.${name}.plist ${destroot}${prefix}/etc/LaunchDaemons/${name}/org.macports.${name}.plist
    5353    reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/etc/LaunchDaemons/${name}/org.macports.${name}.plist
    5454}
    5555