|
Jul's page (Hungarian) : Jul's packages : djbdns-conf How to install djbdns-confLike any other piece of software (and information generally), djbdns-conf comes with NO WARRANTY. System requirementsdjbdns-conf uses daemontools-conf, djbdns, and daemontools 0.70 or above. tinydns-get-masters uses ssh and/or ucspi-tcp to download zone files. Personally I prefer using OpenSSH to other SSH implementations. Make sure that either package are in the default path. djbdns-conf is written in shell script, so you have to have bourne-compatible shell. tinydns-genconf is written in perl, so you maybe have to have a PERL interpreter. InstallationCreate a /package directory if it doesn't exists:
mkdir -p /package
chmod 1755 /package
cd /package
Download djbdns-conf-0.34.tar.gz into /package. Unpack the djbdns-conf package:
gunzip djbdns-conf-0.34.tar
tar -xpf djbdns-conf-0.34.tar
rm djbdns-conf-0.34.tar
cd admin/djbdns-conf-0.34
Edit package/users if you want to change usernames. Compile and set up the djbdns-conf programs:
package/install
Then, you have to create users found in package/users in
usertype:username
format. |