Installation of tinydns and axfrdns. djbdns
Friday, November 24th, 2006 Posted in Linux | No Comments »This is a small howto in installation of djbdns, with tinydns and axfrdns services. First install daemontools mkdir -p /package chmod 1755 /package cd /package wget http://cr.yp.to/daemontools/daemontools-0.76.tar.gz gunzip daemontools-0.76.tar.gz tar -xf daemontools-0.76.tar cd admin/daemontools-0.76 wget http://djbware.csi.hu/patches/daemontools-0.76.errno.patch patch < daemontools-0.76.errno.patch #Ask: /package/admin/daemontools-0.76/src/error.h #to the question about witch file you want to patch # package/install Now ...