mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-23 16:13:18 +01:00
Make 'SHOREWALL_COMPILER=shell' a WARNING rather than an ERROR
This commit is contained in:
parent
1a5027de9f
commit
1d1133532f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user