--- a/djbdns-1.05-r26.ebuild +++ b/djbdns-1.05-r26.ebuild @@ -115,10 +115,6 @@ src_install() { fi dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION || die - - dobin "${FILESDIR}/dnscache-setup" || die - dobin "${FILESDIR}/tinydns-setup" || die - dobin "${FILESDIR}/djbdns-setup" || die } pkg_preinst() { @@ -132,5 +128,33 @@ pkg_preinst() { } pkg_postinst() { - elog "Use dnscache-setup & tinydns-setup or djbdns-setup to configure djbdns." + elog '' + elog 'The dnscache-setup, tinydns-setup, and djbdns-setup programs have' + elog 'been removed to follow upstream more closely. To configure djbdns,' + elog 'please follow the instructions at,' + elog '' + elog ' http://cr.yp.to/djbdns.html' + elog '' + elog 'Of particular interest are,' + elog '' + elog ' axfrdns : http://cr.yp.to/djbdns/axfrdns-conf.html' + elog ' dnscache: http://cr.yp.to/djbdns/run-cache-x-home.html' + elog ' tinydns : http://cr.yp.to/djbdns/run-server.html' + elog '' + elog 'Portage has created users for axfrdns, dnscache, and tinydns; the' + elog 'commands to configure these programs are,' + elog '' + elog ' 1. axfrdns-conf tinydns dnslog /var/axfrdns /var/tinydns $ip' + elog ' 2. dnscache-conf dnscache dnslog /var/dnscache $ip' + elog ' 3. tinydns-conf tinydns dnslog /var/tinydns $ip' + elog '' + elog '(replace $ip with the ip address on which the server will run).' + elog '' + elog 'If you wish to configure rbldns or walldns, you will need to create' + elog 'those users yourself (although you should still use the "dnslog"' + elog 'user for the logs):' + elog '' + elog ' 4. rbldns-conf $username dnslog /var/rbldns $ip $base' + elog ' 5. walldns-conf $username dnslog /var/walldns $ip' + elog '' }