[DRE-commits] r5007 - trunk/redmine/debian/patches

Jérémy Lal kapouer-guest at alioth.debian.org
Wed Mar 24 13:01:49 UTC 2010


Author: kapouer-guest
Date: 2010-03-24 13:01:49 +0000 (Wed, 24 Mar 2010)
New Revision: 5007

Removed:
   trunk/redmine/debian/patches/0021-fix-fcgi_handler-hanging.patch
Modified:
   trunk/redmine/debian/patches/series
Log:
Remove stupid patch.

Deleted: trunk/redmine/debian/patches/0021-fix-fcgi_handler-hanging.patch
===================================================================
--- trunk/redmine/debian/patches/0021-fix-fcgi_handler-hanging.patch	2010-03-24 11:28:51 UTC (rev 5006)
+++ trunk/redmine/debian/patches/0021-fix-fcgi_handler-hanging.patch	2010-03-24 13:01:49 UTC (rev 5007)
@@ -1,13 +0,0 @@
---- /dev/null
-+++ b/config/initializers/fix_fcgi_handler.rb
-@@ -0,0 +1,10 @@
-+class RailsFCGIHandler
-+  protected
-+    def exit_now_handler(signal)
-+      # close active connections or else fcgi process hangs in rails 2.2
-+      ActiveRecord::Base.clear_active_connections!
-+      dispatcher_log :info, "asked to stop immediately"
-+      exit
-+    end
-+end
-+

Modified: trunk/redmine/debian/patches/series
===================================================================
--- trunk/redmine/debian/patches/series	2010-03-24 11:28:51 UTC (rev 5006)
+++ trunk/redmine/debian/patches/series	2010-03-24 13:01:49 UTC (rev 5007)
@@ -18,4 +18,3 @@
 0018-engines-rails2.2.patch
 0019-no-batch_size-in-rails2.2.patch
 0020-application-rb-for-rails2.2.patch
-0021-fix-fcgi_handler-hanging.patch




More information about the Pkg-ruby-extras-commits mailing list