This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via a56df4eede029cb13aa66eb0d9aa35dd45e2a5f7 (commit) from d8158ca68c4d48eb7fafe1b3a1fab2468381979a (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit a56df4eede029cb13aa66eb0d9aa35dd45e2a5f7 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Dec 30 20:57:58 2010 +0100
firewall: fix typo.
-----------------------------------------------------------------------
Summary of changes: src/initscripts/init.d/firewall | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/src/initscripts/init.d/firewall b/src/initscripts/init.d/firewall index f1330f0..c90687c 100644 --- a/src/initscripts/init.d/firewall +++ b/src/initscripts/init.d/firewall @@ -54,7 +54,7 @@ iptables_init() { /sbin/iptables -N BADTCP
#Don't check loopback - /sbin/iptables -A INPUT -i lo -j RETURN + /sbin/iptables -A BADTCP -i lo -j RETURN
# Disallow packets frequently used by port-scanners # nmap xmas
hooks/post-receive -- IPFire 2.x development tree