]> git.pld-linux.org Git - packages/dnswalk.git/blob - dnswalk-delete-filterout.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/dnswalk.git] / dnswalk-delete-filterout.patch
1 --- dnswalk.orig        2005-06-17 19:35:35.428688162 +0900
2 +++ dnswalk     2005-06-17 19:36:07.447322829 +0900
3 @@ -230,12 +230,12 @@
4             }
5             elsif ($opt_F && !&equal($name,$rr->name)) {
6                 # Filter out "hostname-something" (like "neptune-le0")
7 -               if (index(split (/\./, $rr->name, 2) . "-", 
8 -                           split (/\./, $name, 2)) == -1 ) {
9 +#              if (index(split (/\./, $rr->name, 2) . "-", 
10 +#                          split (/\./, $name, 2)) == -1 ) {
11                         &printerr("WARN", $rr->name ." A ". 
12                             $rr->address .": points to $name\n") 
13                             if ((split(/\./,$name))[0] ne "localhost");
14 -               }
15 +#              }
16             }
17             if ($main'opt_a) {
18                 # keep list in %glues, report any duplicates
This page took 0.103343 seconds and 3 git commands to generate.