flipster23 n00b
Joined: 11 Sep 2003 Posts: 7
|
Posted: Wed Sep 17, 2003 5:34 pm Post subject: Update to BInd 9.2.3rc2 just like the OpenSSH yesterday |
|
|
If you wait a bit a new ebuild I am sure will be available soon. Otherwise, I have done this and it worked for me. I didn't think this up, some other person did this for OpenSSH. It's the same idea, just different file names.
Code: |
cd /usr/portage/net-dns/bind
cp bind-9.2.2_rc1-r2.ebuild bind-9.2.3_rc2.ebuild
emerge -f bind-9.2.3_rc2.ebuild
|
You will get some barf from the emerge program. Now run this:
Code: |
ebuild bind-9.2.3_rc2.ebuild digest
emerge bind-9.2.3_rc2.ebuild
|
Now the new BIND should install. Make sure to add two separate zones for "com" and "net" in your named.conf file as indicated at:
http://www.isc.org/products/BIND/delegation-only.html
where you you replace "foo" with "com" and another identical block like that using "net".
Restart named. |
|