Changeset 3134 in genesis for dns/zone2rev.pl
- Timestamp:
- Nov 8, 2004, 1:28:00 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dns/zone2rev.pl
r3126 r3134 21 21 unless $host =~ m/\.$/; 22 22 23 warn "A-Resourc ce 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" 24 24 if defined $host{$ip} and $host{$ip} eq $host; 25 25 26 warn "A-Resourc ce 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" 27 27 if defined $host{$ip}; 28 28 … … 30 30 if defined $ip{$host} and $ip eq $ip{$host}; 31 31 32 warn "Resource conf ict - 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" 33 33 if defined $ip{$host}; 34 34
Note:
See TracChangeset
for help on using the changeset viewer.