From 948d557b4a61dc14722668b6b11a4cf3cee07b01 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 13 Sep 2019 17:56:30 +0100 Subject: gentoo resync : 13.09.2019 --- .../files/http-replicator-3.0-sighup.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 net-proxy/http-replicator/files/http-replicator-3.0-sighup.patch (limited to 'net-proxy/http-replicator/files/http-replicator-3.0-sighup.patch') diff --git a/net-proxy/http-replicator/files/http-replicator-3.0-sighup.patch b/net-proxy/http-replicator/files/http-replicator-3.0-sighup.patch deleted file mode 100644 index 969bbc91f9da..000000000000 --- a/net-proxy/http-replicator/files/http-replicator-3.0-sighup.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/http-replicator 2007-07-09 20:09:44.000000000 +0200 -+++ b/http-replicator 2007-07-09 20:11:48.433913445 +0200 -@@ -5,7 +5,7 @@ - # Because of this the server runs as a single process, multiplexing I/O with its various client and server connections within a single process/thread. - # According to the readme this means it is capable of smoother and higher performance than most other servers, while placing a dramatically reduced load on the server machine. - --import asyncore, socket, os, time, calendar, sys, re, optparse, logging -+import asyncore, socket, os, time, calendar, sys, re, optparse, logging, signal - - # LISTENER - # -@@ -636,6 +636,8 @@ - pidfile.write(str(pid)) # store child's pid - pidfile.close() - return -+ else: -+ signal.signal(signal.SIGHUP, signal.SIG_IGN) - else: - handler = logging.StreamHandler(sys.stdout) # log to stdout - handler.setFormatter(logging.Formatter('%(levelname)s: %(name)s %(message)s')) -- cgit v1.2.3