diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-09-01 20:13:04 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-09-01 20:13:04 +0000 |
commit | 01f641147d5488738a52c720e75c0548e39e443a (patch) | |
tree | 4543eb5d58802ce626b33cafbdfdceef81ab91b7 /net/djbdns-run/MESSAGE | |
parent | 84bca927105f1bc6ba588f27659526767c1ef7a4 (diff) | |
download | pkgsrc-01f641147d5488738a52c720e75c0548e39e443a.tar.gz |
Initial import of djbdns-run, a package that provides NetBSD-style
rc.d scripts (inspired by Bennett Todd's Linux init.d scripts) to
run djbdns services. It also includes Jonathan de Boyne Pollard's
dnscache-showctl and tinydns-showctl scripts.
Diffstat (limited to 'net/djbdns-run/MESSAGE')
-rw-r--r-- | net/djbdns-run/MESSAGE | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/djbdns-run/MESSAGE b/net/djbdns-run/MESSAGE new file mode 100644 index 00000000000..40ae92caf7f --- /dev/null +++ b/net/djbdns-run/MESSAGE @@ -0,0 +1,22 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2004/09/01 20:13:04 schmonz Exp $ + +Please read ${PREFIX}/share/doc/djbdns-run/README.pkgsrc. + +To enable a DNS... + +Cache for the local machine: +- Set dnscache=YES in /etc/rc.conf. +- Run "echo nameserver 127.0.0.1 > /etc/resolv.conf". + +UDP name service: +- Set tinydns=YES in /etc/rc.conf. +- Set tinydns_ip to a suitable IP address of the local machine. +- Create ${PKG_SYSCONFDIR}/tinydns/data with suitable contents. +- Run "${RCD_SCRIPTS_DIR}/tinydns cdb". + +TCP name service: +- Enable UDP name service. +- Set axfrdns=YES in /etc/rc.conf. + +=========================================================================== |