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

have you found the numbers reported by Apache2::SizeLimit to seem correct under openbsd ? 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.

Reply via email to