mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 12:02:04 -04:00
fix whitespace in conf files
This commit is contained in:
parent
73eaba9703
commit
e33278a779
1 changed files with 2 additions and 1 deletions
|
|
@ -464,7 +464,8 @@ foreach $file (keys %file_types) {
|
|||
print TARGET "\n";
|
||||
}
|
||||
|
||||
if ($type eq "C" && $sysyears =~ /$this_year/) {
|
||||
if (($type eq "C" || $type eq "CONF-C") &&
|
||||
$sysyears =~ /$this_year/) {
|
||||
my $body = "";
|
||||
while (<SOURCE>) {
|
||||
# Process leading white space.
|
||||
|
|
|
|||
Loading…
Reference in a new issue