Mon, 06 Apr 2009 12:50:20 +0200
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.
michael@57 | 1 | Index: Authen-SASL-2.12/Makefile.PL |
michael@57 | 2 | --- Authen-SASL-2.12/Makefile.PL.orig 2008-09-13 00:09:14.000000000 +0200 |
michael@57 | 3 | +++ Authen-SASL-2.12/Makefile.PL 2008-09-13 00:09:55.000000000 +0200 |
michael@57 | 4 | @@ -33,7 +33,7 @@ features( |
michael@57 | 5 | ], |
michael@57 | 6 | ); |
michael@57 | 7 | |
michael@57 | 8 | -auto_install_now(); |
michael@57 | 9 | +#auto_install_now(); |
michael@57 | 10 | |
michael@57 | 11 | &Makefile->write; |
michael@57 | 12 | &Meta->write; |