Hey Tristan,
Best practice, maintenance-wise, would be MCX. Anything not already templated in WGM can often be added by making your own manifest, as described in Mr. Marczak and Neagle’s book. Last resort could be loginhooks so you could specify them per user/group, if you need to be that granular. Don’t use them much myself, but checkout [url]https://github.com/unixorn/osxtoolkit[/url]
I can tell you, because I am still too lazy to convert things to the right way myself, that the worst method is shoving plist files into the corresponding directories. defaults write scripts are probably less bad, but may lose certain abilities in 10.7 (plistbuddy should stick around).
Comments are closed