From 7a1edac56f8186b4db413c2e90d65e29fadf1a70 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 20 Feb 2010 16:23:52 +0000 Subject: [PATCH] an include that works Signed-off-by: Stephen Gran --- modules/ferm/files/ferm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ferm/files/ferm.conf b/modules/ferm/files/ferm.conf index e001d650..55960209 100644 --- a/modules/ferm/files/ferm.conf +++ b/modules/ferm/files/ferm.conf @@ -3,7 +3,7 @@ # Configuration file for ferm(1). # -include "conf.d/me.conf"; +@include 'conf.d/'; domain (ip ip6) { chain INPUT { @@ -15,4 +15,4 @@ domain (ip ip6) { } } -include "dsa.d/*"; +@include 'dsa.d/'; -- 2.39.2