diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 22:04:37 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 22:04:37 +0000 |
commit | 2d077dce67987a53cc52754c2c12ccbe226ad4fd (patch) | |
tree | d2ec412e1867f39a2c5c232a986fd2ab15f21ce6 /net-proxy | |
parent | Fix patch with absolute paths. (diff) | |
download | historical-2d077dce67987a53cc52754c2c12ccbe226ad4fd.tar.gz historical-2d077dce67987a53cc52754c2c12ccbe226ad4fd.tar.bz2 historical-2d077dce67987a53cc52754c2c12ccbe226ad4fd.zip |
Fix patch with absolute paths.
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/http-replicator/ChangeLog | 5 | ||||
-rw-r--r-- | net-proxy/http-replicator/files/http-replicator-3.0-sighup.patch | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-proxy/http-replicator/ChangeLog b/net-proxy/http-replicator/ChangeLog index 38b8f5b68af4..f3a8bc766c65 100644 --- a/net-proxy/http-replicator/ChangeLog +++ b/net-proxy/http-replicator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-proxy/http-replicator # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.23 2008/11/17 22:04:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.24 2008/11/17 22:04:37 flameeyes Exp $ + + 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> ChangeLog: + Fix patch with absolute paths. 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> 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 index 11ccca7d70e3..969bbc91f9da 100644 --- a/net-proxy/http-replicator/files/http-replicator-3.0-sighup.patch +++ b/net-proxy/http-replicator/files/http-replicator-3.0-sighup.patch @@ -1,5 +1,5 @@ ---- /usr/bin/http-replicator 2007-07-09 20:09:44.000000000 +0200 -+++ http-replicator 2007-07-09 20:11:48.433913445 +0200 +--- 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 <http://www.nightmare.com/medusa/README.html> this means it is capable of smoother and higher performance than most other servers, while placing a dramatically reduced load on the server machine. |