diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-20 11:55:59 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-20 11:55:59 +0000 |
commit | 57dc4074781928326a3104161fddcc5f4ad4be3d (patch) | |
tree | cf969785f780c3d8681059a202fc23886d530d44 /www/tclhttpd/files/patch-af | |
parent | Prevent attempting to build with Python support if Python just happens to (diff) |
Add tclhttpd, a pure-Tcl implementation of a HTTP server.
PR: ports/19870
Submitted by: Mikhail Teterin <mi@privatelabs.com>
Diffstat (limited to 'www/tclhttpd/files/patch-af')
-rw-r--r-- | www/tclhttpd/files/patch-af | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/tclhttpd/files/patch-af b/www/tclhttpd/files/patch-af new file mode 100644 index 000000000000..74df2c3f7272 --- /dev/null +++ b/www/tclhttpd/files/patch-af @@ -0,0 +1,5 @@ +--- lib/log.tcl Mon Apr 3 20:00:28 2000 ++++ lib/log.tcl Fri May 5 10:01:58 2000 +@@ -29,1 +29,1 @@ +- set Log(compressProg) /usr/local/bin/gzip ++ set Log(compressProg) /usr/bin/gzip |