Move a line of code

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-09-06 10:33:09 -07:00
parent dbf2c89083
commit e6ec52c711

View File

@ -5622,9 +5622,10 @@ sub get_configuration( $$$$ ) {
fatal_error "LOG_MARTIANS=On is not supported in IPv6" if $config{LOG_MARTIANS} eq 'on'; fatal_error "LOG_MARTIANS=On is not supported in IPv6" if $config{LOG_MARTIANS} eq 'on';
} }
default 'STARTUP_LOG' , '';
default 'SHOREWALL_SHELL', '/bin/sh'; default 'SHOREWALL_SHELL', '/bin/sh';
default 'STARTUP_LOG' , '';
if ( $config{STARTUP_LOG} ne '' ) { if ( $config{STARTUP_LOG} ne '' ) {
if ( supplied $config{LOG_VERBOSITY} ) { if ( supplied $config{LOG_VERBOSITY} ) {
if ( $config{LOG_VERBOSITY} eq '' ) { if ( $config{LOG_VERBOSITY} eq '' ) {