mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 14:20:40 +01:00
Make SHOREWALL_COMPILER=perl explicit in shorewall.conf
Send SHOREWALL_COMPILER errors to STDERR Signed-off-by: Tom Eastep <teastep@shorewall.net> git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9822 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
010680d207
commit
eb533d8b00
@ -28,10 +28,9 @@ VERBOSITY=1
|
||||
|
||||
###############################################################################
|
||||
# C O M P I L E R
|
||||
# (setting this to 'perl' requires installation of Shorewall-perl)
|
||||
###############################################################################
|
||||
|
||||
SHOREWALL_COMPILER=
|
||||
SHOREWALL_COMPILER=perl
|
||||
|
||||
###############################################################################
|
||||
# L O G G I N G
|
||||
|
@ -216,11 +216,11 @@ get_config() {
|
||||
perl|Perl)
|
||||
;;
|
||||
shell|Shell)
|
||||
echo " ERROR: SHOREWALL_COMPILER=shell is no longer supported"
|
||||
echo " ERROR: SHOREWALL_COMPILER=shell is no longer supported" >&2
|
||||
exit 2
|
||||
;;
|
||||
*)
|
||||
echo " ERROR: Invalid value ($SHOREWALL_COMPILER) for SHOREWALL_COMPILER"
|
||||
echo " ERROR: Invalid value ($SHOREWALL_COMPILER) for SHOREWALL_COMPILER" >&2
|
||||
exit 2
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user