From 8dba29c478e124c19bdc3b4812eb88edd67612d3 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 9 May 2004 00:03:54 +0000 Subject: [PATCH] 'initialized' renamed 'initdone' git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1318 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/changelog.txt | 4 +++- Shorewall2/firewall | 2 +- Shorewall2/releasenotes.txt | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Shorewall2/changelog.txt b/Shorewall2/changelog.txt index 6da749030..af6d403a0 100644 --- a/Shorewall2/changelog.txt +++ b/Shorewall2/changelog.txt @@ -50,4 +50,6 @@ Changes since 2.0.1 24) Add ACCEPT+ and NONAT targets. -25) Added 'initialized' extension script. \ No newline at end of file +25) Added 'initialized' extension script. + +26) Renamed 'initialized' to 'initdone' \ No newline at end of file diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 1fadc5122..bac14815f 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -4816,7 +4816,7 @@ add_common_rules() { run_iptables -A reject -j REJECT fi - run_user_exit initialized + run_user_exit initdone # # Process Black List diff --git a/Shorewall2/releasenotes.txt b/Shorewall2/releasenotes.txt index 7886fd2c4..194626e5b 100755 --- a/Shorewall2/releasenotes.txt +++ b/Shorewall2/releasenotes.txt @@ -219,7 +219,7 @@ New Features: NONAT -- Exempts matching connections from subsequent DNAT[-] 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 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