From: Ruben Kerkhof Date: Sun, 7 Dec 2014 17:06:55 +0000 (+0100) Subject: Include dnsgram in tools X-Git-Tag: rec-3.7.0-rc1~143^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1913%2Fhead;p=thirdparty%2Fpdns.git Include dnsgram in tools Fixes #1888 Now all we need is a manpage ;) --- 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 \