31940d97a1
Extract most of MESSAGE to README.pkgsrc. Remove vestigial Red Hat chkconfig stanza from main control script (we have pkgtools/rc.d-boot now). Use CONF_FILES where applicable. rc.d script defaults: - Tag log entries like qmail-run's; for instance, "nbtinydns" and "nbdnscache" become "nbdjbdns/tiny" and "nbdjbdns/cache". - Have tinydns listen on the network. - Auto-rebuild CDBs as needed on service start. Bump version.
13 lines
528 B
Text
13 lines
528 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.3 2019/01/07 14:01:55 schmonz Exp $
|
|
|
|
Assuming NetBSD-style rc(8), to enable a local DNS caching resolver:
|
|
|
|
- Run "echo nameserver 127.0.0.1 > /etc/resolv.conf".
|
|
- Set dnscache=YES in /etc/rc.conf.
|
|
- Run "${RCD_SCRIPTS_DIR}/dnscache start".
|
|
|
|
For authoritative name service, RBL service, and more, please read
|
|
${PREFIX}/share/doc/djbdns-run/README.pkgsrc.
|
|
|
|
===========================================================================
|