On Sat, Jun 09, 2007 at 02:32:05PM -0400, Jonathan Vanasco wrote:
> 
> On Jun 9, 2007, at 2:22 PM, Simon Bertrang wrote:
> >The second thing i found was a missing character for a function  
> >name in
> >Apache2::SizeLimit (bsd_size_check -> _bsd_size_check):
> >
> >$OpenBSD: patch-lib_Apache2_SizeLimit_pm,v 1.1 2007/06/09 17:55:01  
> >simon Exp $
> >--- lib/Apache2/SizeLimit.pm.orig    Sat Jun  9 19:20:50 2007
> >+++ lib/Apache2/SizeLimit.pm Sat Jun  9 19:20:59 2007
> >@@ -70,7 +70,7 @@ BEGIN {
> >
> >         # will getrusage work on all BSDs?  I should hope so.
> >         if ( eval { require BSD::Resource } ) {
> >-            $HOW_BIG_IS_IT = \&bsd_size_check;
> >+            $HOW_BIG_IS_IT = \&_bsd_size_check;
> >         }
> >         else {
> >             die "you must install BSD::Resource for  
> >Apache2::SizeLimit " .
> 
> Beat you to reporting that one ;)  Phillipe Fixed it in revision  
> 533265 on April 27, 2007 7:54:38 PM EDT
> 

Doh, sorry for not checking the archives.

> have you found the numbers reported by Apache2::SizeLimit to seem  
> correct under openbsd ?

Uhm, good question... i dont know.  It's `just working' with another
application but i'd be happy if there's some better way to proove it.

> i use it under freebsd, and something seems off.  i haven't touched  
> it in a while , but I was really apprehensive of the numbers reported.

But isn't that a question of BSD::Resource anyway?

Regards,
Simon

Reply via email to