From e317ab22d06664ef6433ec9a395ee3f996582cb8 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 18 Sep 2004 00:42:14 +0000 Subject: [PATCH] Improve comments in the actions file git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1632 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- STABLE2/actions | 10 ++++++---- Shorewall2/actions | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/STABLE2/actions b/STABLE2/actions index 7c99a2d59..bc6757a03 100644 --- a/STABLE2/actions +++ b/STABLE2/actions @@ -8,10 +8,12 @@ # # 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 (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). +# they must need the requirements of a Netfilter chain. If +# you intend to log from the action then the name must be +# no longer than 11 character in length. Names must also +# meet 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 diff --git a/Shorewall2/actions b/Shorewall2/actions index 7bab48d2a..9f6bca91f 100644 --- a/Shorewall2/actions +++ b/Shorewall2/actions @@ -8,10 +8,12 @@ # # 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 (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). +# they must need the requirements of a Netfilter chain. If +# you intend to log from the action then the name must be +# no longer than 11 character in length. Names must also +# meet 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