diff options
Diffstat (limited to 'www/tclhttpd/files/patch-bin__httpd.tcl')
-rw-r--r-- | www/tclhttpd/files/patch-bin__httpd.tcl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/tclhttpd/files/patch-bin__httpd.tcl b/www/tclhttpd/files/patch-bin__httpd.tcl new file mode 100644 index 000000000000..7f02f90eeed6 --- /dev/null +++ b/www/tclhttpd/files/patch-bin__httpd.tcl @@ -0,0 +1,7 @@ +--- bin/httpd.tcl Wed Jun 14 13:25:50 2000 ++++ bin/httpd.tcl Wed Jun 21 15:59:34 2000 +@@ -130,3 +130,3 @@ + } else { +- set Config(config) [file join $Config(home) tclhttpd.rc] ++ set Config(config) [file join $Config(home) ../etc/tclhttpd.rc] + } |