From c518e852159cb0be2e8c961e1ded60dcbb17daca Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 8 Feb 2018 11:21:38 -0800 Subject: [PATCH] Clarify warning message regarding INLINE_MATCHES Signed-off-by: Tom Eastep --- 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 b48fbe12a..a4187f4d6 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -2439,7 +2439,7 @@ sub split_line2( $$;$$$ ) { if ( $inlinematches ) { fatal_error "The $description does not support inline matches (INLINE_MATCHES=Yes)" unless $inline; - warning_message "This entry needs to be changed before the INLINE_MATCHES option is removed in Shorewall 5.2"; + warning_message "This entry needs to be changed (replace ';' with ';;') before the INLINE_MATCHES option is removed in Shorewall 5.2"; $inline_matches = $pairs;