Changes between Version 150 and Version 151 of SummerOfCode
- Timestamp:
- Mar 3, 2011, 7:28:40 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode
v150 v151 158 158 MacPorts 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. 159 159 160 Features 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 160 166 Classification: easy[[BR]] 161 167 Programming languages: Tcl, C[[BR]]