Rick Macdougall wrote:
> Hi,
> 
> Since I have it scripted already....
> 
> --- cut here ---
> cd /var/src/tar
> # dnscache
> wget http://cr.yp.to/djbdns/djbdns-1.05.tar.gz
> 
> cd /var/src
> tar -xzvf tar/djbdns-1.05.tar.gz
> cd djbdns-1.05
> 
> #below is only needed for Linux machines
> echo gcc -O2 -include /usr/include/errno.h > conf-cc
> 
> make
> make setup check
> 
> /usr/sbin/useradd dnscache
> /usr/sbin/useradd dnslog
> 
> dnscache-conf dnscache dnslog /etc/dnscache
> 
> echo "60000000" > /etc/dnscache/env/CACHESIZE
> echo "65000000" > /etc/dnscache/env/DATALIMIT
> 
> ln -s /etc/dnscache /service
> 
> --- cut here ---

Thanks!

Bill

Reply via email to