From 1155af38abc624b0ae6ae0baa55a82f2f1ba7493 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 7 Dec 2009 12:53:29 -0800 Subject: [PATCH] Copy DONT_LOAD setting to generated script --- Shorewall/Perl/Shorewall/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 287d64dcb..e87270d13 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -188,7 +188,7 @@ our %config; # # Config options and global settings that are to be copied to output script # -our @propagateconfig = qw/ DISABLE_IPV6 MODULESDIR MODULE_SUFFIX SUBSYSLOCK /; +our @propagateconfig = qw/ DISABLE_IPV6 MODULESDIR MODULE_SUFFIX SUBSYSLOCK DONT_LOAD/; # # From parsing the capabilities file or detecting capabilities #