local.m4: Fix whitespace oddity.
[firewall] / config.m4
index c48a92a..14c2d4b 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -1,4 +1,4 @@
-### -*-m4-*-
+### -*-sh-*-
 ###
 ### Configuration for firewall scripts
 ###
 ### along with this program; if not, write to the Free Software Foundation,
 ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-m4_divert(5)m4_dnl
+m4_divert(4)m4_dnl
 ###--------------------------------------------------------------------------
 ### Configuration.
 
 ## Name of this script.
 defconf(firewall_script, /etc/init.d/firewall)
 
-## Name of emergency fallback sceipt.
+## Name of emergency fallback script.
 defconf(firewall_failsafe, /etc/init.d/firewall.safe)
 
 ## Set the range of dynamically allocated ports.  Access to these from
 ## outside is permitted.
 defconf(open_port_min, 32000)
-defconf(open_port_max, 54999)
+defconf(open_port_max, 64999)
 
-## Whether to permit forwarding.
-defconf(forward, 1)
+## Which chains to preserve.
+defconf(preserve_chains, )
 
 m4_divert(-1)
 ###----- That's all, folks --------------------------------------------------