'initialized' renamed 'initdone'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1318 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-05-09 00:03:54 +00:00
parent 84029e5bd4
commit 8dba29c478
3 changed files with 5 additions and 3 deletions

View File

@ -50,4 +50,6 @@ Changes since 2.0.1
24) Add ACCEPT+ and NONAT targets. 24) Add ACCEPT+ and NONAT targets.
25) Added 'initialized' extension script. 25) Added 'initialized' extension script.
26) Renamed 'initialized' to 'initdone'

View File

@ -4816,7 +4816,7 @@ add_common_rules() {
run_iptables -A reject -j REJECT run_iptables -A reject -j REJECT
fi fi
run_user_exit initialized run_user_exit initdone
# #
# Process Black List # Process Black List

View File

@ -219,7 +219,7 @@ New Features:
NONAT -- Exempts matching connections from subsequent DNAT[-] NONAT -- Exempts matching connections from subsequent DNAT[-]
and REDIRECT[-] rules. and REDIRECT[-] rules.
12) A new extension script 'initialized' has been added. This script is invoked 12) A new extension script 'initdone' has been added. This script is invoked
at the same point as the 'common' script was previously and is useful for at the same point as the 'common' script was previously and is useful for
users who mis-used that script under Shorewall 1.x (the script was intended users who mis-used that script under Shorewall 1.x (the script was intended
for adding rules to the 'common' chain but many users treated it as a script for adding rules to the 'common' chain but many users treated it as a script