From dbf2c890835d0885ec3da4e132a0cf1b41c09db9 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 6 Sep 2015 10:28:44 -0700 Subject: [PATCH] Provide default for SHOREWALL_SHELL Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Config.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index b196208ae..6bda61c78 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -5622,7 +5622,8 @@ sub get_configuration( $$$$ ) { fatal_error "LOG_MARTIANS=On is not supported in IPv6" if $config{LOG_MARTIANS} eq 'on'; } - default 'STARTUP_LOG' , ''; + default 'STARTUP_LOG' , ''; + default 'SHOREWALL_SHELL', '/bin/sh'; if ( $config{STARTUP_LOG} ne '' ) { if ( supplied $config{LOG_VERBOSITY} ) {