diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 22:04:15 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 22:04:15 +0000 |
commit | dc4cba6956266c9e405996f269655f528915c92e (patch) | |
tree | 3cbbe2b889f93d5a824d44d9c04d3f46459b4120 /net-proxy | |
parent | Fix patch with absolute paths. (diff) | |
download | gentoo-2-dc4cba6956266c9e405996f269655f528915c92e.tar.gz gentoo-2-dc4cba6956266c9e405996f269655f528915c92e.tar.bz2 gentoo-2-dc4cba6956266c9e405996f269655f528915c92e.zip |
Fix patch with absolute paths.
(Portage version: 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 | 6 | ||||
-rw-r--r-- | net-proxy/http-replicator/files/http-replicator-3.0-sighup.patch | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-proxy/http-replicator/ChangeLog b/net-proxy/http-replicator/ChangeLog index 909fe87ca3e8..38b8f5b68af4 100644 --- a/net-proxy/http-replicator/ChangeLog +++ b/net-proxy/http-replicator/ChangeLog @@ -1,6 +1,10 @@ # 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.22 2008/08/26 18:33:44 griffon26 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.23 2008/11/17 22:04:15 flameeyes Exp $ + + 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> + files/http-replicator-3.0-sighup.patch: + Fix patch with absolute paths. 26 Aug 2008; Maurice van der Pot <griffon26@gentoo.org> -files/http-replicator-3.0-repcacheman-0.21, 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. |