From 160699e16396bb3cc90b42f29f7af0392d9a5018 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 18 Sep 2004 00:11:09 +0000 Subject: [PATCH] Improve comments in the actions file git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1631 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- STABLE2/actions | 8 ++++---- Shorewall2/actions | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/STABLE2/actions b/STABLE2/actions index 8fb669752..7c99a2d59 100644 --- a/STABLE2/actions +++ b/STABLE2/actions @@ -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 diff --git a/Shorewall2/actions b/Shorewall2/actions index 9f7e010ba..7bab48d2a 100644 --- a/Shorewall2/actions +++ b/Shorewall2/actions @@ -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