functions: Don't prefix log messages with `new' any more.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 7 Jan 2009 18:55:01 +0000 (18:55 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 7 Jan 2009 18:55:01 +0000 (18:55 +0000)
This was done to distinguish messages from the old firewall script.
We don't need it any more.

functions.m4

index 66a83f3..80caf1d 100644 (file)
@@ -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 "$@"
 }