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 #