From fc10e52bb75abaae6b8698d0e68aad207a0acf3a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 7 Jan 2009 18:55:01 +0000 Subject: [PATCH] functions: Don't prefix log messages with `new' any more. This was done to distinguish messages from the old firewall script. We don't need it any more. --- functions.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.m4 b/functions.m4 index 66a83f3..80caf1d 100644 --- a/functions.m4 +++ b/functions.m4 @@ -82,7 +82,7 @@ errorchain () { clearchain $table:$chain run iptables -t $table -A $chain -j LOG \ -m limit --limit 3/minute --limit-burst 10 \ - --log-prefix "new fw: $chain " --log-level notice + --log-prefix "fw: $chain " --log-level notice run iptables -t $table -A $chain -j "$@" } -- 2.11.0