mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
cf390065f5
needed by the tclhttpd into one file. I submitted this back in December, but nobody cared since. Now I can commit this myself :) PR: ports/23310 Submitted by: mi
8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
--- 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]
|
|
}
|