Changeset 902


Ignore:
Timestamp:
08/11/25 16:38:43 (3 hours ago)
Author:
Kris Deugau
Message:

/trunk

"Argh. Whitespace." redux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r901 r902  
    22142214      $cfg->{exportcache}       = $1 if m{^exportcache\s*=\s*([a-z0-9/_.-]+)}i;
    22152215      $cfg->{usecache}          = $1 if m{^usecache\s*=\s*([a-z01]+)}i;
    2216       $cfg->{bind_export_conf_path}   = $1 if m{^bind_export_conf_path\s*=\s*([a-z0-9/_.%-]+)}i;
    2217       $cfg->{bind_export_zone_path}   = $1 if m{^bind_export_zone_path\s*=\s*([a-z0-9/_.%-]+)}i;
     2216      $cfg->{bind_export_conf_path}     = $1 if m{^bind_export_conf_path\s*=\s*([a-z0-9/_.%-]+)}i;
     2217      $cfg->{bind_export_zone_path}     = $1 if m{^bind_export_zone_path\s*=\s*([a-z0-9/_.%-]+)}i;
    22182218      $cfg->{bind_export_reverse_zone_path}     = $1 if m{^bind_export_reverse_zone_path\s*=\s*([a-z0-9/_.%-]+)}i;
    22192219      $cfg->{bind_export_fqdn}  = $1 if /^bind_export_fqdn\s*=\s*([a-z01]+)/i;
Note: See TracChangeset for help on using the changeset viewer.