Skip to content

Commit 07f69d3

Browse files
committed
remove dnsdist from tools
1 parent 09bec1f commit 07f69d3

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

pdns.spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ These are the tools
6060
"/usr/bin/dnsreplay"
6161
"/usr/bin/dnsscan"
6262
"/usr/bin/dnsscope"
63-
"/usr/bin/dnsdist"
6463
"/usr/bin/dnstcpbench"
6564
"/usr/bin/dnswasher"
6665
"/usr/bin/nproxy"

pdns/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sbin_PROGRAMS = pdns_server
3535
bin_PROGRAMS = pdns_control pdnssec zone2sql zone2ldap zone2json
3636

3737
if TOOLS
38-
bin_PROGRAMS += dnsbulktest dnsreplay dnsscan dnsscope dnstcpbench dnswasher nproxy dnsdist nsec3dig saxfr
38+
bin_PROGRAMS += dnsbulktest dnsreplay dnsscan dnsscope dnstcpbench dnswasher nproxy nsec3dig saxfr
3939
endif
4040

4141
EXTRA_PROGRAMS=pdns_recursor sdig saxfr dnstcpbench dnsdist tsig-tests speedtest dnsscope dnsgram rec_control \

pdns/docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pdns-expanded.xml: pdns.xml
88
clean:
99
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
1010

11-
manpages: dnsdist.1 pdns_recursor.1 rec_control.1 dnstcpbench.1
11+
manpages: pdns_recursor.1 rec_control.1 dnstcpbench.1
1212

1313
html/index.html: pdns-expanded.xml
1414
rm -rf html

0 commit comments

Comments
 (0)