Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'An AppleScript to keep your devices in sync' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An AppleScript to keep your devices in sync
Authored by: christernl on Mar 03, '06 08:49:56AM

since 10.4 (correct me if Im wrong), Apple use launcd instead of cron thats why



[ Reply to This | # ]
An AppleScript to keep your devices in sync
Authored by: beauh on Mar 08, '06 09:41:54AM

cron is still there in 10.4, it's activated by launchd (com.vix.cron)

Seeing that cron is quite a bit easier to manage than launchd (by hand at least), there's no reason that cron isn't perfectly appropriate.

- b-



[ Reply to This | # ]