From: Kees Monshouwer Date: Mon, 24 Aug 2015 10:04:08 +0000 (+0200) Subject: remove dnsdist from tools X-Git-Tag: auth-3.4.6~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2699%2Fhead;p=thirdparty%2Fpdns.git remove dnsdist from tools --- diff --git a/pdns.spec b/pdns.spec index 2d65d51628..2c91baf5f7 100644 --- a/pdns.spec +++ b/pdns.spec @@ -60,7 +60,6 @@ These are the tools "/usr/bin/dnsreplay" "/usr/bin/dnsscan" "/usr/bin/dnsscope" -"/usr/bin/dnsdist" "/usr/bin/dnstcpbench" "/usr/bin/dnswasher" "/usr/bin/nproxy" diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 2b22af4add..9914e4e448 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -35,7 +35,7 @@ sbin_PROGRAMS = pdns_server bin_PROGRAMS = pdns_control pdnssec zone2sql zone2ldap zone2json if TOOLS - bin_PROGRAMS += dnsbulktest dnsreplay dnsscan dnsscope dnstcpbench dnswasher nproxy dnsdist nsec3dig saxfr + bin_PROGRAMS += dnsbulktest dnsreplay dnsscan dnsscope dnstcpbench dnswasher nproxy nsec3dig saxfr endif EXTRA_PROGRAMS=pdns_recursor sdig saxfr dnstcpbench dnsdist tsig-tests speedtest dnsscope dnsgram rec_control \ diff --git a/pdns/docs/Makefile b/pdns/docs/Makefile index c5fb4a5db5..1e6fd2bb71 100644 --- a/pdns/docs/Makefile +++ b/pdns/docs/Makefile @@ -8,7 +8,7 @@ pdns-expanded.xml: pdns.xml clean: rm -rf *.dvi *.pdf *.tex *.toc *.aux *.ps *.bak *.tmp *~ *.log pdns.txt html.tar.bz2 html pdns pdns-expanded.html pdns-expanded.xml pdns_recursor.1 rec_control.1 -manpages: dnsdist.1 pdns_recursor.1 rec_control.1 dnstcpbench.1 +manpages: pdns_recursor.1 rec_control.1 dnstcpbench.1 html/index.html: pdns-expanded.xml rm -rf html