From 7ef7490cd663b5a76f0dde93a68c6ee142badaae Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 22 Jun 2011 13:56:17 -0700 Subject: [PATCH] Change the compiler's default for LEGACY_FASTSTART - No visible effect since the compiler doesn't use this option --- Shorewall/Perl/Shorewall/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 56d1cf49c..fd3b08806 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -3415,7 +3415,7 @@ sub get_configuration( $$$ ) { default_yes_no 'FORWARD_CLEAR_MARK' , have_capability 'MARK' ? 'Yes' : ''; default_yes_no 'COMPLETE' , ''; default_yes_no 'EXPORTMODULES' , ''; - default_yes_no 'LEGACY_FASTSTART' , ''; + default_yes_no 'LEGACY_FASTSTART' , 'Yes'; require_capability 'MARK' , 'FOREWARD_CLEAR_MARK=Yes', 's', if $config{FORWARD_CLEAR_MARK};