Changes of Revision 4
[-] | Changed | apache2-mod_cguard.spec |
x 1
2 Summary: Connection Guard Module for Apache 2 3 URL: http://httpd.renatasystems.org/mod_cguard/ 4 Source: http://httpd.renatasystems.org/mod_cguard/%{modname}-%{version}.tgz 5 +Patch0: mod_cguard-void.patch 6 BuildRoot: %{_tmppath}/%{name}-%{version}-build 7 8 %description 9
10 11 %prep 12 %setup -n %{modname} 13 +%patch0 14 15 %build 16 %{apxs} -c -Wc,"-Wall -g" mod_cguard.c 17 |
||
[+] | Added | mod_cguard-void.patch ^ |
@@ -0,0 +1,10 @@ +--- mod_cguard.c.orig 2010-07-08 22:47:11.758497389 +0200 ++++ mod_cguard.c 2010-07-08 22:47:30.054300968 +0200 +@@ -457,6 +457,7 @@ + else mpm_thread_limit = 1; + + ap_mpm_query(AP_MPMQ_MAX_DAEMONS, &mpm_server_limit); ++ return NULL; + } + + /* Main handler */ |