mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 14:20:40 +01:00
Move a line of code
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
dbf2c89083
commit
e6ec52c711
@ -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 '' ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user