fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-01-31 06:37 am

[dw-free] Digest authorization popup uses "lj" as the realm

[commit: http://hg.dwscoalition.org/dw-free/rev/3d40feeedb63]

http://bugs.dwscoalition.org/show_bug.cgi?id=3414

Committed prematurely and miscredited. Taking back out, will credit
properly when it's back in.

Patch by [personal profile] fu.

Files modified:
  • bin/checkconfig.pl
--------------------------------------------------------------------------------
diff -r 062181b1afde -r 3d40feeedb63 bin/checkconfig.pl
--- a/bin/checkconfig.pl	Mon Jan 31 12:43:56 2011 +0800
+++ b/bin/checkconfig.pl	Mon Jan 31 14:37:24 2011 +0800
@@ -184,16 +184,7 @@ my %modules = (
                    'opt' => "Required for country lookup with IP address.",
                },
                "GTop" => {},
-               "Apache2::RequestRec"   => {
-                   'deb' => "libapache2-mod-perl2",
-                   'opt' => "Required for modperl2",
-               },
-               "Apache2::Request"      => {
-                   'deb' => "libapache2-request-perl",
-                   'opt' => "Required for Apache2",
-               },
                );
-
 
 sub check_modules {
     print "[Checking for Perl Modules....]\n"
--------------------------------------------------------------------------------