|
Needs even more revamp for 10.4. I've been fiddling with Bind trying to install it using this article. I haven't worked out the bugs but I did find a few answers to hurdles I've encoutnered. I couldn't get Bind to autostart using your directions. Because Tiger used launchd, you need to modify:
/System/Library/LaunchDaemons/org.isc.named.plist
Change
<key>Disabled</key>
<true/>
to
<key>Disable</key>
<false/>
I found I also had to run:
sudo /usr/sbin/rndc-confgen -a to create the rndc.key file.
The PLIST edit came from:
http://blogs.vislab.usyd.edu.au/index.php/Masa/2006/09/05/bind_on_os_x_tiger
twh
|