Tone down 'check' disclaimer

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1962 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-02-16 19:31:41 +00:00
parent 198207c84c
commit 6dc7f529d4
3 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,8 @@
Changes in 2.2.2
1) The 'check' command disclaimer is toned down further and only
appears once in the 'check' output.
Changes in 2.2.1
1) Add examples to the zones and policy files.

View File

@ -2763,13 +2763,14 @@ check_config() {
disclaimer() {
echo
echo "Notice: The 'check' command is unsupported and problem"
echo " reports complaining about errors that it didn't catch"
echo " will not be accepted"
echo "Notice: The 'check' command is provided to catch"
echo " obvious errors in a Shorewall configuration."
echo " It is not designed to catch all possible errors"
echo " so please don't submit problem reports about"
echo " error conditions that 'check' doesn't find"
echo
}
disclaimer
report_capabilities

View File

@ -1,5 +1,7 @@
Shorewall 2.2.1
Shorewall 2.2.2
-----------------------------------------------------------------------
Problems corrected in version 2.2.2
-----------------------------------------------------------------------
Problems corrected in version 2.2.1