Silence warnings to stderr such as 'Truncating oversized request field'

Mon, 06 Apr 2009 12:50:20 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 06 Apr 2009 12:50:20 +0200
changeset 141
e41fe78aeff0
parent 140
d51e263e607b
child 142
c960abd3fd97

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.

webalizer/rc.webalizer file | annotate | diff | comparison | revisions
webalizer/webalizer.spec file | annotate | diff | comparison | revisions
     1.1 --- a/webalizer/rc.webalizer	Mon Apr 06 12:42:11 2009 +0200
     1.2 +++ b/webalizer/rc.webalizer	Mon Apr 06 12:50:20 2009 +0200
     1.3 @@ -16,6 +16,6 @@
     1.4      for cfgfile in $webalizer_etcdir/*.conf; do
     1.5          [ ".`grep '^disable' $cfgfile`" != . ] && continue
     1.6          @l_prefix@/bin/webalizer \
     1.7 -            -q -c $cfgfile || exit $?
     1.8 +            -Q -c $cfgfile || exit $?
     1.9      done
    1.10  
     2.1 --- a/webalizer/webalizer.spec	Mon Apr 06 12:42:11 2009 +0200
     2.2 +++ b/webalizer/webalizer.spec	Mon Apr 06 12:50:20 2009 +0200
     2.3 @@ -37,7 +37,7 @@
     2.4  Group:        Logfile
     2.5  License:      GPL
     2.6  Version:      %{V_here}
     2.7 -Release:      20090404
     2.8 +Release:      20090405
     2.9  
    2.10  #   package options
    2.11  %option       with_dns       no

mercurial