summaryrefslogtreecommitdiff
path: root/www/mod_dtcl
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-07-17 19:10:50 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-07-17 19:10:50 +0000
commit56c6a67bbca19e5fcd551a1fd8045f5fd13105ea (patch)
tree5ba018eb7fd39792cc3229c7deaf9a5068466d7d /www/mod_dtcl
parentwww/p5-CGI was repocopied to www/p5-CGI-modules. Finish this process: (diff)
The author's logic was backwards -- and no VARS array was created
by default. The author fixed this in his cvs, but is not making a new release yet...
Notes
Notes: svn path=/head/; revision=45206
Diffstat (limited to 'www/mod_dtcl')
-rw-r--r--www/mod_dtcl/files/patch-cast5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_dtcl/files/patch-cast b/www/mod_dtcl/files/patch-cast
index e00056db617d..8e9a6d16b8c8 100644
--- a/www/mod_dtcl/files/patch-cast
+++ b/www/mod_dtcl/files/patch-cast
@@ -1,5 +1,10 @@
--- mod_dtcl.c Tue May 1 11:56:01 2001
+++ mod_dtcl.c Fri Jun 1 20:29:10 2001
+@@ -735,3 +735,3 @@
+ /* take results and create tcl variables from them */
+-#if USE_ONLY_VAR_COMMAND == 1
++#if USE_ONLY_VAR_COMMAND == 0
+ if (req->parms)
@@ -792 +792,6 @@
- chan = Tcl_MakeFileChannel((ClientData *)fileno(upload->fp), TCL_READABLE);
+ union {