an include that works
authorStephen Gran <steve@lobefin.net>
Sat, 20 Feb 2010 16:23:52 +0000 (16:23 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 20 Feb 2010 16:23:52 +0000 (16:23 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/files/ferm.conf

index e001d65..5596020 100644 (file)
@@ -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/';