From 1bf13e5fda0c74499bcaa4960a23be725de9218e 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 a9441aa1e..08403af7c 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -5677,7 +5677,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} ) {