]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Include dnsgram in tools 1913/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 7 Dec 2014 17:06:55 +0000 (18:06 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 7 Dec 2014 17:06:55 +0000 (18:06 +0100)
Fixes #1888
Now all we need is a manpage ;)

debian/rules
pdns.spec
pdns/Makefile.am

index c631d1c1e01babeae0aecb83da9690b56402ac52..127f2f7dd2da37b4d46c9da40e0ad2bb0a9280b5 100755 (executable)
@@ -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 ] && \
index f1e135132a60feb7a6de35826a9ae2556eff08af..78b3513e3b2606b2416cea874aa48214117500ee 100644 (file)
--- 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"
index 1db464b7cce5c49da404aa5671aecfb8c97fb4e5..24a65ca2c4a08a652ff92606dd4d548bd1c906e2 100644 (file)
@@ -74,6 +74,7 @@ bin_PROGRAMS = \
 if TOOLS
 bin_PROGRAMS += \
        dnsbulktest \
+       dnsgram \
        dnsreplay \
        dnsscan \
        dnsscope \