# HG changeset patch # User Michael Schloh von Bennewitz # Date 1239015020 -7200 # Node ID e41fe78aeff0eea58d976a93d6dbe08589dea1de # Parent d51e263e607b806e70375591b564eaf8a70c02fd Silence warnings to stderr such as 'Truncating oversized request field' which are commonly caused by httpd(1) logging virus and worm buffer overflow attempts. This is of no use to a automated monitoring system such as the one this package provides through its runcommands. diff -r d51e263e607b -r e41fe78aeff0 webalizer/rc.webalizer --- a/webalizer/rc.webalizer Mon Apr 06 12:42:11 2009 +0200 +++ b/webalizer/rc.webalizer Mon Apr 06 12:50:20 2009 +0200 @@ -16,6 +16,6 @@ for cfgfile in $webalizer_etcdir/*.conf; do [ ".`grep '^disable' $cfgfile`" != . ] && continue @l_prefix@/bin/webalizer \ - -q -c $cfgfile || exit $? + -Q -c $cfgfile || exit $? done diff -r d51e263e607b -r e41fe78aeff0 webalizer/webalizer.spec --- a/webalizer/webalizer.spec Mon Apr 06 12:42:11 2009 +0200 +++ b/webalizer/webalizer.spec Mon Apr 06 12:50:20 2009 +0200 @@ -37,7 +37,7 @@ Group: Logfile License: GPL Version: %{V_here} -Release: 20090404 +Release: 20090405 # package options %option with_dns no