Improve comments in the actions file

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1631 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-09-18 00:11:09 +00:00
parent e330130881
commit 160699e163
2 changed files with 8 additions and 8 deletions

View File

@ -8,10 +8,10 @@
#
# ACTION names should begin with an upper-case letter to
# distinguish them from Shorewall-generated chain names and
# they must need the requirements of a Netfilter chain
# name as well as the requirements for a Bourne Shell identifier
# (must begin with a letter and be composed of letters, digits
# and underscore characters).
# they must need the requirements of a Netfilter chain name (11
# character maximum length) as well as the requirements for a
# Bourne Shell identifier (must begin with a letter and be
# composed of letters, digits and underscore characters).
#
# If you follow the action name with ":DROP", ":REJECT" or
# :ACCEPT then the action will be taken before a DROP, REJECT or

View File

@ -8,10 +8,10 @@
#
# ACTION names should begin with an upper-case letter to
# distinguish them from Shorewall-generated chain names and
# they must need the requirements of a Netfilter chain
# name as well as the requirements for a Bourne Shell identifier
# (must begin with a letter and be composed of letters, digits
# and underscore characters).
# they must need the requirements of a Netfilter chain name (11
# character maximum length) as well as the requirements for a
# Bourne Shell identifier (must begin with a letter and be
# composed of letters, digits and underscore characters).
#
# If you follow the action name with ":DROP", ":REJECT" or
# :ACCEPT then the action will be taken before a DROP, REJECT or