From 7956c5f6e04133d766f0777a9750c4c438c6e9a7 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 03db2f20b..d6f9f571f 100644 --- a/Shorewall/Perl/Shorewall/Misc.pm +++ b/Shorewall/Perl/Shorewall/Misc.pm @@ -77,7 +77,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'; }