From 5af5c67c758eb3c22785ca236971d989bb6e85eb Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 20 Aug 2015 14:48:29 -0700 Subject: [PATCH] Update a message to refer to the 'mangle' file rather than 'tcrules' Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Misc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Misc.pm b/Shorewall/Perl/Shorewall/Misc.pm index a5d22a6ea..a75744803 100644 --- a/Shorewall/Perl/Shorewall/Misc.pm +++ b/Shorewall/Perl/Shorewall/Misc.pm @@ -76,7 +76,7 @@ sub process_tos() { my ( $pretosref, $outtosref ); first_entry( sub { progress_message2 "$doing $fn..."; - warning_message "Use of the tos file is deprecated in favor of the TOS target in tcrules"; + warning_message "Use of the tos file is deprecated in favor of the TOS target in the 'mangle' file"; $pretosref = ensure_chain 'mangle' , $chain; $outtosref = ensure_chain 'mangle' , 'outtos'; }