From: Peter van Dijk Date: Mon, 24 Feb 2014 14:46:43 +0000 (+0100) Subject: add saxfr to tools packages X-Git-Tag: rec-3.6.0-rc1~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=731e79199e0f7aa50606b0106083447e19048854;p=thirdparty%2Fpdns.git add saxfr to tools packages --- diff --git a/debian-pdns/rules b/debian-pdns/rules index fb4e0ee07d..f64a34f20e 100755 --- a/debian-pdns/rules +++ b/debian-pdns/rules @@ -136,7 +136,7 @@ binary-main-prepare: #FIXME: shell loops hide errors for prog in dnsbulktest dnsreplay dnsscan dnsscope dnstcpbench dnswasher \ - nproxy dnsdist nsec3dig ; do \ + nproxy dnsdist nsec3dig saxfr ; do \ mv "$(tmpdir)"/usr/bin/$$prog "$(tools_tmpdir)"/usr/bin ; \ [ -e "$(tmpdir)"/usr/share/man/man8/"$$prog".8 ] && \ mv "$(tmpdir)"/usr/share/man/man8/"$$prog".8 "$(tools_tmpdir)"/usr/share/man/man8/ ; \ diff --git a/pdns.spec b/pdns.spec index 4494547944..fcc9f74f7b 100644 --- a/pdns.spec +++ b/pdns.spec @@ -64,6 +64,7 @@ These are the tools "/usr/bin/dnswasher" "/usr/bin/nproxy" "/usr/bin/nsec3dig" +"/usr/bin/saxfr" "/usr/man/man8/dnsreplay.8" "/usr/man/man8/dnsscope.8" "/usr/man/man8/dnswasher.8"