Changes between Version 179 and Version 180 of SummerOfCode
- Timestamp:
- Jan 17, 2013, 2:59:18 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode
v179 v180 151 151 ==== Improve startupitem code ==== #startupitem 152 152 153 MacPorts has the ability to automatically generate startup items for the current platform. For MacOS 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.153 MacPorts has the ability to automatically generate startup items for the current platform. For 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. 154 154 155 155 Features that could be useful include (but are not limited to):