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, core45 has been updated via c7bfbdc2ef1c29d357c5d0def038637b8c9c7387 (commit) from ce97b3f3fc7616690aa7d405013f9ae62b7f04d4 (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 c7bfbdc2ef1c29d357c5d0def038637b8c9c7387 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Jan 31 19:10:49 2011 +0100
core45: disable snort packet decode alerts also on update.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/45/update.sh | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/45/update.sh b/config/rootfiles/core/45/update.sh index 64be6d3..228ada4 100644 --- a/config/rootfiles/core/45/update.sh +++ b/config/rootfiles/core/45/update.sh @@ -48,6 +48,10 @@ extract_files sed "s|MAILTO=root|MAILTO=|g" < /var/spool/cron/root.orig > /var/tmp/root.tmp fcrontab /var/tmp/root.tmp
+# Disable snort packet decoding alerts +sed -i "s|#config disable_decode_alerts|config disable_decode_alerts|g" /etc/snort/snort.conf +sed -i "s|#config disable_tcpopt_alerts|config disable_tcpopt_alerts|g" /etc/snort/snort.conf + # #Start services echo Starting Proxy
hooks/post-receive -- IPFire 2.x development tree