From 07f69d3962016857babf941e7d107c96e52d13f2 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Mon, 24 Aug 2015 12:04:08 +0200 Subject: [PATCH] remove dnsdist from tools --- pdns.spec | 1 - pdns/Makefile.am | 2 +- pdns/docs/Makefile | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pdns.spec b/pdns.spec index 2d65d5162..2c91baf5f 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 2b22af4ad..9914e4e44 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 c5fb4a5db..1e6fd2bb7 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 -- 2.40.0