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


Caution | 10 comments | Create New Account
Click here to return to the 'Caution' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Caution
Authored by: osxpez on May 22, '02 12:19:18PM
I would advice you to take great caution when altering the startup ordering of things. But since you have identified what is missing when ntp is starting you should instead add a row something like:
    Requires = ("Resolver");
to the plist-file. This should tell the System starter to hold ntp startup until Bind is up (I think the Bind startup plist lists "Resolver" as the service it Provides).

[ Reply to This | # ]