Changeset 3134 in genesis for dns/zone2rev.pl


Ignore:
Timestamp:
Nov 8, 2004, 1:28:00 AM (20 years ago)
Author:
lodewijk
Message:

de makkelijke warnings van zone2rev.pl eruit. wat over blijft zijn de vele
aliases voor de blade en mammy op unigor die dual-homed is, plus wat gedoe
over fallback1.wleiden.net

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dns/zone2rev.pl

    r3126 r3134  
    2121                unless $host =~ m/\.$/;
    2222
    23         warn "A-Resourcce defined in two places\n\tfor $ip/$host at line $. and $line{$ip}\n"
     23        warn "A-Resource defined in two places\n\tfor $ip/$host at line $. and $line{$ip}\n"
    2424                if defined $host{$ip} and $host{$ip} eq $host;
    2525
    26         warn "A-Resourcce Conflict - there should be just one.\n\t$ip used for $host and $host{$ip} at line $. and $line{$ip}\n"
     26        warn "A-Resource Conflict - there should be just one.\n\t$ip used for $host and $host{$ip} at line $. and $line{$ip}\n"
    2727                if defined $host{$ip};
    2828
     
    3030                if defined $ip{$host} and $ip eq $ip{$host};
    3131
    32         warn "Resource confict - there should be just one.\n\t$host at $ip{$host} and $ip at line $. and $line{$host}\n"
     32        warn "Resource conflict - there should be just one.\n\t$host at $ip{$host} and $ip at line $. and $line{$host}\n"
    3333                if defined $ip{$host};
    3434
Note: See TracChangeset for help on using the changeset viewer.