Make 'SHOREWALL_COMPILER=shell' a WARNING rather than an ERROR

This commit is contained in:
Tom Eastep 2009-08-09 08:19:24 -07:00
parent 1a5027de9f
commit 1d1133532f
2 changed files with 4 additions and 4 deletions

View File

@ -55,9 +55,10 @@ Shorewall 4.4.0
- change that specification to "SHOREWALL_COMPILER="; or
- delete the specification altogether.
Failure to do so will result in the fatal compilation error:
Failure to do so will result in the following warning:
ERROR: SHOREWALL_COMPILER=shell is no longer supported
WARNING: SHOREWALL_COMPILER=shell ignored. Shorewall-shell
support has been removed in this release.
b) Review the incompatibilities between Shorewall-shell and
Shorewall-perl at

View File

@ -286,8 +286,7 @@ get_config() {
perl|Perl)
;;
shell|Shell)
echo " ERROR: SHOREWALL_COMPILER=shell is no longer supported" >&2
exit 2
echo " WARNING: SHOREWALL_COMPILER=shell ignored. Shorewall-shell support has been removed in this release" >&2
;;
*)
echo " ERROR: Invalid value ($SHOREWALL_COMPILER) for SHOREWALL_COMPILER" >&2