From: Kees Monshouwer Date: Fri, 31 Oct 2014 15:42:28 +0000 (+0100) Subject: ship notify tool X-Git-Tag: rec-3.7.0-rc1~169^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0cad308465be134fdaad3917fa8b9dc510ebd2ba;p=pdns ship notify tool --- diff --git a/debian/rules b/debian/rules index bcb7eaac6..c631d1c1e 100755 --- a/debian/rules +++ b/debian/rules @@ -85,7 +85,7 @@ binary-main-prepare: #FIXME: shell loops hide errors for prog in dnsbulktest dnsreplay dnsscan dnsscope dnstcpbench dnswasher \ - nproxy dnsdist nsec3dig saxfr ; do \ + dnsdist notify nproxy 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 9f693e94b..f1e135132 100644 --- a/pdns.spec +++ b/pdns.spec @@ -63,6 +63,7 @@ These are the tools "/usr/bin/dnsdist" "/usr/bin/dnstcpbench" "/usr/bin/dnswasher" +"/usr/bin/notify" "/usr/bin/nproxy" "/usr/bin/nsec3dig" "/usr/bin/saxfr" diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 0a4be8eb2..065696619 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -79,8 +79,9 @@ bin_PROGRAMS += \ dnsscope \ dnstcpbench \ dnswasher \ - nproxy \ dnsdist \ + notify \ + nproxy \ nsec3dig \ saxfr endif