From 53ea4fab80d68c462e6b527cbe634779f0cd9363 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 7 Dec 2014 18:06:55 +0100 Subject: [PATCH] Include dnsgram in tools Fixes #1888 Now all we need is a manpage ;) --- debian/rules | 2 +- pdns.spec | 1 + pdns/Makefile.am | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c631d1c1e0..127f2f7dd2 100755 --- a/debian/rules +++ b/debian/rules @@ -84,7 +84,7 @@ binary-main-prepare: install -d -m 755 -o root -g root "$(tools_tmpdir)"/DEBIAN #FIXME: shell loops hide errors - for prog in dnsbulktest dnsreplay dnsscan dnsscope dnstcpbench dnswasher \ + for prog in dnsbulktest dnsgram dnsreplay dnsscan dnsscope dnstcpbench dnswasher \ dnsdist notify nproxy nsec3dig saxfr ; do \ mv "$(tmpdir)"/usr/bin/$$prog "$(tools_tmpdir)"/usr/bin ; \ [ -e "$(tmpdir)"/usr/share/man/man8/"$$prog".8 ] && \ diff --git a/pdns.spec b/pdns.spec index f1e135132a..78b3513e3b 100644 --- a/pdns.spec +++ b/pdns.spec @@ -57,6 +57,7 @@ These are the tools %files -n pdns-tools %defattr(-,root,root) "/usr/bin/dnsbulktest" +"/usr/bin/dnsgram" "/usr/bin/dnsreplay" "/usr/bin/dnsscan" "/usr/bin/dnsscope" diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 1db464b7cc..24a65ca2c4 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -74,6 +74,7 @@ bin_PROGRAMS = \ if TOOLS bin_PROGRAMS += \ dnsbulktest \ + dnsgram \ dnsreplay \ dnsscan \ dnsscope \ -- 2.47.2