On 2/12/2013 12:44 PM, Waleed Hamra wrote: > 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 >
another issue in the bind package, minor typo. in the blfs bootscripts package, the script for bind is titled: Begin bind # # Description : Start Network Time Protocol daemon # # Author : DJ Lucas - [email protected] # Bruce Dubbs - [email protected] well... i didn't know that bind stands for network time protocol :) -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
