File dnswalk-fix-shebang.patch of Package dnswalk
Description: Use /usr/bin/perl in shebangs Origin: vendor Forwarded: not-needed Last-Update: 2015-07-28 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. #--- dnswalk-2.0.2.dfsg.1.orig/dnswalk #+++ dnswalk-2.0.2.dfsg.1/dnswalk #@@ -1,4 +1,4 @@ #-#!/usr/contrib/bin/perl #+#!/usr/bin/perl # # # # dnswalk Walk through a DNS tree, pulling out zone data and # # dumping it in a directory tree --- dnswalk-2.0.2.dfsg.1.orig/makereports +++ dnswalk-2.0.2.dfsg.1/makereports @@ -1,4 +1,4 @@ -#!/usr/contrib/bin/perl +#!/usr/bin/perl # This takes output from dnswalk and makes a "rep.orts" directory # with one file per contact. Great for sending mail to all the admins.