diff --git a/manpages/shorewall.conf.xml b/manpages/shorewall.conf.xml index 1aba06f42..843c9d749 100644 --- a/manpages/shorewall.conf.xml +++ b/manpages/shorewall.conf.xml @@ -1194,8 +1194,11 @@ net all DROP infothen the chain name is 'net2all' role="bold">shell} - Specifies the compiler to use to generate a firewall script. - The value of this option can be either perl or shell. + Specifies the compiler to use to generate firewall scripts + when both compilers are installed. The value of this option can be + either or . If both + compilers are installed and SHOREWALL_SHELL is not set, then + SHOREWALL_SHELL=shell is assumed. If you add 'SHOREWALL_COMPILER=perl' to /etc/shorewall/shorewall.conf then by default, @@ -1208,8 +1211,9 @@ net all DROP infothen the chain name is 'net2all' If you only install one compiler, it is suggested that you do not set SHOREWALL_COMPILER. - This setting may be overriden using the -C command option (see - shorewall(8)). + This setting may be overriden in those commands that invoke + the compiler by using the -C command option (see shorewall(8)).