diff options
author | Daniel Harris <dannyboy@FreeBSD.org> | 2002-05-17 19:37:56 +0000 |
---|---|---|
committer | Daniel Harris <dannyboy@FreeBSD.org> | 2002-05-17 19:37:56 +0000 |
commit | 6be3f6fb40da62de57450eb57d161cf5d2853e8e (patch) | |
tree | c8f0d1d09dd9628fc57c69ffee4eaa3be9c18db2 /www/tinyproxy/files/patch-aa | |
parent | - switch to more stable version. (diff) |
Update to 1.5.0.
PR: 38171
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=59347
Diffstat (limited to 'www/tinyproxy/files/patch-aa')
-rw-r--r-- | www/tinyproxy/files/patch-aa | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/www/tinyproxy/files/patch-aa b/www/tinyproxy/files/patch-aa index 225c927521d1..c0fd5d69c9b6 100644 --- a/www/tinyproxy/files/patch-aa +++ b/www/tinyproxy/files/patch-aa @@ -1,11 +1,12 @@ ---- src/sock.c.dist Tue Nov 13 06:10:29 2001 -+++ src/sock.c Thu Feb 7 18:33:24 2002 -@@ -259,7 +259,7 @@ - - for (n = 1; n < maxlen; n++) { - again: -- if ((rc = recv(fd, &c, 1, MSG_NOSIGNAL)) == 1) { -+ if ((rc = recv(fd, &c, 1, 0)) == 1) { - *ptr++ = c; - if (c == '\n') - break; +--- Makefile.in.dist Thu May 16 12:23:51 2002 ++++ Makefile.in Thu May 16 12:24:07 2002 +@@ -363,9 +363,6 @@ + $(mkinstalldirs) $(DESTDIR)@TINYPROXY_CONFIG_DIR@ + $(INSTALL) -m 600 $(srcdir)/doc/tinyproxy.conf \ + $(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@-dist +- test ! -f $(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@ \ +- && $(INSTALL) -m 600 $(srcdir)/doc/tinyproxy.conf \ +- $(DESTDIR)@TINYPROXY_CONFIG_DIR@/@TINYPROXY_CONFIG_FILE@ + @echo "" + @echo "A configuration file has been copied to:" + @echo "" |