Changes between Version 150 and Version 151 of SummerOfCode


Ignore:
Timestamp:
Mar 3, 2011, 7:28:40 PM (13 years ago)
Author:
jmroot (Joshua Root)
Comment:

specific ideas for portstartupitem

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v150 v151  
    158158MacPorts has the ability to automatically generate startup items for the current platform. For Mac OS X, these are plist files for launchd which will be installed as `/Library/LaunchDaemons/org.macports.*.plist`. The current code would need a little care and could make use of options which have been added in recent releases of launchd.
    159159
     160Features that could be useful include (but are not limited to):
     161 * Not using daemondo if the daemon works fine under launchd without it
     162 * Ability to install multiple plists
     163 * Support for LaunchAgents as well as LaunchDaemons
     164 * Installing plists in ~/Library for non-root installs if the user wants
     165
    160166Classification: easy[[BR]]
    161167Programming languages: Tcl, C[[BR]]