]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
also attempt to ship dnsdist
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 26 Jun 2013 18:50:06 +0000 (20:50 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 26 Jun 2013 18:50:06 +0000 (20:50 +0200)
debian-pdns/rules

index 3b56060c8a8ac08d94de096df01f98d12da4788d..e0e4612c3413377e4efa8807eaf446e8ee090fb2 100755 (executable)
@@ -131,7 +131,8 @@ binary-main-prepare:
 
        install -d -m 755 -o root -g root "$(tools_tmpdir)"/DEBIAN
 
-       for prog in dnsbulktest dnsreplay dnsscan dnsscope dnstcpbench dnswasher nproxy nsec3dig ; do \
+       for prog in dnsbulktest dnsreplay dnsscan dnsscope dnstcpbench dnswasher \
+               nproxy dnsdist nsec3dig ; 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/ ; \