]> granicus.if.org Git - pdns/commitdiff
ship notify tool
authorKees Monshouwer <mind04@monshouwer.org>
Fri, 31 Oct 2014 15:42:28 +0000 (16:42 +0100)
committermind04 <mind04@monshouwer.org>
Fri, 31 Oct 2014 15:43:15 +0000 (16:43 +0100)
debian/rules
pdns.spec
pdns/Makefile.am

index bcb7eaac637e739ec80536e9ff87de005c4a59e4..c631d1c1e01babeae0aecb83da9690b56402ac52 100755 (executable)
@@ -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/ ; \
index 9f693e94b0ef2dc3cf9f60542419043bfa13629b..f1e135132a60feb7a6de35826a9ae2556eff08af 100644 (file)
--- 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"
index 0a4be8eb2703056f08e58c0f3cde4b0312244b28..0656966196ffe3117e10ea3ab5097f4efe44cab2 100644 (file)
@@ -79,8 +79,9 @@ bin_PROGRAMS += \
        dnsscope \
        dnstcpbench \
        dnswasher \
-       nproxy \
        dnsdist \
+       notify \
+       nproxy \
        nsec3dig \
        saxfr
 endif