Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.4: Automatic time resync after Boot Camp usage' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.4: Automatic time resync after Boot Camp usage
Authored by: downcat on Wed, Nov 5 2008 at 4:42AM PST
Although this issue is old, the "don't have to download something" solution is this:

(1) Create a file with the following contents:
#!/bin/sh
/usr/sbin/ntpdate -u

(2) Create a login hook which points to that script:
sudo defaults write com.apple.loginwindow LoginHook /path/to/script

(3) There is no 3.

Info on login hook: http://support.apple.com/kb/HT2420

Down Cat

[ Reply to This | # ]