Hello everyone;
As i was building the BIND 9.9.2 package, I noticed these 2 errors in 
the page.

The http link is broken 
(http://gd.tuwien.ac.at/infosys/servers/isc/bind9/9.9.2/bind-9.9.2.tar.gz). 
it throws a 404 error, it seems that mirror has up to 9.9.0 only.

In the last batch of commands, to install the documentation, you start 
with a "cd doc", but then, issue:

install -v -m644 doc/arm/*.html \
     /usr/share/doc/bind-9.9.2/arm

this causes an error, and the right command is:

install -v -m644 arm/*.html \
     /usr/share/doc/bind-9.9.2/arm
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to