From 973d352209f0b21eb5c78f6e3ade744e0bb9096e Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 18 Sep 2017 12:51:27 -0700 Subject: [PATCH] Update shorewall script - Update copyright dates - Add a comment about PRODUCT setting Signed-off-by: Tom Eastep --- Shorewall-core/shorewall | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Shorewall-core/shorewall b/Shorewall-core/shorewall index cf05ea971..edf9a0a53 100755 --- a/Shorewall-core/shorewall +++ b/Shorewall-core/shorewall @@ -1,8 +1,8 @@ #!/bin/sh # -# Shorewall Packet Filtering Firewall Control Program - V5.0 +# Shorewall Packet Filtering Firewall Control Program - V5.1 # -# (c) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2014,2015 - +# (c) 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2014,2015-2017 # Tom Eastep (teastep@shorewall.net) # # Shorewall documentation is available at http://www.shorewall.net @@ -25,6 +25,10 @@ # For a list of supported commands, type 'shorewall help' or 'shorewall6 help' # ################################################################################################ +# +# Default product is Shorewall. PRODUCT will be set based on $0 and on passed -[46] and -l +# options +# PRODUCT=shorewall #