From 0cad308465be134fdaad3917fa8b9dc510ebd2ba Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Fri, 31 Oct 2014 16:42:28 +0100 Subject: [PATCH] ship notify tool --- debian/rules | 2 +- pdns.spec | 1 + pdns/Makefile.am | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.49.0