Let 'update' default USE_DEFAULT_RT to 'No'

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-08-26 12:40:16 -07:00
parent b2b3300ebf
commit b0bf726c7e

View File

@ -4803,6 +4803,8 @@ sub update_config_file( $$ ) {
}
}
$config{USE_DEFAULT_RT} = 'No' unless defined $config{USE_DEFAULT_RT};
my $fn;
unless ( -d "$globals{SHAREDIR}/configfiles/" ) {