From dc63efdbfd4f9b8aaf4b8f3cfa01ecac026cd20e Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 25 Apr 2012 07:33:40 -0700 Subject: [PATCH] Use ?INCLUDE in modules files. Signed-off-by: Tom Eastep --- Shorewall/modules | 12 ++++++------ Shorewall6/modules | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Shorewall/modules b/Shorewall/modules index a15d9b9f6..5bca38a91 100644 --- a/Shorewall/modules +++ b/Shorewall/modules @@ -16,24 +16,24 @@ # # Essential Modules # -INCLUDE modules.essential +?INCLUDE modules.essential # # Other xtables modules # -INCLUDE modules.xtables +?INCLUDE modules.xtables # # Helpers # -INCLUDE helpers +?INCLUDE helpers # # Ipset # -INCLUDE modules.ipset +?INCLUDE modules.ipset # # Traffic Shaping # -INCLUDE modules.tc +?INCLUDE modules.tc # # Extensions # -INCLUDE modules.extensions +?INCLUDE modules.extensions diff --git a/Shorewall6/modules b/Shorewall6/modules index 7f6ef91c0..bb8b15978 100644 --- a/Shorewall6/modules +++ b/Shorewall6/modules @@ -16,24 +16,24 @@ # # Essential Modules # -INCLUDE modules.essential +?INCLUDE modules.essential # # Other xtables modules # -INCLUDE modules.xtables +?INCLUDE modules.xtables # # Helpers # -INCLUDE helpers +?INCLUDE helpers # # Ipset # -INCLUDE modules.ipset +?INCLUDE modules.ipset # # Traffic Shaping # -INCLUDE modules.tc +?INCLUDE modules.tc # # Extensions # -INCLUDE modules.extensions +?INCLUDE modules.extensions